| Interface | osid.bidding.AuctionHouseSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuctionHouses | ||
| Description |
Gets the auction house list resulting from a search. | ||
| Return | osid.bidding.AuctionHouseList | the auction house list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.bidding.AuctionHouseQueryInspector | the auction house query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseSearchResultsRecord | ||
| Description |
Gets the auction hours search results record
corresponding to the given auction house search record
| ||
| Parameters | osid.type.Type | auctionHouseSearchRecordType | an auction house search record type |
| Return | osid.bidding.records.AuctionHouseSearchResultsRecord | the auction house search results 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. | |