Uses of Interface
org.sakaiproject.coursemanagement.api.Section

Packages that use Section
org.sakaiproject.coursemanagement.api   
 

Uses of Section in org.sakaiproject.coursemanagement.api
 

Methods in org.sakaiproject.coursemanagement.api that return Section
 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.
 

Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type Section
 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
 

Methods in org.sakaiproject.coursemanagement.api with parameters of type Section
 void Section.setParent(Section parent)
           
 void CourseManagementAdministration.updateSection(Section section)
          Updates an existing Section.
 



Copyright © 2006-2012 Sakai Project. All Rights Reserved.