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