public interface PriceEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
PriceEnablerSearchOrderRecord |
getPriceEnablerSearchOrderRecord(Type priceEnablerRecordType)
Gets the price enabler search order record corresponding to the given
price enabler record
Type. |
getCyclicEventSearchOrder, getDemographicSearchOrder, getEventSearchOrder, getScheduleSearchOrder, orderByCyclicEvent, orderByDemographic, orderByEvent, orderBySchedule, supportsCyclicEventSearchOrder, supportsDemographicSearchOrder, supportsEventSearchOrder, supportsScheduleSearchOrdergetRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalorderByEffective, orderByEndDate, orderByStartDatePriceEnablerSearchOrderRecord getPriceEnablerSearchOrderRecord(Type priceEnablerRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.priceEnablerRecordType - a price enabler record typeNullArgumentException - priceEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(priceEnablerRecordType) is false
mandatory - This method must be implemented.