| Package | Description |
|---|---|
| org.sakaiproject.coursemanagement.api |
| Modifier and Type | Method and Description |
|---|---|
Section |
CourseManagementAdministration.createSection(String eid,
String title,
String description,
String category,
String parentSectionEid,
String courseOfferingEid,
String enrollmentSetEid)
Creates a new Section.
|
Section |
Section.getParent()
Gets the parent Section for this Section, or null if this is not a subSection.
|
Section |
CourseManagementService.getSection(String sectionEid)
Gets a Section by its eid.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Section> |
CourseManagementService.findEnrolledSections(String userEid)
Finds all Sections that are linked to an EnrollmentSet for
which a user is enrolled (but not dropped).
|
Set<Section> |
CourseManagementService.findInstructingSections(String userEid)
Finds all Sections that are linked to an EnrollmentSet for
which a user is an instructor of record.
|
Set<Section> |
CourseManagementService.findInstructingSections(String userEid,
String academicSessionEid)
Finds all Sections that are linked to an EnrollmentSet for which a user is an
instructor of record and which are part of a CourseOffering in a given
AcademicSession.
|
Set<Section> |
CourseManagementService.getChildSections(String parentSectionEid)
Gets the child Sections from a parent Section.
|
Set<Section> |
CourseManagementService.getSections(String courseOfferingEid)
Gets the top-level Sections associated with a CourseOffering
|
| Modifier and Type | Method and Description |
|---|---|
Membership |
CourseManagementAdministration.addOrUpdateSectionMembership(String userId,
String role,
Section sec,
String status)
Adds a user to a Section.
|
void |
Section.setParent(Section parent) |
void |
CourseManagementAdministration.updateSection(Section section)
Updates an existing Section.
|
Copyright © 2006–2020 Sakai Project. All rights reserved.