OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradebookColumn
Implementsosid.OsidObject
Description

A GradebookColumn represents a series of grade entries in a gradebook. Each GradeEntry in a column share the same GradeSystem.

MethodgetGradeSystemId
Description

Gets the GradeSystem Id in which this grade belongs.

Returnosid.id.Idthe grade system Id
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystem
Description

Gets the GradeSystem in which this grade belongs.

Returnosid.grading.GradeSystemthe package grade system
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnRecord
Description

Gets the gradebook column record corresponding to the given GradeBookColumn record Type. This method ie used to retrieve an object implementing the requested record. The gradebookColumnRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(gradebookColumnRecordType) is true .

Parametersosid.type.TypegradebookColumnRecordTypethe type of the record to retrieve
Returnosid.grading.records.GradebookColumnRecordthe gradebook column record
ErrorsNULL_ARGUMENT gradebookColumnRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(gradebookColumnRecordType) is false
CompliancemandatoryThis method must be implemented.