Uses of Interface
org.osid.grading.GradebookColumn
Packages that use GradebookColumn
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 GradebookColumn in org.osid.grading
Methods in org.osid.grading that return GradebookColumnModifier and TypeMethodDescriptionGradebookColumnAdminSession.createGradebookColumn(GradebookColumnForm gradebookColumnForm) Creates a newGradebookColumn.GradebookColumnLookupSession.getGradebookColumn(Id gradebookColumnId) Gets theGradebookColumnspecified by itsId.GradebookColumnSummary.getGradebookColumn()Gets theGradebookColumn.GradeEntry.getGradebookColumn()Gets theGradebookColumn.GradebookColumnList.getNextGradebookColumn()Gets the nextGradebookColumnin this list.GradebookColumnList.getNextGradebookColumns(long n) Gets the next set ofGradebookColumnelements in this list which must be less than or equal to the return fromavailable(). -
Uses of GradebookColumn in org.osid.grading.calculation
Methods in org.osid.grading.calculation that return GradebookColumnModifier and TypeMethodDescriptionGradebookColumnCalculation.getGradebookColumn()Gets theGradebookColumnto which this calculation applies.