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