OSID Logo
OSID Specifications
financials budgeting package
Version 3.1.0
Interfaceosid.financials.budgeting.BudgetEntrySearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.budgeting.BudgetEntrySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetBudgetEntries
Description

Gets the budget entry list resulting from a search.

Returnosid.financials.budgeting.BudgetEntryList the budget entry list
ErrorsILLEGAL_STATE the budget entry list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetBudgetEntryQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.financials.budgeting.BudgetEntryQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetBudgetEntrySearchResultsRecord
Description

Gets the budget entry search results 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.BudgetEntrySearchResultsRecord the budget entry search results record
ErrorsNULL_ARGUMENT budgetEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(budgetEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.