| Interface | osid.financials.budgeting.BudgetEntrySearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing budget entry searches. | ||
| Method | searchAmongBudgetEntries | ||
| Description |
Execute this search among the given list of budget entries. | ||
| Parameters | osid.id.IdList | budgetEntryIds | list of entries |
| Errors | NULL_ARGUMENT | budgetEntryIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBudgetEntryResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.financials.budgeting.BudgetEntrySearchOrder | budgetEntrySearchOrder | budget entry search order |
| Errors | NULL_ARGUMENT | budgetEntrySearchOrder is null | |
| UNSUPPORTED | budgetEntrySearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBudgetEntrySearchRecord | ||
| Description |
Gets the budget entry search record corresponding to
the given budget entry search record | ||
| Parameters | osid.type.Type | budgetEntrySearchRecordType | a budget entry search record type |
| Return | osid.financials.budgeting.records.BudgetEntrySearchRecord | the budget entry search record | |
| Errors | NULL_ARGUMENT | budgetEntrySearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(budgetEntrySearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |