Uses of Interface
org.osid.grading.batch.GradeSystemBatchFormList
Packages that use GradeSystemBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.grading.batch
service.
-
Uses of GradeSystemBatchFormList in org.osid.grading.batch
Methods in org.osid.grading.batch that return GradeSystemBatchFormListModifier and TypeMethodDescriptionGradeSystemBatchAdminSession.getGradeSystemFormsForCreate(long number, Type[] gradeSystemRecordTypes) Gets the grade system forms for creating a bunch of new grade systems.GradeSystemBatchAdminSession.getGradeSystemFormsForUpdate(IdList gradeSystemIds) Gets the grade system forms for updating an existing set of grade systems.Methods in org.osid.grading.batch with parameters of type GradeSystemBatchFormListModifier and TypeMethodDescriptionGradeSystemBatchAdminSession.createGradeSystems(GradeSystemBatchFormList gradeSystemForms) Creates a new set ofGradeSystems.GradeSystemBatchAdminSession.updateGradeSystems(GradeSystemBatchFormList gradeSystemForms) Updates existing grade systems.