| Interface | osid.ordering.rules.PriceEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing price enabler searches. | ||
| Method | searchAmongPriceEnablers | ||
| Description |
Execute this search among the given list of price enablers. | ||
| Parameters | osid.id.IdList | priceEnablerIds | list of price enablers |
| Errors | NULL_ARGUMENT | priceEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderPriceEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.ordering.rules.PriceEnablerSearchOrder | priceEnablerSearchOrder | price enabler search order |
| Errors | NULL_ARGUMENT | priceEnablerSearchOrder is null | |
| UNSUPPORTED | priceEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceEnablerSearchRecord | ||
| Description |
Gets the price enabler search record corresponding to
the given price enabler search record | ||
| Parameters | osid.type.Type | priceEnablerSearchRecordType | a price enabler search record type |
| Return | osid.ordering.rules.records.PriceEnablerSearchRecord | the price enabler search record | |
| Errors | NULL_ARGUMENT | priceEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(priceEnablerSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |