Uses of Interface
org.osid.recognition.batch.AwardBatchFormList
Packages that use AwardBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition.batch
service.
-
Uses of AwardBatchFormList in org.osid.recognition.batch
Methods in org.osid.recognition.batch that return AwardBatchFormListModifier and TypeMethodDescriptionAwardBatchAdminSession.getAwardFormsForCreate(long number, Type[] awardRecordTypes) Gets the award forms for creating a bunch of new awards.AwardBatchAdminSession.getAwardFormsForUpdate(IdList awardIds) Gets the award forms for updating an existing set of awards.Methods in org.osid.recognition.batch with parameters of type AwardBatchFormListModifier and TypeMethodDescriptionAwardBatchAdminSession.createAwards(AwardBatchFormList awardForms) Creates a new set ofAwards.AwardBatchAdminSession.updateAwards(AwardBatchFormList awardForms) Updates existing awards.