Interface | osid.bidding.rules.AuctionConstrainerEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining auction constrainer enabler queries. | ||
Method | getRuledAuctionConstrainerIdTerms | ||
Description |
Gets the auction constrainer | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledAuctionConstrainerTerms | ||
Description |
Gets the auction constrainer query terms. | ||
Return | osid.bidding.rules.AuctionConstrainerQueryInspector[] | 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 | getAuctionConstrainerEnablerQueryInspectorRecord | ||
Description |
Gets the auction constrainer enabler query inspector
record corresponding to the given | ||
Parameters | osid.type.Type | auctionConstrainerEnablerRecordType | an auction constrainer enabler record type |
Return | osid.bidding.rules.records.AuctionConstrainerEnablerQueryInspectorRecord | the auction constrainer enabler query inspector record | |
Errors | NULL_ARGUMENT | auctionConstrainerEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionConstrainerEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |