Interface | osid.bidding.rules.AuctionProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining auction processor enabler queries. | ||
Method | getRuledAuctionProcessorIdTerms | ||
Description |
Gets the auction processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledAuctionProcessorTerms | ||
Description |
Gets the auction processor query terms. | ||
Return | osid.bidding.rules.AuctionProcessorQueryInspector[] | 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 | getAuctionProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the auction processor enabler query inspector
record corresponding to the given | ||
Parameters | osid.type.Type | auctionProcessorEnablerRecordType | an auction processor enabler record type |
Return | osid.bidding.rules.records.AuctionProcessorEnablerQueryInspectorRecord | the auction processor enabler query inspector record | |
Errors | NULL_ARGUMENT | auctionProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |