Uses of Interface
org.osid.grading.batch.GradeBatchFormList
Packages that use GradeBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.grading.batch
service.
-
Uses of GradeBatchFormList in org.osid.grading.batch
Methods in org.osid.grading.batch that return GradeBatchFormListModifier and TypeMethodDescriptionGradeBatchAdminSession.getGradeFormsForCreate(IdList gradeSystemIds, Type[] gradeRecordTypes) Gets the grade forms for creating a bunch of new grades.GradeBatchAdminSession.getGradeFormsForUpdate(IdList gradeIds) Gets the grade forms for updating an existing set of grades.Methods in org.osid.grading.batch with parameters of type GradeBatchFormListModifier and TypeMethodDescriptionGradeBatchAdminSession.createGradeSystems(GradeBatchFormList gradeForms) Creates a new set ofGrades.GradeBatchAdminSession.updateGrades(GradeBatchFormList gradeForms) Updates existing grades.