Uses of Interface
org.sakaiproject.coursemanagement.api.EnrollmentSet
-
Packages that use EnrollmentSet Package Description org.sakaiproject.coursemanagement.api -
-
Uses of EnrollmentSet in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return EnrollmentSet Modifier and Type Method Description EnrollmentSetCourseManagementAdministration. createEnrollmentSet(String eid, String title, String description, String category, String defaultEnrollmentCredits, String courseOfferingEid, Set officialInstructors)Creates a new EnrollmentSet.EnrollmentSetCourseManagementService. getEnrollmentSet(String enrollmentSetEid)Gets an EnrollmentSet by its eid.EnrollmentSetSection. getEnrollmentSet()Gets the EnrollmentSet associated with this Section, if any.Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type EnrollmentSet Modifier and Type Method 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 CourseOfferingMethods in org.sakaiproject.coursemanagement.api with parameters of type EnrollmentSet Modifier and Type Method Description voidSection. setEnrollmentSet(EnrollmentSet enrollmentSet)voidCourseManagementAdministration. updateEnrollmentSet(EnrollmentSet enrollmentSet)Updates an existing EnrollmentSet.
-