public interface BookSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BookSearchOrderRecord |
getBookSearchOrderRecord(Type bookRecordType)
Gets the book search order record corresponding to the given book
record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderBookSearchOrderRecord getBookSearchOrderRecord(Type bookRecordType) throws OperationFailedException
bookRecordType - a book record typeNullArgumentException - bookRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(bookRecordType) is false mandatory - This method must be implemented.