OSID Logo
OSID Specifications
financials budgeting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.budgeting.BudgetEntrySearchResults
Implementsosid.OsidSearchResults
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.BudgetEntryListthe budget entry list
ErrorsILLEGAL_STATEthe budget entry list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetBudgetEntryQueryInspector
Description

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

Returnosid.financials.budgeting.BudgetEntryQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypebudgetEntrySearchRecordTypea budget entry search record type
Returnosid.financials.budgeting.records.BudgetEntrySearchResultsRecordthe budget entry search results record
ErrorsNULL_ARGUMENT budgetEntrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(budgetEntrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.