OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionConstrainerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining auction constrainer enabler queries.

MethodgetRuledAuctionConstrainerIdTerms
Description

Gets the auction constrainer Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledAuctionConstrainerTerms
Description

Gets the auction constrainer query terms.

Returnosid.bidding.rules.AuctionConstrainerQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionHouseIdTerms
Description

Gets the auction house Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionHouseTerms
Description

Gets the auction house query terms.

Returnosid.bidding.AuctionHouseQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionConstrainerEnablerQueryInspectorRecord
Description

Gets the auction constrainer enabler query inspector record corresponding to the given AuctionConstrainerEnabler record Type.

Parametersosid.type.TypeauctionConstrainerEnablerRecordTypean auction constrainer enabler record type
Returnosid.bidding.rules.records.AuctionConstrainerEnablerQueryInspectorRecordthe auction constrainer enabler query inspector record
ErrorsNULL_ARGUMENT auctionConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.