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