Uses of Interface
org.osid.acknowledgement.batch.BillingBatchFormList
Packages that use BillingBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement.batch
service.
-
Uses of BillingBatchFormList in org.osid.acknowledgement.batch
Methods in org.osid.acknowledgement.batch that return BillingBatchFormListModifier and TypeMethodDescriptionBillingBatchAdminSession.getBillingFormsForCreate(long number, Type[] billingRecordTypes) Gets the billing forms for creating a bunch of new billings.BillingBatchAdminSession.getBillingFormsForUpdate(IdList billingIds) Gets the billing forms for updating an existing set of billings.Methods in org.osid.acknowledgement.batch with parameters of type BillingBatchFormListModifier and TypeMethodDescriptionBillingBatchAdminSession.createBillings(BillingBatchFormList billingForms) Creates a new set ofBillings.BillingBatchAdminSession.updateBillings(BillingBatchFormList billingForms) Updates existing billings.