Uses of Interface
org.osid.grading.GradebookColumnList
Packages that use GradebookColumnList
Package
Description
The Open Service Interface Definitions for the org.osid.grading
service.
The Open Service Interface Definitions for the org.osid.grading.calculation
service.
-
Uses of GradebookColumnList in org.osid.grading
Methods in org.osid.grading that return GradebookColumnListModifier and TypeMethodDescriptionGradebookColumnLookupSession.getGradebookColumns()Gets all gradebook columns.GradebookColumnSearchResults.getGradebookColumns()Gets the gradebook column list resulting from the search.GradebookColumnLookupSession.getGradebookColumnsByGenusType(Type gradebookColumnGenusType) Gets aGradebookColumnListcorresponding to the given gradebook column genusTypewhich does not include gradebook columns of genus types derived from the specifiedType.GradebookColumnGradebookSession.getGradebookColumnsByGradebook(Id gradebookId) Gets the list of gradebook columns associated with aGradebook.GradebookColumnGradebookSession.getGradebookColumnsByGradebooks(IdList gradebookIds) Gets the list of gradebook columns corresponding to a list ofGradebooks.GradebookColumnLookupSession.getGradebookColumnsByIds(IdList gradebookColumnIds) Gets aGradebookColumnListcorresponding to the givenIdList.GradebookColumnLookupSession.getGradebookColumnsByParentGenusType(Type gradebookColumnGenusType) Gets aGradebookColumnListcorresponding to the given gradebook column genusTypeand include any additional columns with genus types derived from the specifiedType.GradebookColumnQuerySession.getGradebookColumnsByQuery(GradebookColumnQuery gradebookColumnQuery) Gets a list of gradebook columns matching the given query.GradebookColumnLookupSession.getGradebookColumnsByRecordType(Type gradebookColumnRecordType) Gets aGradebookColumnListcontaining the given gradebook column recordType. -
Uses of GradebookColumnList in org.osid.grading.calculation
Methods in org.osid.grading.calculation that return GradebookColumnListModifier and TypeMethodDescriptionGradebookColumnCalculation.getInputGradebookColumns()Gets theGradebookColumnsfrom which this column is derived.