OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.AccountSearch
Implementsosid.OsidSearch
Description

The search interface for governing account searches.

MethodsearchAmongAccounts
Description

Execute this search among the given list of accounts.

Parametersosid.id.IdListaccountIdslist of accounts
ErrorsNULL_ARGUMENT accountIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAccountResults
Description

Specify an ordering to the search results.

Parametersosid.financials.AccountSearchOrderaccountSearchOrderaccount search order
ErrorsNULL_ARGUMENT accountSearchOrder is null
UNSUPPORTED accountSearchOrder is not of this service
CompliancemandatoryThis 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.TypeaccountSearchRecordTypea account search record type
Returnosid.financials.records.AccountSearchRecordthe account search record
ErrorsNULL_ARGUMENT accountSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(accountSearchRecordType) is false
CompliancemandatoryThis method must be implemented.