OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.BillingSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypebillingRecordTypea billing record type
Returnosid.acknowledgement.records.BillingSearchOrderRecordthe billing search order record
ErrorsNULL_ARGUMENT billingRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(billingRecordType) is false
CompliancemandatoryThis method must be implemented.