| Interface | osid.bidding.AuctionHouseSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing auction house searches. | ||
| Method | searchAmongAuctionHouses | ||
| Description |
Execute this search among the given list of auction houses. | ||
| Parameters | osid.id.IdList | auctionHouseIds | list of auction houses |
| Errors | NULL_ARGUMENT | auctionHouseIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuctionHouseResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.bidding.AuctionHouseSearchOrder | auctionHouseSearchOrder | auctionHouse search order |
| Errors | NULL_ARGUMENT | auctionHouseSearchOrder is null | |
| UNSUPPORTED | auctionHouseSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseSearchRecord | ||
| Description |
Gets the auction house search record corresponding to
the given auction house search record | ||
| Parameters | osid.type.Type | auctionHouseSearchRecordType | an auction house search record type |
| Return | osid.bidding.records.AuctionHouseSearchRecord | the auction house search record | |
| Errors | NULL_ARGUMENT | auctionHouseSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auctionHouseSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |