Uses of Interface
org.osid.financials.batch.BusinessBatchFormList
Packages that use BusinessBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.batch
service.
-
Uses of BusinessBatchFormList in org.osid.financials.batch
Methods in org.osid.financials.batch that return BusinessBatchFormListModifier and TypeMethodDescriptionBusinessBatchAdminSession.getBusinessFormsForCreate(long number, Type[] businessRecordTypes) Gets the business forms for creating a bunch of new businesses.BusinessBatchAdminSession.getBusinessFormsForUpdate(IdList businessIds) Gets the business forms for updating an existing set of businesses.Methods in org.osid.financials.batch with parameters of type BusinessBatchFormListModifier and TypeMethodDescriptionBusinessBatchAdminSession.createBusinesses(BusinessBatchFormList businessForms) Creates a new set ofBusinesses.BusinessBatchAdminSession.updateBusinesses(BusinessBatchFormList businessForms) Updates existing businesses.