OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.AccountSearch
Implementsosid.OsidSearch
Used Byosid.financials.AccountSearchSession
Description

The search interface for governing account searches.

MethodsearchAmongAccounts
Description

Execute this search among the given list of accounts.

Parametersosid.id.IdListaccountIds list of accounts
ErrorsNULL_ARGUMENT accountIds is null
Compliancemandatory This method must be implemented.
MethodorderAccountResults
Description

Specify an ordering to the search results.

Parametersosid.financials.AccountSearchOrderaccountSearchOrder account search order
ErrorsNULL_ARGUMENT accountSearchOrder is null
UNSUPPORTED accountSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAccountSearchRecord
Description

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