| Interface | osid.bidding.rules.AuctionConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing auction constrainer searches.  | ||
| Method | searchAmongAuctionConstrainers | ||
| Description | 
                     Execute this search among the given list of auction constrainers.  | ||
| Parameters | osid.id.IdList | auctionConstrainerIds | list of auction constrainers | 
| Errors | NULL_ARGUMENT |  auctionConstrainerIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuctionConstrainerResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.bidding.rules.AuctionConstrainerSearchOrder | auctionConstrainerSearchOrder | auction constrainer search order | 
| Errors | NULL_ARGUMENT |  auctionConstrainerSearchOrder  is  null   |                 |
| UNSUPPORTED |  auctionConstrainerSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionConstrainerSearchRecord | ||
| Description | 
                     Gets the auction constrainer search record 
                    corresponding to the given auction constrainer search 
                    record   | ||
| Parameters | osid.type.Type | auctionConstrainerSearchRecordType | an auction constrainer search record type | 
| Return | osid.bidding.rules.records.AuctionConstrainerSearchRecord | the auction constrainer search record | |
| Errors | NULL_ARGUMENT |  auctionConstrainerSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(auctionConstrainerSearchRecordType)  is  
false   |                 ||
| Compliance | mandatory | This method must be implemented. | |