OSID Logo
OSID Specifications
ordering rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.rules.PriceEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetPriceEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypepriceEnablerRecordTypea price enabler record type
Returnosid.ordering.rules.records.PriceEnablerSearchOrderRecordthe price enabler search order record
ErrorsNULL_ARGUMENT priceEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(priceEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.