Interface | osid.grading.GradebookColumnGradebookSession | ||
---|---|---|---|
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 | canLookupGradebookColumnGradebookMappings | ||
Description |
Tests if this user can perform lookups of
gradebook/column 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 | getGradebookColumnIdsByGradebook | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | gradebookId | Id of the Gradebook |
Return | osid.id.IdList | list of related gradebook column 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 | getGradebookColumnsByGradebook | ||
Description |
Gets the list of gradebook columns associated with a
| ||
Parameters | osid.id.Id | gradebookId | Id of the Gradebook |
Return | osid.grading.GradebookColumnList | list of related gradebook columns | |
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 | getGradebookColumnIdsByGradebooks | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | gradebookIds | list of gradebook Ids |
Return | osid.id.IdList | list of gradebook column 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 | getGradebookColumnsByGradebooks | ||
Description |
Gets the list of gradebook columns corresponding to a
list of | ||
Parameters | osid.id.IdList | gradebookIds | list of gradebook Ids |
Return | osid.grading.GradebookColumnList | list of gradebook columns | |
Errors | NULL_ARGUMENT | gradebookIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookIdsByGradebookColumn | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | gradebookColumnId | Id of a GradebookColumn |
Return | osid.id.IdList | list of gradebook Ids | |
Errors | NOT_FOUND | gradebookColumnId is not found | |
NULL_ARGUMENT | gradebookColumnId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradebooksByGradebookColumn | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | gradebookColumnId | Id of a GradebookColumn |
Return | osid.grading.GradebookList | list of gradebooks | |
Errors | NOT_FOUND | gradebookColumnId is not found | |
NULL_ARGUMENT | gradebookColumnId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |