Uses of Interface
org.osid.grading.batch.GradebookBatchFormList
Packages that use GradebookBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.grading.batch
service.
-
Uses of GradebookBatchFormList in org.osid.grading.batch
Methods in org.osid.grading.batch that return GradebookBatchFormListModifier and TypeMethodDescriptionGradebookBatchAdminSession.getGradebookFormsForCreate(long number, Type[] gradebookRecordTypes) Gets the gradebook forms for creating a bunch of new gradebooks.GradebookBatchAdminSession.getGradebookFormsForUpdate(IdList gradebookIds) Gets the gradebook forms for updating an existing set of gradebooks.Methods in org.osid.grading.batch with parameters of type GradebookBatchFormListModifier and TypeMethodDescriptionGradebookBatchAdminSession.createGradebooks(GradebookBatchFormList gradebookForms) Creates a new set ofGradebooks.GradebookBatchAdminSession.updateGradebooks(GradebookBatchFormList gradebookForms) Updates existing gradebooks.