Uses of Interface
org.osid.course.program.ProgramList
Packages that use ProgramList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
-
Uses of ProgramList in org.osid.course.program
Methods in org.osid.course.program that return ProgramListModifier and TypeMethodDescriptionProgramLookupSession.getPrograms()Gets allPrograms.ProgramSearchResults.getPrograms()Gets the program list resulting from a search.ProgramCourseCatalogSession.getProgramsByCourseCatalog(Id courseCatalogId) Gets the list ofProgramsassociated with aCourseCatalog.ProgramCourseCatalogSession.getProgramsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofProgramscorresponding to a list ofCourseCatalogobjects.ProgramLookupSession.getProgramsByCredential(Id credentialId) Gets aProgramListcontaining the given credential.ProgramLookupSession.getProgramsByGenusType(Type programGenusType) Gets aProgramListcorresponding to the given program genusTypewhich does not include programs of types derived from the specifiedType.ProgramLookupSession.getProgramsByIds(IdList programIds) Gets aProgramListcorresponding to the givenIdList.ProgramLookupSession.getProgramsByNumber(String number) Gets aProgramListfor the given number.ProgramLookupSession.getProgramsByObjective(Id objectiveId) Gets aProgramListfor the given learning objective.ProgramLookupSession.getProgramsByParentGenusType(Type programGenusType) Gets aProgramListcorresponding to the given program genusTypeand include any additional programs with genus types derived from the specifiedType.ProgramLookupSession.getProgramsByParentProgram(Id programId) Gets aProgramListfor the given parent program.ProgramQuerySession.getProgramsByQuery(ProgramQuery programQuery) Gets a list ofProgramsmatching the given program query.ProgramLookupSession.getProgramsByRecordType(Type programRecordType) Gets aProgramListcontaining the given program recordType.ProgramLookupSession.getProgramsBySponsor(Id sponsorId) Gets aProgramListfor the given sponsor.CourseProgramLookupSession.getProgramsForCourse(Id courseId) Gets theProgramsfor the givenCourse.