Uses of Interface
org.sakaiproject.coursemanagement.api.Membership
-
Packages that use Membership Package Description org.sakaiproject.coursemanagement.api -
-
Uses of Membership in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return Membership Modifier and Type Method Description MembershipCourseManagementAdministration. addOrUpdateCourseOfferingMembership(String userId, String role, String courseOfferingEid, String status)Adds a user to a CourseOffering.MembershipCourseManagementAdministration. addOrUpdateCourseSetMembership(String userId, String role, String courseSetEid, String status)Adds a user to a CourseSet.MembershipCourseManagementAdministration. addOrUpdateSectionMembership(String userId, String role, String sectionEid, String status)Adds a user to a Section.MembershipCourseManagementAdministration. addOrUpdateSectionMembership(String userId, String role, Section sec, String status)Adds a user to a Section.Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type Membership Modifier and Type Method Description Set<Membership>CourseManagementService. getCourseOfferingMemberships(String courseOfferingEid)Gets the memberships directly contained by this CourseOffering.Set<Membership>CourseManagementService. getCourseSetMemberships(String courseSetEid)Gets the memberships directly contained by this CourseSet.Set<Membership>CourseManagementService. getSectionMemberships(String sectionEid)Gets the members directly contained by this Section.
-