|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnrollmentSet | |
|---|---|
| org.sakaiproject.coursemanagement.api | |
| Uses of EnrollmentSet in org.sakaiproject.coursemanagement.api |
|---|
| Methods in org.sakaiproject.coursemanagement.api that return EnrollmentSet | |
|---|---|
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. |
| Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type EnrollmentSet | |
|---|---|
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 |
| Methods in org.sakaiproject.coursemanagement.api with parameters of type EnrollmentSet | |
|---|---|
void |
Section.setEnrollmentSet(EnrollmentSet enrollmentSet)
|
void |
CourseManagementAdministration.updateEnrollmentSet(EnrollmentSet enrollmentSet)
Updates an existing EnrollmentSet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||