public interface AuctionConstrainerSearchOrder extends OsidConstrainerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
AuctionConstrainerSearchOrderRecord |
getAuctionConstrainerSearchOrderRecord(Type auctionConstrainerRecordType)
Gets the auction constrainer search order record corresponding to the
given auction constrainer record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalAuctionConstrainerSearchOrderRecord getAuctionConstrainerSearchOrderRecord(Type auctionConstrainerRecordType) throws OperationFailedException
Type. Multiple
retrievals return the same underlying object.auctionConstrainerRecordType - an auction constrainer record
typeNullArgumentException -
auctionConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auctionConstrainerRecordType) is
false mandatory - This method must be implemented.