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