Uses of Interface
org.sakaiproject.coursemanagement.api.CourseSet

Packages that use CourseSet
org.sakaiproject.coursemanagement.api   
 

Uses of CourseSet in org.sakaiproject.coursemanagement.api
 

Methods in org.sakaiproject.coursemanagement.api that return CourseSet
 CourseSet CourseManagementAdministration.createCourseSet(String eid, String title, String description, String category, String parentCourseSetEid)
          Creates a new CourseSet.
 CourseSet CourseManagementService.getCourseSet(String courseSetEid)
          Gets a CourseSet by its eid.
 CourseSet CourseSet.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
 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 CourseSets
 

Methods in org.sakaiproject.coursemanagement.api with parameters of type CourseSet
 void CourseSet.setParent(CourseSet parent)
           
 void CourseManagementAdministration.updateCourseSet(CourseSet courseSet)
          Updates an existing CourseSet.
 



Copyright © 2006-2012 Sakai Project. All Rights Reserved.