Interface | osid.grading.GradebookColumn | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A | ||
Method | getGradeSystemId | ||
Description |
Gets the | ||
Return | osid.id.Id | the grade system Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystem | ||
Description |
Gets the | ||
Return | osid.grading.GradeSystem | the package grade system | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnRecord | ||
Description |
Gets the gradebook column record corresponding to the
given | ||
Parameters | osid.type.Type | gradebookColumnRecordType | the type of the record to retrieve |
Return | osid.grading.records.GradebookColumnRecord | the gradebook column record | |
Errors | NULL_ARGUMENT | gradebookColumnRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradebookColumnRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |