Uses of Interface
org.osid.grading.GradebookForm
Packages that use GradebookForm
Package
Description
The Open Service Interface Definitions for the org.osid.grading
service.
The Open Service Interface Definitions for the org.osid.grading.batch
service.
-
Uses of GradebookForm in org.osid.grading
Methods in org.osid.grading that return GradebookFormModifier and TypeMethodDescriptionGradebookAdminSession.getGradebookFormForCreate(Type[] gradebookRecordTypes) Gets the gradebook form for creating new gradebooks.GradebookAdminSession.getGradebookFormForUpdate(Id gradebookId) Gets the gradebook form for updating an existing gradebook.Methods in org.osid.grading with parameters of type GradebookFormModifier and TypeMethodDescriptionGradebookAdminSession.createGradebook(GradebookForm gradebookForm) Creates a newGradebook.voidGradebookAdminSession.updateGradebook(GradebookForm gradebookForm) Updates an existing gradebook. -
Uses of GradebookForm in org.osid.grading.batch
Subinterfaces of GradebookForm in org.osid.grading.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating gradebooks in bulk.