Uses of Interface
org.sakaiproject.coursemanagement.api.Section
-
Packages that use Section Package Description org.sakaiproject.coursemanagement.api -
-
Uses of Section in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return Section Modifier and Type Method Description SectionCourseManagementAdministration. createSection(String eid, String title, String description, String category, String parentSectionEid, String courseOfferingEid, String enrollmentSetEid)Creates a new Section.SectionSection. getParent()Gets the parent Section for this Section, or null if this is not a subSection.SectionCourseManagementService. getSection(String sectionEid)Gets a Section by its eid.Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type Section Modifier and Type Method 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 CourseOfferingMethods in org.sakaiproject.coursemanagement.api with parameters of type Section Modifier and Type Method Description MembershipCourseManagementAdministration. addOrUpdateSectionMembership(String userId, String role, Section sec, String status)Adds a user to a Section.voidSection. setParent(Section parent)voidCourseManagementAdministration. updateSection(Section section)Updates an existing Section.
-