| Interface | osid.bidding.rules.BidEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.bidding.rules.BidEnablerSearchResults | ||
osid.bidding.rules.BidEnablerSmartAuctionHouseSession | |||
| Description |
This is the query inspector for examining bid enabler queries. | ||
| Method | getRuledBidIdTerms | ||
| Description |
Gets the bid | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledBidTerms | ||
| Description |
Gets the bid query terms. | ||
| Return | osid.bidding.BidQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseIdTerms | ||
| Description |
Gets the auction house | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseTerms | ||
| Description |
Gets the auction house query terms. | ||
| Return | osid.bidding.AuctionHouseQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBidEnablerQueryInspectorRecord | ||
| Description |
Gets the bid enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | bidEnablerRecordType | a bid enabler record type |
| Return | osid.bidding.rules.records.BidEnablerQueryInspectorRecord | the bid enabler query inspector record | |
| Errors | NULL_ARGUMENT | bidEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(bidEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |