Uses of Interface
org.osid.course.chronicle.AwardEntryList
Packages that use AwardEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
-
Uses of AwardEntryList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return AwardEntryListModifier and TypeMethodDescriptionAwardEntryLookupSession.getAwardEntries()Gets allAwardEntries.AwardEntrySearchResults.getAwardEntries()Gets the course list resulting from a search.AwardEntryCourseCatalogSession.getAwardEntriesByCourseCatalog(Id courseCatalogId) Gets the list ofAwardEntriesassociated with aCourseCatalog.AwardEntryCourseCatalogSession.getAwardEntriesByCourseCatalogs(IdList courseCatalogIds) Gets the list ofAwardEntriescorresponding to a list ofCourseCatalogobjects.AcademicRecordSession.getAwardEntriesByDateForStudent(Id resourceId, DateTime from, DateTime to) Gets all effective award entries for a student completed within the given date range inclusive.AwardEntryLookupSession.getAwardEntriesByGenusType(Type awardEntryGenusType) Gets anAwardEntryListcorresponding to the given award entry genusTypewhich does not include awards of types derived from the specifiedType.AwardEntryLookupSession.getAwardEntriesByIds(IdList awardEntryId) Gets anAwardEntryListcorresponding to the givenIdList.AwardEntryLookupSession.getAwardEntriesByParentGenusType(Type awardEntryGenusType) Gets anAwardEntryListcorresponding to the given award entry genusTypeand include any additional awards with genus types derived from the specifiedType.AwardEntryQuerySession.getAwardEntriesByQuery(AwardEntryQuery awardEntryQuery) Gets a list ofAwardEntriesmatching the given award entry query.AwardEntryLookupSession.getAwardEntriesByRecordType(Type awardEntryRecordType) Gets anAwardEntryListcontaining the given award entry recordType.AwardEntryLookupSession.getAwardEntriesForAward(Id awardId) Gets anAwardEntryListfor the given award.AwardEntryLookupSession.getAwardEntriesForAwardOnDate(Id awardId, DateTime from, DateTime to) Gets anAwardEntryListfor the given award effective during the entire given date range inclusive but not confined to the date range.AcademicRecordSession.getAwardEntriesForStudent(Id resourceId) Gets all effective award entries for a student.AwardEntryLookupSession.getAwardEntriesForStudent(Id resourceId) Gets anAwardEntryListfor the given student.AwardEntryLookupSession.getAwardEntriesForStudentAndAward(Id resourceId, Id awardId) Gets anAwardEntryListfor the given student and award.AwardEntryLookupSession.getAwardEntriesForStudentAndAwardOnDate(Id resourceId, Id awardId, DateTime from, DateTime to) Gets anAwardEntryListfor the given student and award effective during the entire given date range inclusive but not confined to the date range.AwardEntryLookupSession.getAwardEntriesForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets anAwardEntryListfor the given student effective during the entire given date range inclusive but not confined to the date range.AwardEntryLookupSession.getAwardEntriesOnDate(DateTime from, DateTime to) Gets anAwardEntryListeffective during the entire given date range inclusive but not confined to the date range.