OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.BusinessSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.billing.BusinessSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBusinessSearchOrderRecord
Description

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

Parametersosid.type.TypebusinessRecordType a business record type
Returnosid.billing.records.BusinessSearchOrderRecord the business search order record
ErrorsNULL_ARGUMENT businessRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(businessRecordType) is false
Compliancemandatory This method must be implemented.