OSID Logo
OSID Specifications
bidding rules package
Version 3.1.0
Interfaceosid.bidding.rules.AuctionProcessorQuery
Implementsosid.OsidProcessorQuery
Used Byosid.bidding.rules.AuctionProcessorEnablerQuery
osid.bidding.rules.AuctionProcessorQuerySession
osid.bidding.rules.AuctionProcessorSearchSession
osid.bidding.rules.AuctionProcessorSmartAuctionHouseSession
Description

This is the query for searching auction processors. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR.

MethodmatchRuledAuctionId
Description

Matches mapped to the auction.

Parametersosid.id.IdauctionId the auction Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT auctionId is null
Compliancemandatory This method must be implemented.
MethodclearRuledAuctionIdTerms
Description

Clears the auction Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledAuctionQuery
Description

Tests if an AuctionQuery is available.

Returnboolean true if an auction query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRuledAuctionQuery
Description

Gets the query for an auction. Multiple retrievals produce a nested OR term.

Returnosid.bidding.AuctionQuery the auction query
ErrorsUNIMPLEMENTED supportsRuledAuctionQuery() is false
Complianceoptional This method must be implemented if supportsRuledAuctionQuery() is true.
MethodmatchAnyRuledAuction
Description

Matches mapped to any auction.

Parametersbooleanmatch true for mapped to any auction, false to match mapped to no auction
Compliancemandatory This method must be implemented.
MethodclearRuledAuctionTerms
Description

Clears the auction query terms.

Compliancemandatory This method must be implemented.
MethodmatchAuctionHouseId
Description

Matches mapped to the auction house.

Parametersosid.id.IdauctionHouseId the auction house Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT auctionHouseId is null
Compliancemandatory This method must be implemented.
MethodclearAuctionHouseIdTerms
Description

Clears the auction house Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsAuctionHouseQuery
Description

Tests if an AuctionHouseQuery is available.

Returnboolean true if an auction house query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetAuctionHouseQuery
Description

Gets the query for an auction house. Multiple retrievals produce a nested OR term.

Returnosid.bidding.AuctionHouseQuery the auction house query
ErrorsUNIMPLEMENTED supportsAuctionHouseQuery() is false
Complianceoptional This method must be implemented if supportsAuctionHouseQuery() is true.
MethodclearAuctionHouseTerms
Description

Clears the auction house query terms.

Compliancemandatory This method must be implemented.
MethodgetAuctionProcessorQueryRecord
Description

Gets the auction processor query record corresponding to the given AuctionProcessor record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypeauctionProcessorRecordType an auction processor record type
Returnosid.bidding.rules.records.AuctionProcessorQueryRecord the auction processor query record
ErrorsNULL_ARGUMENT auctionProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionProcessorRecordType) is false
Compliancemandatory This method must be implemented.