| Package | Description |
|---|---|
| org.osid.financials |
The Open Service Interface Definitions for the org.osid.financials
service.
|
| org.osid.financials.batch |
The Open Service Interface Definitions for the org.osid.financials.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
AccountForm |
AccountAdminSession.getAccountFormForCreate(Type[] accountRecordTypes)
Gets the account form for creating new accounts.
|
AccountForm |
AccountAdminSession.getAccountFormForUpdate(Id accountId)
Gets the account form for updating an existing account.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountAdminSession.createAccount(AccountForm accountForm)
Creates a new
Account. |
void |
AccountAdminSession.updateAccount(AccountForm accountForm)
Updates an existing account.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccountBatchForm
This is the form for creating and updating accounts in bulk.
|