| Package | Description |
|---|---|
| org.sakaiproject.coursemanagement.api |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and 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 CourseSets
|
| Modifier and Type | Method and Description |
|---|---|
void |
CourseSet.setParent(CourseSet parent) |
void |
CourseManagementAdministration.updateCourseSet(CourseSet courseSet)
Updates an existing CourseSet.
|
Copyright © 2006-2015 Sakai Project. All Rights Reserved.