| Interface | osid.bidding.rules.AuctionProcessorSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing auction processor searches. | ||
| Method | searchAmongAuctionProcessors | ||
| Description |
Execute this search among the given list of auction processors. | ||
| Parameters | osid.id.IdList | auctionProcessorIds | list of auction processors |
| Errors | NULL_ARGUMENT | auctionProcessorIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuctionProcessorResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.bidding.rules.AuctionProcessorSearchOrder | auctionProcessorSearchOrder | auction processor search order |
| Errors | NULL_ARGUMENT | auctionProcessorSearchOrder is null | |
| UNSUPPORTED | auctionProcessorSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionProcessorSearchRecord | ||
| Description |
Gets the auction processor search record corresponding
to the given auction processor search record | ||
| Parameters | osid.type.Type | auctionProcessorSearchRecordType | an auction processor search record type |
| Return | osid.bidding.rules.records.AuctionProcessorSearchRecord | the auction processor search record | |
| Errors | NULL_ARGUMENT | auctionProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auctionProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |