Uses of Interface
org.osid.grading.batch.GradeEntryBatchFormList
Packages that use GradeEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.grading.batch
service.
-
Uses of GradeEntryBatchFormList in org.osid.grading.batch
Methods in org.osid.grading.batch that return GradeEntryBatchFormListModifier and TypeMethodDescriptionGradeEntryBatchAdminSession.getGradeEntryFormsForCreate(GradeEntryPeerList peers, Type[] gradeEntryRecordTypes) Gets the grade entry forms for creating a bunch of new grade entries.GradeEntryBatchAdminSession.getGradeEntryFormsForUpdate(IdList gradeEntryIds) Gets the grade entry forms for updating an existing set of grade entries.Methods in org.osid.grading.batch with parameters of type GradeEntryBatchFormListModifier and TypeMethodDescriptionGradeEntryBatchAdminSession.createGradeEntries(GradeEntryBatchFormList gradeEntryForms) Creates a new set ofGradeEntries.GradeEntryBatchAdminSession.updateGradeEntries(GradeEntryBatchFormList gradeEntryForms) Updates existing grade entries.