| Package | Description |
|---|---|
| org.osid.grading.batch |
The Open Service Interface Definitions for the org.osid.grading.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
GradebookBatchFormList |
GradebookBatchAdminSession.getGradebookFormsForCreate(long number,
Type[] gradebookRecordTypes)
Gets the gradebook forms for creating a bunch of new gradebooks.
|
GradebookBatchFormList |
GradebookBatchAdminSession.getGradebookFormsForUpdate(IdList gradebookIds)
Gets the gradebook forms for updating an existing set of gradebooks.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponseList |
GradebookBatchAdminSession.createGradebooks(GradebookBatchFormList gradebookForms)
Creates a new set of
Gradebooks. |
UpdateResponseList |
GradebookBatchAdminSession.updateGradebooks(GradebookBatchFormList gradebookForms)
Updates existing gradebooks.
|