Interface | osid.bidding.AuctionHouseQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching among AuctionHouses may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchAuctionHouses | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHouseQuery | ||
Description |
Gets an auction house query. | ||
Return | osid.bidding.AuctionHouseQuery | the auction house query | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionHousesByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.bidding.AuctionHouseQuery | auctionHouseQuery | the auction query |
Return | osid.bidding.AuctionHouseList | the returned AuctionHouseList | |
Errors | NULL_ARGUMENT | auctionHouseQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | auctionHouseQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |