public interface RaceProcessorEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
RaceProcessorEnablerSearchOrderRecord |
getRaceProcessorEnablerSearchOrderRecord(Type raceProcessorEnablerRecordType)
Gets the race processor enabler search order record corresponding to
the given race processor enabler record
Type. |
getCyclicEventSearchOrder, getDemographicSearchOrder, getEventSearchOrder, getScheduleSearchOrder, orderByCyclicEvent, orderByDemographic, orderByEvent, orderBySchedule, supportsCyclicEventSearchOrder, supportsDemographicSearchOrder, supportsEventSearchOrder, supportsScheduleSearchOrder
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
orderByEffective, orderByEndDate, orderByStartDate
RaceProcessorEnablerSearchOrderRecord getRaceProcessorEnablerSearchOrderRecord(Type raceProcessorEnablerRecordType) throws OperationFailedException
Type.
Multiple
retrievals return the same underlying object.raceProcessorEnablerRecordType
- a race processor enabler record
typeNullArgumentException
-
raceProcessorEnablerRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(raceProcessorEnablerRecordType)
is
false
mandatory
- This method must be implemented.