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