Uses of Interface
org.osid.course.chronicle.AssessmentEntryList
Packages that use AssessmentEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
-
Uses of AssessmentEntryList in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return AssessmentEntryListModifier and TypeMethodDescriptionAssessmentEntryLookupSession.getAssessmentEntries()Gets allAssessmentEntries.AssessmentEntrySearchResults.getAssessmentEntries()Gets the course list resulting from a search.AssessmentEntryCourseCatalogSession.getAssessmentEntriesByCourseCatalog(Id courseCatalogId) Gets the list ofAssessmentEntriesassociated with aCourseCatalog.AssessmentEntryCourseCatalogSession.getAssessmentEntriesByCourseCatalogs(IdList courseCatalogIds) Gets the list ofAssessmentEntriescorresponding to a list ofCourseCatalogobjects.AcademicRecordSession.getAssessmentEntriesByDateForStudent(Id resourceId, DateTime from, DateTime to) Gets all effective assessment entries for a student completed within the given date range inclusive.AssessmentEntryLookupSession.getAssessmentEntriesByGenusType(Type assessmentEntryGenusType) Gets anAssessmentEntryListcorresponding to the given assessment entry genusTypewhich does not include assessments of types derived from the specifiedType.AssessmentEntryLookupSession.getAssessmentEntriesByIds(IdList assessmentEntryId) Gets anAssessmentEntryListcorresponding to the givenIdList.AssessmentEntryLookupSession.getAssessmentEntriesByParentGenusType(Type assessmentEntryGenusType) Gets anAssessmentEntryListcorresponding to the given assessment entry genusTypeand include any additional assessments with genus types derived from the specifiedType.AssessmentEntryQuerySession.getAssessmentEntriesByQuery(AssessmentEntryQuery assessmentEntryQuery) Gets a list ofAssessmentEntriesmatching the given assessment entry query.AssessmentEntryLookupSession.getAssessmentEntriesByRecordType(Type assessmentEntryRecordType) Gets anAssessmentEntryListcontaining the given assessment entry recordType.AssessmentEntryLookupSession.getAssessmentEntriesForAssessment(Id assessmentId) Gets anAssessmentEntryListfor the given assessment.AssessmentEntryLookupSession.getAssessmentEntriesForAssessmentOnDate(Id assessmentId, DateTime from, DateTime to) Gets anAssessmentEntryListfor the given assessment effective during the entire given date range inclusive but not confined to the date range.AcademicRecordSession.getAssessmentEntriesForStudent(Id resourceId) Gets all effective assessment entries for a student.AssessmentEntryLookupSession.getAssessmentEntriesForStudent(Id resourceId) Gets anAssessmentEntryListfor the given student.AssessmentEntryLookupSession.getAssessmentEntriesForStudentAndAssessment(Id resourceId, Id assessmentId) Gets anAssessmentEntryListfor the given student and assessment.AssessmentEntryLookupSession.getAssessmentEntriesForStudentAndAssessmentOnDate(Id resourceId, Id assessmentId, DateTime from, DateTime to) Gets anAssessmentEntryListfor the given student and assessment effective during the entire given date range inclusive but not confined to the date range.AssessmentEntryLookupSession.getAssessmentEntriesForStudentOnDate(Id resourceId, DateTime from, DateTime to) Gets anAssessmentEntryListfor the given student effective during the entire given date range inclusive but not confined to the date range.AssessmentEntryLookupSession.getAssessmentEntriesOnDate(DateTime from, DateTime to) Gets anAssessmentEntryListeffectiveduring the entire given date range inclusive but not confined to the date range.