Interface | osid.grading.GradeSystemGradebookSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to retrieve This lookup session defines two views:
| ||
Method | useComparativeGradebookView | ||
Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenaryGradebookView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | canLookupGradeSystemGradebookMappings | ||
Description |
Tests if this user can perform lookups of
gradebook/grade system mappings. A return of true does not
guarantee successful authorization. A return of false
indicates that it is known lookup methods in this session
will result in a | ||
Return | boolean | false if looking up mappings is not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemIdsByGradebook | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | gradebookId | Id of the Gradebook |
Return | osid.id.IdList | list of related grade system Ids | |
Errors | NOT_FOUND | gradebookId is not found | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemsByGradebook | ||
Description |
Gets the list of grade systems associated with a | ||
Parameters | osid.id.Id | gradebookId | Id of the Gradebook |
Return | osid.grading.GradeSystemList | list of related grade systems | |
Errors | NOT_FOUND | gradebookId is not found | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemIdsByGradebooks | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | gradebookIds | list of gradebook Ids |
Return | osid.id.IdList | list of grade systems Ids | |
Errors | NULL_ARGUMENT | gradebookIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemsByGradebooks | ||
Description |
Gets the list of grade systems corresponding to a list
of | ||
Parameters | osid.id.IdList | gradebookIds | list of gradebook Ids |
Return | osid.grading.GradeSystemList | list of grade systems | |
Errors | NULL_ARGUMENT | gradebookIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookIdsByGradeSystem | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | gradeSystemId | Id of a GradeSystem |
Return | osid.id.IdList | list of gradebook Ids | |
Errors | NOT_FOUND | gradeSystemId is not found | |
NULL_ARGUMENT | gradeSystemId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradebooksByGradeSystem | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | gradeSystemId | Id of a GradeSystem |
Return | osid.grading.GradebookList | list of gradebooks | |
Errors | NOT_FOUND | gradeSystemId is not found | |
NULL_ARGUMENT | gradeSystemId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |