| Interface | osid.financials.BusinessForm | ||
|---|---|---|---|
| Implements | osid.OsidCatalogForm | ||
| Implemented By | osid.financials.batch.BusinessBatchForm | ||
osid.financials.posting.batch.PostBatchForm | |||
osid.financials.posting.batch.PostEntryBatchForm | |||
osid.financials.budgeting.batch.BudgetBatchForm | |||
osid.financials.budgeting.batch.BudgetEntryBatchForm | |||
| Used By | osid.financials.BusinessAdminSession | ||
| Description |
This is the form for creating and updating businesses.
Like all | ||
| Method | getBusinessFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | businessRecordType | a business record type |
| Return | osid.financials.records.BusinessFormRecord | the business form record | |
| Errors | NULL_ARGUMENT | businessRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(businessRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |