Uses of Interface
org.osid.course.chronicle.batch.AwardEntryBatchFormList
Packages that use AwardEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of AwardEntryBatchFormList in org.osid.course.chronicle.batch
Methods in org.osid.course.chronicle.batch that return AwardEntryBatchFormListModifier and TypeMethodDescriptionAwardEntryBatchAdminSession.getAwardEntryFormsForCreate(AwardEntryPeerList peers, Type[] awardEntryRecordTypes) Gets the award entry forms for creating a bunch of new award entries.AwardEntryBatchAdminSession.getAwardEntryFormsForUpdate(IdList awardEntryIds) Gets the award entry forms for updating an existing set of award entries.Methods in org.osid.course.chronicle.batch with parameters of type AwardEntryBatchFormListModifier and TypeMethodDescriptionAwardEntryBatchAdminSession.createAwardEntries(AwardEntryBatchFormList awardEntryForms) Creates a new set ofAwardEntries.AwardEntryBatchAdminSession.updateAwardEntries(AwardEntryBatchFormList awardEntryForms) Updates existing award entries.