public interface RecurringEventEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
RecurringEventEnablerSearchOrderRecord |
getRecurringEventEnablerSearchOrderRecord(Type recurringEventEnablerRecordType)
Gets the recurring event enabler search order record corresponding to
the given recurring event 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, orderByStartDateRecurringEventEnablerSearchOrderRecord getRecurringEventEnablerSearchOrderRecord(Type recurringEventEnablerRecordType) throws OperationFailedException
Type. Multiple
retrievals return the same underlying object.recurringEventEnablerRecordType - an recurring event enabler
record typeNullArgumentException -
recurringEventEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(recurringEventEnablerRecordType) is
false mandatory - This method must be implemented.