Uses of Interface
org.osid.course.program.ProgramOfferingList
Packages that use ProgramOfferingList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
-
Uses of ProgramOfferingList in org.osid.course.program
Methods in org.osid.course.program that return ProgramOfferingListModifier and TypeMethodDescriptionProgramOfferingLookupSession.getProgramOfferings()Gets allProgramOfferings.ProgramOfferingSearchResults.getProgramOfferings()Gets the program offering list resulting from a search.ProgramOfferingCourseCatalogSession.getProgramOfferingsByCourseCatalog(Id courseCatalogId) Gets the list ofProgramOfferingsassociated with aCourseCatalog.ProgramOfferingCourseCatalogSession.getProgramOfferingsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofProgramOfferingscorresponding to a list ofCourseCatalogobjects.ProgramOfferingLookupSession.getProgramOfferingsByGenusType(Type programOfferingGenusType) Gets aProgramOfferingListcorresponding to the given program offering genusTypewhich does not include program offerings of types derived from the specifiedType.ProgramOfferingLookupSession.getProgramOfferingsByIds(IdList programOfferingIds) Gets aProgramOfferingListcorresponding to the givenIdList.ProgramOfferingLookupSession.getProgramOfferingsByNumberForTerm(String number, Id termId) Gets aProgramOfferingListfor the given number associated with a givenTerm.ProgramOfferingLookupSession.getProgramOfferingsByParentGenusType(Type programOfferingGenusType) Gets aProgramOfferingListcorresponding to the given porgram offering genusTypeand include any additional program offerings with genus types derived from the specifiedType.ProgramOfferingLookupSession.getProgramOfferingsByParentProgramOffering(Id programOfferingId) Gets aProgramOfferingListfor the given parent program offering.ProgramOfferingQuerySession.getProgramOfferingsByQuery(ProgramOfferingQuery programQuery) Gets a list ofProgramOfferingsmatching the given program offering query.ProgramOfferingLookupSession.getProgramOfferingsByRecordType(Type programOfferingRecordType) Gets aProgramOfferingListcontaining the given program offering recordType.ProgramOfferingLookupSession.getProgramOfferingsBySponsorForTerm(Id sponsorId, Id termId) Gets aProgramOfferingListfor the given sponsor associated with a givenTerm.ProgramOfferingLookupSession.getProgramOfferingsForProgram(Id programId) Gets allProgramOfferingsassociated with a givenProgram.ProgramOfferingLookupSession.getProgramOfferingsForProgramAndTerm(Id programId, Id termId) Gets allProgramOfferingsassociated with a givenTermandProgram.ProgramOfferingLookupSession.getProgramOfferingsForProgramAndTermOnDate(Id programId, Id termId, DateTime from, DateTime to) Gets aProgramOfferingListfor the given program, term, and effective within the given date range inclusive.ProgramOfferingLookupSession.getProgramOfferingsForProgramOnDate(Id programId, DateTime from, DateTime to) Gets aProgramOfferingListfor the given program and effective within the given date range inclusive.ProgramOfferingLookupSession.getProgramOfferingsForTerm(Id termId) Gets allProgramOfferingsassociated with a givenTerm.ProgramOfferingLookupSession.getProgramOfferingsForTermOnDate(Id termId, DateTime from, DateTime to) Gets aProgramOfferingListfor the given term and effective within the given date range inclusive.ProgramOfferingLookupSession.getProgramOfferingsOnDate(DateTime from, DateTime to) Gets aProgramOfferingListeffective within the given date range inclusive.