| java.lang.Object org.sakaiproject.component.section.cover.CourseManager
CourseManager | public class CourseManager (Code) | | A static cover over the section info project's CourseManager. Note that, since
some of CourseManager's interface methods are not implemented in Sakai, and so
are not available here.
TODO Move methods not available in sakai into another interface, or implement
them via legacy services.
author: Josh Holtzman |
courseExists | final public static boolean courseExists(String siteContext)(Code) | | |
createCourse | final public static Course createCourse(String siteContext, String title, boolean selfRegAllowed, boolean selfSwitchingAllowed, boolean externallyManaged)(Code) | | |
|
|