OSID Logo
OSID Specifications
billing package
Version 3.0.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.TypebusinessRecordTypea business record type
Returnosid.billing.records.BusinessSearchOrderRecordthe business search order record
ErrorsNULL_ARGUMENTbusinessRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(businessRecordType) is false
CompliancemandatoryThis method must be implemented.