| Interface | osid.grading.batch.GradebookColumnBatchAdminSession | ||
|---|---|---|---|
| Implements | osid.grading.GradebookColumnAdminSession | ||
| Description |
This session creates, updates, and deletes Create and update operations differ in their usage. To
create The Once a batch of For updates, Once a batch of The delete operations delete | ||
| Method | getGradebookColumnFormsForCreate | ||
| Description |
Gets the gradebook column forms for creating a bunch of new gradebook columns. A form is returned for each grade entry and resource pair. | ||
| Parameters | osid.type.Type[] | gradebookColumnRecordTypes | array of gradebook columnrecord types to be included in each create operation or an empty list if none |
| Return | osid.grading.batch.GradebookColumnBatchFormList | the gradebook column forms | |
| Errors | NULL_ARGUMENT | peers or gradebookColumnRecordTypes is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | unable to request forms with given record types | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | createGradebookColumns | ||
| Description |
Creates a new set of | ||
| Parameters | osid.grading.batch.GradebookColumnBatchFormList | gradebookColumnForms | the gradebook column forms |
| Return | osid.transaction.batch.CreateResponseList | the create responses | |
| Errors | NULL_ARGUMENT | gradebookColumnForms is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradebookColumnFormsForUpdate | ||
| Description |
Gets the gradebook column forms for updating an existing set of gradebook columns. A new gradebook column form should be requested for each update transaction. | ||
| Parameters | osid.id.IdList | gradebookColumnIds | the Ids of the GradebookColumn |
| Return | osid.grading.batch.GradebookColumnBatchFormList | the gradebook column forms | |
| Errors | NOT_FOUND | a gradebookColumnId is not found | |
| NULL_ARGUMENT | gradebookColumnIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | updateGradebookColumns | ||
| Description |
Updates existing gradebook columns. This method returns
an error if the entire operation fails. Otherwise, the
status of an individual update operation is indicated in
the | ||
| Parameters | osid.grading.batch.GradebookColumnBatchFormList | gradebookColumnForms | the form containing the elements to be updated |
| Return | osid.transaction.batch.UpdateResponseList | the update responses | |
| Errors | NULL_ARGUMENT | gradebookColumnForms is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | deleteAllGradebookColumns | ||
| Description |
Deletes all | ||
| Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | deleteGradebookColumns | ||
| Description |
Deletes gradebook columns for the given | ||
| Parameters | osid.id.IdList | gradebookColumnIds | the Ids of the gradebook columns to delete |
| Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
| Errors | NULL_ARGUMENT | gradebookColumnIds is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | aliasGradebookColumns | ||
| Description |
Adds an | ||
| Parameters | osid.transaction.batch.AliasRequestList | aliasRequests | the alias requests |
| Return | osid.transaction.batch.AliasResponseList | the alias responses | |
| Errors | NULL_ARGUMENT | aliasRequests is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |