Uses of Interface
org.osid.course.program.ProgramOfferingQuery
Packages that use ProgramOfferingQuery
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
-
Uses of ProgramOfferingQuery in org.osid.course.program
Methods in org.osid.course.program that return ProgramOfferingQueryModifier and TypeMethodDescriptionProgramOfferingQuery.getParentProgramOfferingQuery()Gets the query for a parent program offering.EnrollmentQuery.getProgramOfferingQuery()Gets the query for a program offering.ProgramOfferingQuerySession.getProgramOfferingQuery()Gets a program offering query.ProgramOfferingSmartCourseCatalogSession.getProgramOfferingQuery()Gets a program offering query.ProgramOfferingSearchSession.getProgramOfferingQueryFromInspector(ItemQueryInspector programOfferingQueryInspector) Gets a program offering query from an inspector.ProgramOfferingSmartCourseCatalogSession.getProgramOfferingQueryFromInspector(ProgramOfferingQueryInspector programOfferingQueryInspector) Gets a program offering query from an inspector.Methods in org.osid.course.program with parameters of type ProgramOfferingQueryModifier and TypeMethodDescriptionvoidProgramOfferingSmartCourseCatalogSession.applyProgramOfferingQuery(ProgramOfferingQuery programOfferingQuery) Applies a program offering query to this course catalog.ProgramOfferingQuerySession.getProgramOfferingsByQuery(ProgramOfferingQuery programQuery) Gets a list ofProgramOfferingsmatching the given program offering query.ProgramOfferingSearchSession.getProgramOfferingsBySearch(ProgramOfferingQuery programOfferingQuery, ProgramOfferingSearch programOfferingSearch) Gets the search results matching the given search query using the given search.