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