Uses of Interface
org.osid.course.CourseOfferingList
Packages that use CourseOfferingList
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
-
Uses of CourseOfferingList in org.osid.course
Methods in org.osid.course that return CourseOfferingListModifier and TypeMethodDescriptionCourseOfferingLookupSession.getCourseOfferings()Gets allCourseOfferings.CourseOfferingSearchResults.getCourseOfferings()Gets the course offering list resulting from a search.CourseOfferingCourseCatalogSession.getCourseOfferingsByCourseCatalog(Id courseCatalogId) Gets the list ofCourseOfferingsassociated with aCourseCatalog.CourseOfferingCourseCatalogSession.getCourseOfferingsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofCourseOfferingscorresponding to a list ofCourseCatalogobjects.CourseOfferingLookupSession.getCourseOfferingsByGenusType(Type courseOfferingGenusType) Gets aCourseOfferingListcorresponding to the given course offering genusTypewhich does not include course offerings of types derived from the specifiedType.CourseOfferingLookupSession.getCourseOfferingsByIds(IdList courseOfferingIds) Gets aCourseOfferingListcorresponding to the givenIdList.CourseOfferingLookupSession.getCourseOfferingsByInstructorForTerm(Id instructorId, Id termId) Gets aCourseOfferingListby the given instructor associated with a givenTerm.CourseOfferingLookupSession.getCourseOfferingsByNumberForTerm(Id termId, String number) Gets allCourseOfferings ny number andassociated with a givenTerm.CourseOfferingLookupSession.getCourseOfferingsByParentGenusType(Type courseOfferingGenusType) Gets aCourseOfferingListcorresponding to the given course genusTypeand include any additional course offerings with genus types derived from the specifiedType.CourseOfferingQuerySession.getCourseOfferingsByQuery(CourseOfferingQuery courseQuery) Gets a list ofCourseOfferingsmatching the given course offering query.CourseOfferingLookupSession.getCourseOfferingsByRecordType(Type courseOfferingRecordType) Gets aCourseOfferingListcontaining the given course offering recordType.CourseOfferingLookupSession.getCourseOfferingsBySponsorForTerm(Id sponsorId, Id termId) Gets aCourseOfferingListby the given sponsor associated with a givenTerm.CourseOfferingLookupSession.getCourseOfferingsForCourse(Id courseId) Gets allCourseOfferingsassociated with a givenCourse.CourseOfferingLookupSession.getCourseOfferingsForCourseAndTerm(Id courseId, Id termId) Gets allCourseOfferingsassociated with a givenTermandCourse.CourseOfferingLookupSession.getCourseOfferingsForCourseAndTermOnDate(Id courseId, Id termId, DateTime from, DateTime to) Gets allCourseOfferingsfor a course, term, and effective within the given date range inclusive.CourseOfferingLookupSession.getCourseOfferingsForCourseOnDate(Id courseId, DateTime from, DateTime to) Gets allCourseOfferingsfor a course and effective within the given date range inclusive.CourseOfferingLookupSession.getCourseOfferingsForTerm(Id termId) Gets allCourseOfferingsassociated for a givenTerm.CourseOfferingLookupSession.getCourseOfferingsForTermOnDate(Id termId, DateTime from, DateTime to) Gets allCourseOfferingsfor a term and effective within the given date range inclusive.CourseOfferingLookupSession.getCourseOfferingsOnDate(DateTime from, DateTime to) Gets allCourseOfferingseffective within the given date range inclusive.