OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.BusinessSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetBusinessSearchOrderRecord
Description

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

Parametersosid.type.TypebusinessRecordTypea business record type
Returnosid.financials.records.BusinessSearchOrderRecordthe business search order record
ErrorsNULL_ARGUMENT businessRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(businessRecordType) is false
CompliancemandatoryThis method must be implemented.