Uses of Interface
org.osid.grading.GradeEntryList
Packages that use GradeEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.grading
service.
-
Uses of GradeEntryList in org.osid.assessment
Methods in org.osid.assessment that return GradeEntryListModifier and TypeMethodDescriptionAssessmentResultsSession.getGradeEntries(Id assessmentTakenId) Gets a list of grade entries for this assessment. -
Uses of GradeEntryList in org.osid.grading
Methods in org.osid.grading that return GradeEntryListModifier and TypeMethodDescriptionGradeEntryLookupSession.getGradeEntries()Gets all grade entries.GradeEntrySearchResults.getGradeEntries()Gets the package list resulting from the search.GradeEntryLookupSession.getGradeEntriesByGenusType(Type gradeEntryGenusType) Gets aGradeEntryListcorresponding to the given grade entry genusTypewhich does not include grade entries of genus types derived from the specifiedType.GradeEntryGradebookSession.getGradeEntriesByGradebook(Id gradebookId) Gets the list of grade entries associated with aGradebook.GradeEntryGradebookSession.getGradeEntriesByGradebooks(IdList gradebookIds) Gets the list of grade entries corresponding to a list ofGradebooks.GradeEntryLookupSession.getGradeEntriesByGrader(Id resourceId) Gets aGradeEntryListfor the given grader.GradeEntryLookupSession.getGradeEntriesByIds(IdList gradeEntryIds) Gets aGradeEntryListcorresponding to the givenIdList.GradeEntryLookupSession.getGradeEntriesByParentGenusType(Type gradeEntryGenusType) Gets aGradeEntryListcorresponding to the given grade entry genusTypeand include any additional grade entry with genus types derived from the specifiedType.GradeEntryQuerySession.getGradeEntriesByQuery(GradeEntryQuery gradeEntryQuery) Gets a list of entries matching the given grade entry query.GradeEntryLookupSession.getGradeEntriesByRecordType(Type gradeEntryRecordType) Gets aGradeEntryListcontaining the given grade entry recordType.GradeEntryLookupSession.getGradeEntriesForGradebookColumn(Id gradebookColumnId) Gets aGradeEntryListfor the gradebook column.GradeEntryLookupSession.getGradeEntriesForGradebookColumnAndResource(Id gradebookColumnId, Id resourceId) Gets aGradeEntryListfor the gradebook column and key resource.GradeEntryLookupSession.getGradeEntriesForGradebookColumnAndResourceOnDate(Id gradebookColumnId, Id resourceId, DateTime from, DateTime to) Gets aGradeEntryListfor the given gradebook column, resource, and effective during the entire given date range inclusive but not confined to the date range.GradeEntryLookupSession.getGradeEntriesForGradebookColumnOnDate(Id gradebookColumnId, DateTime from, DateTime to) Gets aGradeEntryListfor the given gradebook column and effective during the entire given date range inclusive but not confined to the date range.GradeEntryLookupSession.getGradeEntriesForResource(Id resourceId) Gets aGradeEntryListfor the given key key resource.GradeEntryLookupSession.getGradeEntriesForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aGradeEntryListfor the given key resource and effective during the entire given date range inclusive but not confined to the date range.GradeEntryLookupSession.getGradeEntriesOnDate(DateTime from, DateTime to) Gets aGradeEntryListeffective during the entire given date range inclusive but not confined to the date range.