Uses of Interface
org.osid.financials.AccountForm
Packages that use AccountForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials
service.
The Open Service Interface Definitions for the org.osid.financials.batch
service.
-
Uses of AccountForm in org.osid.financials
Methods in org.osid.financials that return AccountFormModifier and TypeMethodDescriptionAccountAdminSession.getAccountFormForCreate(Type[] accountRecordTypes) Gets the account form for creating new accounts.AccountAdminSession.getAccountFormForUpdate(Id accountId) Gets the account form for updating an existing account.Methods in org.osid.financials with parameters of type AccountFormModifier and TypeMethodDescriptionAccountAdminSession.createAccount(AccountForm accountForm) Creates a newAccount.voidAccountAdminSession.updateAccount(AccountForm accountForm) Updates an existing account. -
Uses of AccountForm in org.osid.financials.batch
Subinterfaces of AccountForm in org.osid.financials.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating accounts in bulk.