| Package | Description |
|---|---|
| org.sakaiproject.coursemanagement.api |
| Modifier and Type | Method and Description |
|---|---|
Membership |
CourseManagementAdministration.addOrUpdateCourseOfferingMembership(String userId,
String role,
String courseOfferingEid,
String status)
Adds a user to a CourseOffering.
|
Membership |
CourseManagementAdministration.addOrUpdateCourseSetMembership(String userId,
String role,
String courseSetEid,
String status)
Adds a user to a CourseSet.
|
Membership |
CourseManagementAdministration.addOrUpdateSectionMembership(String userId,
String role,
String sectionEid,
String status)
Adds a user to a Section.
|
| Modifier and Type | Method and 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.
|
Copyright © 2006–2017 Sakai Project. All rights reserved.