Uses of Interface
org.osid.grading.GradebookList
Packages that use GradebookList
Package
Description
The Open Service Interface Definitions for the org.osid.grading
service.
-
Uses of GradebookList in org.osid.grading
Methods in org.osid.grading that return GradebookListModifier and TypeMethodDescriptionGradebookHierarchySession.getChildGradebooks(Id gradebookId) Gets the children of the given gradebook.GradebookLookupSession.getGradebooks()Gets allGradebooks.GradebookSearchResults.getGradebooks()Gets the gradebook list resulting from the search.GradebookLookupSession.getGradebooksByGenusType(Type gradebookGenusType) Gets aGradebookListcorresponding to the given gradebook genusTypewhich does not include gradebooks of types derived from the specifiedType.GradeGradebookSession.getGradebooksByGrade(Id gradeId) Gets theGradebooksmapped to aGrade.GradebookColumnGradebookSession.getGradebooksByGradebookColumn(Id gradebookColumnId) Gets the list ofGradebooksmapped to aGradebookColumn.GradeEntryGradebookSession.getGradebooksByGradeEntry(Id gradeEntryId) Gets the list ofGradebooksmapped to aGradeEntry.GradeSystemGradebookSession.getGradebooksByGradeSystem(Id gradeSystemId) Gets the list ofGradebooksmapped to aGradeSystem.GradebookLookupSession.getGradebooksByIds(IdList gradebookIds) Gets aGradebookListcorresponding to the givenIdList.GradebookLookupSession.getGradebooksByParentGenusType(Type gradebookGenusType) Gets aGradebookListcorresponding to the given gradebook genusTypeand include any additional gradebooks with genus types derived from the specifiedType.GradebookLookupSession.getGradebooksByProvider(Id resourceId) Gets aGradebookListfor the given provider.GradebookQuerySession.getGradebooksByQuery(GradebookQuery gradebookQuery) Gets a list ofGradebookobjects matching the given gradebook query.GradebookLookupSession.getGradebooksByRecordType(Type gradebookRecordType) Gets aGradebookListcontaining the given gradebook recordType.GradebookHierarchySession.getParentGradebooks(Id gradebookId) Gets the parents of the given gradebook.GradebookHierarchySession.getRootGradebooks()Gets the root gradebooks in this gradebook hierarchy.