OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.AccountSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidFederateableSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByCreditBalance
Description

Specifies a preference for ordering the result set by the credit balance flag.

Parametersosid.SearchOrderStylestylea search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByCode
Description

Specifies a preference for ordering the result set by the code.

Parametersosid.SearchOrderStylestylea search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodgetAccountSearchOrderRecord
Description

Gets the account search order record corresponding to the given account record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeaccountRecordTypean account record type
Returnosid.financials.records.AccountSearchOrderRecordthe account search order record
ErrorsNULL_ARGUMENT accountRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(accountRecordType) is false
CompliancemandatoryThis method must be implemented.