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