Uses of Interface
org.sakaiproject.coursemanagement.api.CourseOffering
-
Packages that use CourseOffering Package Description org.sakaiproject.coursemanagement.api -
-
Uses of CourseOffering in org.sakaiproject.coursemanagement.api
Methods in org.sakaiproject.coursemanagement.api that return CourseOffering Modifier and Type Method Description CourseOfferingCourseManagementAdministration. createCourseOffering(String eid, String title, String description, String status, String academicSessionEid, String canonicalCourseEid, Date startDate, Date endDate)Creates a new CourseOffering.CourseOfferingCourseManagementService. getCourseOffering(String courseOfferingEid)Gets a CourseOffering by its eid.CourseOfferingEnrollmentSet. getCourseOffering()Methods in org.sakaiproject.coursemanagement.api that return types with arguments of type CourseOffering Modifier and Type Method Description List<CourseOffering>CourseManagementService. findActiveCourseOfferingsInCanonicalCourse(String eid)Find the currently offered course offerings in the cannonical courseSet<CourseOffering>CourseManagementService. findCourseOfferings(String courseSetEid, String academicSessionEid)Finds all of the course offerings in a course set that are current for any given academic session (regardless of the courseOffering's start and end dates).Set<CourseOffering>CourseManagementService. getCourseOfferingsInCanonicalCourse(String canonicalCourseEid)Finds all course offerings belonging to a canonical course.Set<CourseOffering>CourseManagementService. getCourseOfferingsInCourseSet(String courseSetEid)Gets the CourseOfferings in a CourseSet.Set<CourseOffering>CourseManagementService. getEquivalentCourseOfferings(String courseOfferingEid)Gets any equivalent CourseOfferings.Methods in org.sakaiproject.coursemanagement.api with parameters of type CourseOffering Modifier and Type Method Description booleanCourseManagementAdministration. removeEquivalency(CourseOffering courseOffering)Removes a CourseOffering from its set of equivalent CourseOfferings, if it is a member of such a set.voidEnrollmentSet. setCourseOffering(CourseOffering courseOffering)voidCourseManagementAdministration. updateCourseOffering(CourseOffering courseOffering)Updates an existing CourseOffering.
-