Interface | osid.financials.budgeting.Budget | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
A | ||
Method | getActivityId | ||
Description |
Gets the actvity | ||
Return | osid.id.Id | the activity Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivity | ||
Description |
Gets the activity. | ||
Return | osid.financials.Activity | the activity | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getFiscalPeriodId | ||
Description |
Gets the | ||
Return | osid.id.Id | the FiscalPeriod Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getFiscalPeriod | ||
Description |
Gets the | ||
Return | osid.financials.FiscalPeriod | the fiscal period | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getBudgetRecord | ||
Description |
Gets the budget record corresponding to the given
| ||
Parameters | osid.type.Type | budgetRecordType | the type of budget record to retrieve |
Return | osid.financials.budgeting.records.BudgetRecord | the budget record | |
Errors | NULL_ARGUMENT | budgetRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(budgetRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |