public interface RecurringEventSearchOrder extends OsidRuleSearchOrder, OsidContainableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
RecurringEventSearchOrderRecord |
getRecurringEventSearchOrderRecord(Type recurringEventRecordType)
Gets the recurring event search order record corresponding to the
given event record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalorderBySequesteredRecurringEventSearchOrderRecord getRecurringEventSearchOrderRecord(Type recurringEventRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.recurringEventRecordType - a recurring event record typeNullArgumentException - recurringEventRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(recurringEventRecordType) is
false mandatory - This method must be implemented.