public interface RaceConstrainerSearchOrder extends OsidConstrainerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
RaceConstrainerSearchOrderRecord |
getRaceConstrainerSearchOrderRecord(Type raceConstrainerRecordType)
Gets the race constrainer search order record corresponding to the
given race constrainer record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalRaceConstrainerSearchOrderRecord getRaceConstrainerSearchOrderRecord(Type raceConstrainerRecordType) throws OperationFailedException
Type. Multiple retrievals
return the same underlying object.raceConstrainerRecordType - a race constrainer record typeNullArgumentException -
raceConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(raceConstrainerRecordType) is
false mandatory - This method must be implemented.