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