| Interface | osid.financials.budgeting.batch.BudgetEntryBatchForm | ||
|---|---|---|---|
| Implements | osid.financials.BusinessForm | ||
| Description |
This is the form for creating and updating budget entries
in bulk. | ||
| Method | getBudgetId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the budget Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAccountId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the account Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBudgetEntryId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the budget entry Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |