| Interface | osid.ordering.PriceScheduleSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
osid.OsidAggregateableSearchOrder | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getPriceScheduleSearchOrderRecord | ||
| Description |
Gets the price schedule search order record corresponding to the given price record Type. Multiple retrievals return the same underlying object. | ||
| Parameters | osid.type.Type | priceScheduleRecordType | a price schedule record type |
| Return | osid.ordering.records.PriceScheduleSearchOrderRecord | the price schedule search order record | |
| Errors | NULL_ARGUMENT | priceScheduleRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(priceScheduleRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |