public interface SignalEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
SignalEnablerSearchOrderRecord |
getSignalEnablerSearchOrderRecord(Type signalEnablerRecordType)
Gets the signal enabler search order record corresponding to the given
signal 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, orderByStartDateSignalEnablerSearchOrderRecord getSignalEnablerSearchOrderRecord(Type signalEnablerRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.signalEnablerRecordType - a signal enabler record typeNullArgumentException - signalEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(signalEnablerRecordType) is false
mandatory - This method must be implemented.