OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.AccountSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidFederateableSearchOrder
Used Byosid.billing.ItemSearchOrder
osid.financials.AccountSearchSession
osid.financials.AccountSmartBusinessSession
osid.financials.SummarySearchOrder
osid.financials.budgeting.BudgetEntrySearchOrder
osid.financials.posting.PostEntrySearchOrder
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.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByCode
Description

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

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This 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.TypeaccountRecordType an account record type
Returnosid.financials.records.AccountSearchOrderRecord the account search order record
ErrorsNULL_ARGUMENT accountRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(accountRecordType) is false
Compliancemandatory This method must be implemented.