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