OSID Logo
OSID Specifications
ordering rules package
Version 3.1.0
Interfaceosid.ordering.rules.PriceEnablerSearch
Implementsosid.OsidSearch
Used Byosid.ordering.rules.PriceEnablerSearchSession
Description

The search interface for governing price enabler searches.

MethodsearchAmongPriceEnablers
Description

Execute this search among the given list of price enablers.

Parametersosid.id.IdListpriceEnablerIds list of price enablers
ErrorsNULL_ARGUMENT priceEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderPriceEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.ordering.rules.PriceEnablerSearchOrderpriceEnablerSearchOrder price enabler search order
ErrorsNULL_ARGUMENT priceEnablerSearchOrder is null
UNSUPPORTED priceEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPriceEnablerSearchRecord
Description

Gets the price enabler search record corresponding to the given price enabler search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypepriceEnablerSearchRecordType a price enabler search record type
Returnosid.ordering.rules.records.PriceEnablerSearchRecord the price enabler search record
ErrorsNULL_ARGUMENT priceEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(priceEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.