public interface AuctionConstrainerQuery extends OsidConstrainerQuery
This is the query for searching auction constrainers. Each method match
specifies an AND term while multiple invocations of the
same method produce a nested OR.
| Modifier and Type | Method and Description |
|---|---|
void |
clearAuctionHouseIdTerms()
Clears the auction house
Id query terms. |
void |
clearAuctionHouseTerms()
Clears the auction house query terms.
|
void |
clearRuledAuctionIdTerms()
Clears the auction
Id query terms. |
void |
clearRuledAuctionTerms()
Clears the auction query terms.
|
AuctionConstrainerQueryRecord |
getAuctionConstrainerQueryRecord(Type auctionConstrainerRecordType)
Gets the auction constrainer query record corresponding to the given
AuctionConstrainer record Type. |
AuctionHouseQuery |
getAuctionHouseQuery()
Gets the query for a auction house.
|
AuctionQuery |
getRuledAuctionQuery()
Gets the query for an auction.
|
void |
matchAnyRuledAuction(boolean match)
Matches mapped to any auction.
|
void |
matchAuctionHouseId(Id auctionHouseId,
boolean match)
Matches mapped to the auction house.
|
void |
matchRuledAuctionId(Id auctionId,
boolean match)
Matches mapped to the auction.
|
boolean |
supportsAuctionHouseQuery()
Tests if a
AuctionHouseQuery is available. |
boolean |
supportsRuledAuctionQuery()
Tests if an
AuctionQuery is available. |
clearRuleIdTerms, clearRuleTerms, getRuleQuery, matchAnyRule, matchRuleId, supportsRuleQueryclearCommentIdTerms, clearCommentTerms, clearCreditIdTerms, clearCreditTerms, clearDescriptionTerms, clearDisplayNameTerms, clearGenusTypeTerms, clearJournalEntryIdTerms, clearJournalEntryTerms, clearParentGenusTypeTerms, clearRelationshipIdTerms, clearRelationshipPeerIdTerms, clearRelationshipTerms, clearStateIdTerms, clearStateTerms, clearStatisticTerms, clearSubjectIdTerms, clearSubjectRelevancyTerms, clearSubjectTerms, getCommentQuery, getCreditQuery, getJournalEntryQuery, getRelationshipQuery, getStateQuery, getStatisticQuery, getSubjectQuery, getSubjectRelevancyQuery, matchAnyComment, matchAnyCredit, matchAnyDescription, matchAnyDisplayName, matchAnyGenusType, matchAnyJournalEntry, matchAnyRelationship, matchAnyState, matchAnyStatistic, matchAnySubject, matchCommentId, matchCreditId, matchDescription, matchDisplayName, matchGenusType, matchJournalEntryId, matchParentGenusType, matchRelationshipId, matchRelationshipPeerId, matchStateId, matchSubjectId, supportsCommentQuery, supportsCreditQuery, supportsJournalEntryQuery, supportsRelationshipQuery, supportsStateQuery, supportsStatisticQuery, supportsSubjectQuery, supportsSubjectRelevancyQueryclearIdTerms, matchIdclearRecordTerms, matchAnyRecord, matchRecordTypegetRecordTypes, hasRecordTypeclearAnyTerms, clearKeywordTerms, getStringMatchTypes, matchAny, matchKeyword, supportsStringMatchTypeclearActiveTerms, clearDisabledTerms, clearEnabledTerms, clearOperationalTerms, matchActive, matchDisabled, matchEnabled, matchOperationalvoid matchRuledAuctionId(Id auctionId, boolean match)
auctionId - the auction Id match - true for a positive match, false
for a negative matchNullArgumentException - auctionId is
null mandatory - This method must be implemented. void clearRuledAuctionIdTerms()
Id query terms.mandatory - This method must be implemented. boolean supportsRuledAuctionQuery()
AuctionQuery is available. true if an auction query is available,
false otherwisemandatory - This method must be implemented. AuctionQuery getRuledAuctionQuery()
OR term.UnimplementedException -
supportsRuledAuctionQuery() is false optional - This method must be implemented if
supportsRuledAuctionQuery() is true.
void matchAnyRuledAuction(boolean match)
match - true for mapped to any auction,
false to match mapped to no auctionmandatory - This method must be implemented. void clearRuledAuctionTerms()
mandatory - This method must be implemented. void matchAuctionHouseId(Id auctionHouseId, boolean match)
auctionHouseId - the auction house Id match - true for a positive match, false
for a negative matchNullArgumentException - auctionHouseId
is null mandatory - This method must be implemented. void clearAuctionHouseIdTerms()
Id query terms.mandatory - This method must be implemented. boolean supportsAuctionHouseQuery()
AuctionHouseQuery is available. true if a auction house query is available,
false otherwisemandatory - This method must be implemented. AuctionHouseQuery getAuctionHouseQuery()
OR term.UnimplementedException -
supportsAuctionHouseQuery() is false optional - This method must be implemented if
supportsAuctionHouseQuery() is true.
void clearAuctionHouseTerms()
mandatory - This method must be implemented. AuctionConstrainerQueryRecord getAuctionConstrainerQueryRecord(Type auctionConstrainerRecordType) throws OperationFailedException
AuctionConstrainer record Type. Multiple
record retrievals produce a nested OR term.auctionConstrainerRecordType - an auction constrainer record
typeNullArgumentException -
auctionConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auctionConstrainerRecordType) is
false mandatory - This method must be implemented.