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