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