Uses of Interface
org.osid.course.chronicle.CredentialEntryList
Packages that use CredentialEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
-
Uses of CredentialEntryList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return CredentialEntryListModifier and TypeMethodDescriptionCredentialEntryLookupSession.getCredentialEntries()Gets allCredentialEntries.CredentialEntrySearchResults.getCredentialEntries()Gets the course list resulting from a search.CredentialEntryCourseCatalogSession.getCredentialEntriesByCourseCatalog(Id courseCatalogId) Gets the list ofCredentialEntriesassociated with aCourseCatalog.CredentialEntryCourseCatalogSession.getCredentialEntriesByCourseCatalogs(IdList courseCatalogIds) Gets the list ofCredentialEntriescorresponding to a list ofCourseCatalogobjects.AcademicRecordSession.getCredentialEntriesByDateForStudent(Id resourceId, DateTime from, DateTime to) Gets all effective credential entries for a student awarded within the given date range inclusive.CredentialEntryLookupSession.getCredentialEntriesByGenusType(Type credentialEntryGenusType) Gets aCredentialEntryListcorresponding to the given credential entry genusTypewhich does not include credential entries of types derived from the specifiedType.CredentialEntryLookupSession.getCredentialEntriesByIds(IdList credentialEntryId) Gets aCredentialEntryListcorresponding to the givenIdList.CredentialEntryLookupSession.getCredentialEntriesByParentGenusType(Type credentialEntryGenusType) Gets aCredentialEntryListcorresponding to the given credential entry genusTypeand include any additional credential entries with genus types derived from the specifiedType.CredentialEntryQuerySession.getCredentialEntriesByQuery(CredentialEntryQuery credentialEntryQuery) Gets a list ofCredentialEntriesmatching the given credential entry query.CredentialEntryLookupSession.getCredentialEntriesByRecordType(Type credentialEntryRecordType) Gets aCredentialEntryListcontaining the given credential entry recordType.CredentialEntryLookupSession.getCredentialEntriesForCredential(Id credentialId) Gets aCredentialEntryListfor the given credential.CredentialEntryLookupSession.getCredentialEntriesForCredentialOnDate(Id credentialId, DateTime from, DateTime to) Gets aCredentialEntryListfor the given credential effective during the entire given date range inclusive but not confined to the date range.AcademicRecordSession.getCredentialEntriesForStudent(Id resourceId) Gets all effective credential entries for a student.CredentialEntryLookupSession.getCredentialEntriesForStudent(Id resourceId) Gets aCredentialEntryListfor the given student.CredentialEntryLookupSession.getCredentialEntriesForStudentAndCredential(Id resourceId, Id credentialId) Gets aCredentialEntryListfor the given student and credential.CredentialEntryLookupSession.getCredentialEntriesForStudentAndCredentialOnDate(Id resourceId, Id credentialId, DateTime from, DateTime to) Gets aCredentialEntryListfor the given student and credential effective during the entire given date range inclusive but not confined to the date range.CredentialEntryLookupSession.getCredentialEntriesForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets aCredentialEntryListfor the given student effective during the entire given date range inclusive but not confined to the date range.CredentialEntryLookupSession.getCredentialEntriesOnDate(DateTime from, DateTime to) Gets aCredentialEntryListeffective during the entire given date range inclusive but not confined to the date range.