| Interface | osid.ordering.rules.PriceEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.ordering.rules.PriceEnablerSearchSession | ||
osid.ordering.rules.PriceEnablerSmartStoreSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | orderByMinimumQuantity | ||
| Description |
Specifies a preference for ordering the result set by the minimum quantity. | ||
| Parameters | osid.SearchOrderStyle | style | search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByMaximumQuantity | ||
| Description |
Specifies a preference for ordering the result set by the maximum quanttity. | ||
| Parameters | osid.SearchOrderStyle | style | search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceEnablerSearchOrderRecord | ||
| Description |
Gets the price enabler search order record
corresponding to the given price enabler record
| ||
| Parameters | osid.type.Type | priceEnablerRecordType | a price enabler record type |
| Return | osid.ordering.rules.records.PriceEnablerSearchOrderRecord | the price enabler search order record | |
| Errors | NULL_ARGUMENT | priceEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(priceEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |