OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.AccountSearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.AccountSearchSession
Description

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

MethodgetAccounts
Description

Gets the account list resulting from a search.

Returnosid.financials.AccountList the account list
ErrorsILLEGAL_STATE the account list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAccountQueryInspector
Description

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

Returnosid.financials.AccountQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAccountSearchResultsRecord
Description

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

Parametersosid.type.TypeaccountSearchRecordType an account search record type
Returnosid.financials.records.AccountSearchResultsRecord the account search results record
ErrorsNULL_ARGUMENT accountSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(accountSearchRecordType) is false
Compliancemandatory This method must be implemented.