|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||