public interface PollsSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
PollsSearchOrderRecord |
getPollsSearchOrderRecord(Type pollsRecordType)
Gets the polls search order record corresponding to the given polls
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderPollsSearchOrderRecord getPollsSearchOrderRecord(Type pollsRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.pollsRecordType - a polls record typeNullArgumentException - pollsRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(pollsRecordType) is false mandatory - This method must be implemented.