| Interface | osid.grading.GradeGradebookSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.grading.GradingManager | ||
osid.grading.GradingProxyManager | |||
| Description |
This session provides methods to retrieve
This lookup session defines several views:
| ||
| Method | canLookupGradeGradebookMappings | ||
| Description |
Tests if this user can perform lookups of
grade/gradebook 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 | useComparativeGradeGradebookView | ||
| 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 | usePlenaryGradeGradebookView | ||
| Description |
A complete view of the | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getGradeIdsByGradebook | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.Id | gradebookId | Id of the Gradebook |
| Return | osid.id.IdList | list of related grade 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 | getGradesByGradebook | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.Id | gradebookId | Id of the Gradebook |
| Return | osid.grading.GradeList | list of related grades | |
| 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 | getGradeIdsByGradebooks | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.IdList | gradebookIds | list of gradebook Ids |
| Return | osid.id.IdList | list of grade 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 | getGradesByGradebooks | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.IdList | gradebookIds | list of gradebook Ids |
| Return | osid.grading.GradeList | list of grades | |
| Errors | NULL_ARGUMENT | gradebookIds is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradebookIdsByGrade | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | gradeId | Id of a Grade |
| Return | osid.id.IdList | list of gradebook Ids | |
| Errors | NOT_FOUND | gradeId is not found | |
| NULL_ARGUMENT | gradeId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradebooksByGrade | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | gradeId | Id of a Grade |
| Return | osid.grading.GradebookList | list of gradebooks | |
| Errors | NOT_FOUND | gradeId is not found | |
| NULL_ARGUMENT | gradeId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |