Uses of Interface
org.osid.acknowledgement.batch.CreditBatchFormList
Packages that use CreditBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement.batch
service.
-
Uses of CreditBatchFormList in org.osid.acknowledgement.batch
Methods in org.osid.acknowledgement.batch that return CreditBatchFormListModifier and TypeMethodDescriptionCreditBatchAdminSession.getCreditFormsForCreate(CreditPeerList peers, Type[] creditRecordTypes) Gets the credit forms for creating a bunch of new credits.CreditBatchAdminSession.getCreditFormsForUpdate(IdList creditIds) Gets the credit forms for updating an existing set of credits.Methods in org.osid.acknowledgement.batch with parameters of type CreditBatchFormListModifier and TypeMethodDescriptionCreditBatchAdminSession.createCredits(CreditBatchFormList creditForms) Creates a new set ofCredits.CreditBatchAdminSession.updateCredits(CreditBatchFormList creditForms) Updates existing credits.