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