| Package | Description |
|---|---|
| org.sakaiproject.coursemanagement.api |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentSet |
CourseManagementAdministration.createEnrollmentSet(String eid,
String title,
String description,
String category,
String defaultEnrollmentCredits,
String courseOfferingEid,
Set officialInstructors)
Creates a new EnrollmentSet.
|
EnrollmentSet |
Section.getEnrollmentSet()
Gets the EnrollmentSet associated with this Section, if any.
|
EnrollmentSet |
CourseManagementService.getEnrollmentSet(String enrollmentSetEid)
Gets an EnrollmentSet by its eid.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EnrollmentSet> |
CourseManagementService.findCurrentlyEnrolledEnrollmentSets(String userEid)
Finds the set of current EnrollmentSets for which a user is enrolled but not dropped.
|
Set<EnrollmentSet> |
CourseManagementService.findCurrentlyInstructingEnrollmentSets(String userEid)
Finds the set of current EnrollmentSets for which a user is an instructor of
record.
|
Set<EnrollmentSet> |
CourseManagementService.getEnrollmentSets(String courseOfferingEid)
Gets the EnrollmentSets associated with a CourseOffering
|
| Modifier and Type | Method and Description |
|---|---|
void |
Section.setEnrollmentSet(EnrollmentSet enrollmentSet) |
void |
CourseManagementAdministration.updateEnrollmentSet(EnrollmentSet enrollmentSet)
Updates an existing EnrollmentSet.
|
Copyright © 2006-2016 Sakai Project. All Rights Reserved.