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