Uses of Interface
org.osid.financials.batch.AccountBatchFormList
Packages that use AccountBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.batch
service.
-
Uses of AccountBatchFormList in org.osid.financials.batch
Methods in org.osid.financials.batch that return AccountBatchFormListModifier and TypeMethodDescriptionAccountBatchAdminSession.getAccountFormsForCreate(long number, Type[] accountRecordTypes) Gets the account forms for creating a bunch of new accounts.AccountBatchAdminSession.getAccountFormsForUpdate(IdList accountIds) Gets the account forms for updating an existing set of accounts.Methods in org.osid.financials.batch with parameters of type AccountBatchFormListModifier and TypeMethodDescriptionAccountBatchAdminSession.createAccounts(AccountBatchFormList accountForms) Creates a new set ofAccounts.AccountBatchAdminSession.updateAccounts(AccountBatchFormList accountForms) Updates existing accounts.