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