public interface BallotSearchOrder extends OsidGovernatorSearchOrder, OsidTemporalSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BallotSearchOrderRecord |
getBallotSearchOrderRecord(Type ballotRecordType)
Gets the ballot search order record corresponding to the given ballot
record
Type. |
void |
orderByRevote(SearchOrderStyle style)
Orders by the revote flag.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalgetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderorderByEffective, orderByEndDate, orderByStartDatevoid orderByRevote(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. BallotSearchOrderRecord getBallotSearchOrderRecord(Type ballotRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.ballotRecordType - a ballot record typeNullArgumentException - ballotRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(ballotRecordType) is false
mandatory - This method must be implemented.