OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionConstrainerEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.bidding.rules.AuctionConstrainerEnablerQuerySession
osid.bidding.rules.AuctionConstrainerEnablerSearchSession
osid.bidding.rules.AuctionConstrainerEnablerSmartAuctionHouseSession
Description

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

MethodmatchRuledAuctionConstrainerId
Description

Matches enablers mapped to the auction constrainer.

Parametersosid.id.IdauctionConstrainerIdthe auction constrainer Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTauctionConstrainerId is null
CompliancemandatoryThis method must be implemented.
MethodclearRuledAuctionConstrainerIdTerms
Description

Clears the auction constrainer Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsRuledAuctionConstrainerQuery
Description

Tests if an AuctionConstrainerQuery is available.

Returnbooleantrue if an auction constrainer query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetRuledAuctionConstrainerQuery
Description

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

Returnosid.bidding.rules.AuctionConstrainerQuerythe auction constrainer query
ErrorsUNIMPLEMENTEDsupportsRuledAuctionConstrainerQuery() is false
ComplianceoptionalThis method must be implemented if supportsRuledAuctionConstrainerQuery() is true .
MethodmatchAnyRuledAuctionConstrainer
Description

Matches enablers mapped to any auction constrainer.

Parametersbooleanmatchtrue for enablers mapped to any auction constrainer, false to match enablers mapped to no auction constrainers
CompliancemandatoryThis method must be implemented.
MethodclearRuledAuctionConstrainerTerms
Description

Clears the auction constrainer query terms.

CompliancemandatoryThis method must be implemented.
MethodmatchAuctionHouseId
Description

Matches enablers mapped to the auction house.

Parametersosid.id.IdauctionHouseIdthe auction house Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTauctionHouseId is null
CompliancemandatoryThis method must be implemented.
MethodclearAuctionHouseIdTerms
Description

Clears the auction house Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsAuctionHouseQuery
Description

Tests if an AuctionHouseQuery is available.

Returnbooleantrue if an auction house query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetAuctionHouseQuery
Description

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

Returnosid.bidding.AuctionHouseQuerythe auction house query
ErrorsUNIMPLEMENTEDsupportsAuctionHouseQuery() is false
ComplianceoptionalThis method must be implemented if supportsAuctionHouseQuery() is true .
MethodclearAuctionHouseTerms
Description

Clears the auction house query terms.

CompliancemandatoryThis method must be implemented.
MethodgetAuctionConstrainerEnablerQueryRecord
Description

Gets the auction constrainer enabler query record corresponding to the given AuctionConstrainerEnabler record Type . Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypeauctionConstrainerEnablerRecordTypean auction constrainer enabler record type
Returnosid.bidding.rules.records.AuctionConstrainerEnablerQueryRecordthe auction constrainer enabler query record
ErrorsNULL_ARGUMENTauctionConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.