OSID Logo
OSID Specifications
ordering rules package
Version 3.1.0
Interfaceosid.ordering.rules.PriceEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.ordering.rules.PriceEnablerSearchSession
osid.ordering.rules.PriceEnablerSmartStoreSession
Description

An interface for specifying the ordering of search results.

MethodorderByMinimumQuantity
Description

Specifies a preference for ordering the result set by the minimum quantity.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByMaximumQuantity
Description

Specifies a preference for ordering the result set by the maximum quanttity.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
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.TypepriceEnablerRecordType a price enabler record type
Returnosid.ordering.rules.records.PriceEnablerSearchOrderRecord the price enabler search order record
ErrorsNULL_ARGUMENT priceEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(priceEnablerRecordType) is false
Compliancemandatory This method must be implemented.