OSID Logo
OSID Specifications
financials budgeting package
Version 3.1.0
Interfaceosid.financials.budgeting.BudgetEntrySearch
Implementsosid.OsidSearch
Used Byosid.financials.budgeting.BudgetEntrySearchSession
Description

The search interface for governing budget entry searches.

MethodsearchAmongBudgetEntries
Description

Execute this search among the given list of budget entries.

Parametersosid.id.IdListbudgetEntryIds list of entries
ErrorsNULL_ARGUMENT budgetEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderBudgetEntryResults
Description

Specify an ordering to the search results.

Parametersosid.financials.budgeting.BudgetEntrySearchOrderbudgetEntrySearchOrder budget entry search order
ErrorsNULL_ARGUMENT budgetEntrySearchOrder is null
UNSUPPORTED budgetEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetBudgetEntrySearchRecord
Description

Gets the budget entry search record corresponding to the given budget entry search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypebudgetEntrySearchRecordType a budget entry search record type
Returnosid.financials.budgeting.records.BudgetEntrySearchRecord the budget entry search record
ErrorsNULL_ARGUMENT budgetEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(budgetEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.