public interface PriceScheduleSearchOrder extends OsidObjectSearchOrder, OsidAggregateableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
PriceScheduleSearchOrderRecord |
getPriceScheduleSearchOrderRecord(Type priceScheduleRecordType)
Gets the price schedule search order record corresponding to the given
price record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypePriceScheduleSearchOrderRecord getPriceScheduleSearchOrderRecord(Type priceScheduleRecordType) throws OperationFailedException
priceScheduleRecordType - a price schedule record typeNullArgumentException - priceScheduleRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(priceScheduleRecordType) is false
mandatory - This method must be implemented.