OSID Logo
OSID Specifications
acknowledgement package
Version 3.1.0
Interfaceosid.acknowledgement.BillingSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.acknowledgement.BillingSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetBillingSearchOrderRecord
Description

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

Parametersosid.type.TypebillingRecordType a billing record type
Returnosid.acknowledgement.records.BillingSearchOrderRecord the billing search order record
ErrorsNULL_ARGUMENT billingRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(billingRecordType) is false
Compliancemandatory This method must be implemented.