| Package | Description |
|---|---|
| org.sakaiproject.coursemanagement.api |
| Modifier and Type | Method and Description |
|---|---|
CourseOffering |
CourseManagementAdministration.createCourseOffering(String eid,
String title,
String description,
String status,
String academicSessionEid,
String canonicalCourseEid,
Date startDate,
Date endDate)
Creates a new CourseOffering.
|
CourseOffering |
CourseManagementService.getCourseOffering(String courseOfferingEid)
Gets a CourseOffering by its eid.
|
| Modifier and Type | Method and Description |
|---|---|
List<CourseOffering> |
CourseManagementService.findActiveCourseOfferingsInCanonicalCourse(String eid)
Find the currently offered course offerings in the cannonical course
|
Set<CourseOffering> |
CourseManagementService.findCourseOfferings(String courseSetEid,
String academicSessionEid)
Finds all of the course offerings in a course set that are current for any given
academic session (regardless of the courseOffering's start and end dates).
|
Set<CourseOffering> |
CourseManagementService.getCourseOfferingsInCanonicalCourse(String canonicalCourseEid)
Finds all course offerings belonging to a canonical course.
|
Set<CourseOffering> |
CourseManagementService.getCourseOfferingsInCourseSet(String courseSetEid)
Gets the CourseOfferings in a CourseSet.
|
Set<CourseOffering> |
CourseManagementService.getEquivalentCourseOfferings(String courseOfferingEid)
Gets any equivalent CourseOfferings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CourseManagementAdministration.removeEquivalency(CourseOffering courseOffering)
Removes a CourseOffering from its set of equivalent CourseOfferings, if it is
a member of such a set.
|
void |
CourseManagementAdministration.updateCourseOffering(CourseOffering courseOffering)
Updates an existing CourseOffering.
|
Copyright © 2006-2016 Sakai Project. All Rights Reserved.