| Interface | osid.bidding.BidSmartAuctionHouseSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getAuctionHouseId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the AuctionHouse Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouse | ||
| Description |
Gets the | ||
| Return | osid.bidding.AuctionHouse | the auction house | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartAuctionHouses | ||
| Description |
Tests if this user can manage smart auction houses. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known methods in this session will result in a | ||
| Return | boolean | false if smart auction house management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidQuery | ||
| Description |
Gets a bid query. | ||
| Return | osid.bidding.BidQuery | the bid query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidSearchOrder | ||
| Description |
Gets a bid search order. | ||
| Return | osid.bidding.BidSearchOrder | the bid search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyBidQuery | ||
| Description |
Applies a bid query to this auction house. | ||
| Parameters | osid.bidding.BidQuery | bidQuery | the bid query |
| Errors | NULL_ARGUMENT | bidQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | bidQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectBidQuery | ||
| Description |
Gets a bid query inspector for this auction house. | ||
| Return | osid.bidding.BidQueryInspector | the bid query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyBidSequencing | ||
| Description |
Applies a bid search order to this auction house. | ||
| Parameters | osid.bidding.BidSearchOrder | bidSearchOrder | the bid search order |
| Errors | NULL_ARGUMENT | bidSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | bidSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidQueryFromInspector | ||
| Description |
Gets a bid query from an inspector. | ||
| Parameters | osid.bidding.BidQueryInspector | bidQueryInspector | a bid query inspector |
| Return | osid.bidding.BidQuery | the bid query | |
| Errors | NULL_ARGUMENT | bidQueryInspector is null | |
| UNSUPPORTED | bidQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |