| Interface | osid.bidding.rules.AuctionConstrainerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getAuctionConstrainerSearchOrderRecord | ||
| Description |
Gets the auction constrainer search order record
corresponding to the given auction constrainer record
| ||
| Parameters | osid.type.Type | auctionConstrainerRecordType | an auction constrainer record type |
| Return | osid.bidding.rules.records.AuctionConstrainerSearchOrderRecord | the auction constrainer search order record | |
| Errors | NULL_ARGUMENT | auctionConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auctionConstrainerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |