public interface PublisherSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
PublisherSearchOrderRecord |
getPublisherSearchOrderRecord(Type publisherRecordType)
Gets the publisher search order record corresponding to the given
publisher record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrder
PublisherSearchOrderRecord getPublisherSearchOrderRecord(Type publisherRecordType) throws OperationFailedException
publisherRecordType
- a publisher record typeNullArgumentException
- publisherRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(publisherRecordType)
is false
mandatory
- This method must be implemented.