| Interface | osid.financials.budgeting.batch.BudgetBatchForm | ||
|---|---|---|---|
| Implements | osid.financials.BusinessForm | ||
| Description |
This is the form for creating and updating budgets in bulk.
| ||
| Method | getActivityId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the activity Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFiscalPeriodId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the fiscal period Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBudgetId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the budget Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |