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