Uses of Interface
org.sakaiproject.coursemanagement.api.CourseSet
-
Packages that use CourseSet Package Description org.sakaiproject.coursemanagement.api -
-
Uses of CourseSet in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return CourseSet Modifier and Type Method Description CourseSetCourseManagementAdministration. createCourseSet(String eid, String title, String description, String category, String parentCourseSetEid)Creates a new CourseSet.CourseSetCourseManagementService. getCourseSet(String courseSetEid)Gets a CourseSet by its eid.CourseSetCourseSet. getParent()Gets the parent CourseSet for this CourseSet, or null if this is a top-level CourseSet.Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type CourseSet Modifier and Type Method Description List<CourseSet>CourseManagementService. findCourseSets(String category)Finds all course sets in a given category.Set<CourseSet>CourseManagementService. getChildCourseSets(String parentCourseSetEid)Gets the child CourseSet from a parent CourseSet.Set<CourseSet>CourseManagementService. getCourseSets()Gets all of the top level CourseSetsMethods in org.sakaiproject.coursemanagement.api with parameters of type CourseSet Modifier and Type Method Description voidCourseSet. setParent(CourseSet parent)voidCourseManagementAdministration. updateCourseSet(CourseSet courseSet)Updates an existing CourseSet.
-