Uses of Interface
org.osid.course.chronicle.ProgramEntryList
Packages that use ProgramEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
-
Uses of ProgramEntryList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return ProgramEntryListModifier and TypeMethodDescriptionAcademicRecordSession.getCompletedProgramEntriesForStudent(Id resourceId) Gets completed program entries for a student with summary results.AcademicRecordSession.getEnrolledProgramEntriesForStudent(Id resourceId) Gets program entries for a student in which the student is currently enrolled.ProgramEntryLookupSession.getProgramEntries()Gets allProgramEntries.ProgramEntrySearchResults.getProgramEntries()Gets the course list resulting from a search.ProgramEntryCourseCatalogSession.getProgramEntriesByCourseCatalog(Id courseCatalogId) Gets the list ofProgramEntriesassociated with aCourseCatalog.ProgramEntryCourseCatalogSession.getProgramEntriesByCourseCatalogs(IdList courseCatalogIds) Gets the list ofProgramEntriescorresponding to a list ofCourseCatalogobjects.ProgramEntryLookupSession.getProgramEntriesByGenusType(Type programEntryGenusType) Gets aProgramEntryListcorresponding to the given program entry genusTypewhich does not include program entries of types derived from the specifiedType.ProgramEntryLookupSession.getProgramEntriesByIds(IdList programEntryId) Gets aProgramEntryListcorresponding to the givenIdList.ProgramEntryLookupSession.getProgramEntriesByParentGenusType(Type programEntryGenusType) Gets aProgramEntryListcorresponding to the given program entry genusTypeand include any additional program entries with genus types derived from the specifiedType.ProgramEntryQuerySession.getProgramEntriesByQuery(ProgramEntryQuery programEntryQuery) Gets a list ofProgramEntriesmatching the given program entry query.ProgramEntryLookupSession.getProgramEntriesByRecordType(Type programEntryRecordType) Gets aProgramEntryListcontaining the given program entry recordType.AcademicRecordSession.getProgramEntriesByTermForStudent(Id resourceId, Id termId) Gets all effective program entries for a student in the given term.ProgramEntryLookupSession.getProgramEntriesForParentProgramEntry(Id programEntryId) Gets aProgramEntryListfor the given parent program entry.ProgramEntryLookupSession.getProgramEntriesForParentProgramEntryOnDate(Id programEntryId, DateTime from, DateTime to) Gets aProgramEntryListfor the given parent program entry effective during the entire given date range inclusive but not confined to the date range.ProgramEntryLookupSession.getProgramEntriesForProgram(Id programId) Gets aProgramEntryListfor the given program.ProgramEntryLookupSession.getProgramEntriesForProgramOnDate(Id programId, DateTime from, DateTime to) Gets aProgramEntryListfor the given program effective during the entire given date range inclusive but not confined to the date range.ProgramEntryLookupSession.getProgramEntriesForStudent(Id resourceId) Gets aProgramEntryListfor the given student.ProgramEntryLookupSession.getProgramEntriesForStudentAndProgram(Id resourceId, Id programId) Gets aProgramEntryListfor the given student and program.ProgramEntryLookupSession.getProgramEntriesForStudentAndProgramOnDate(Id resourceId, Id programId, DateTime from, DateTime to) Gets aProgramEntryListfor the given student and program effective during the entire given date range inclusive but not confined to the date range.ProgramEntryLookupSession.getProgramEntriesForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets aProgramEntryListfor the given student effective during the entire given date range inclusive but not confined to the date range.ProgramEntryLookupSession.getProgramEntriesOnDate(DateTime from, DateTime to) Gets aProgramEntryListeffective during the entire given date range inclusive but not confined to the date range.