Interface AuctionQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidGovernatorQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining auction queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the auction houseIdquery terms.Gets the auction house query terms.getAuctionQueryInspectorRecord(Type auctionRecordType) Gets the auction query inspector record corresponding to the givenAuctionrecordType.IdTerm[]Gets the bidIdquery terms.Gets the bid query terms.Gets the buyout price query terms.TypeTerm[]Gets the currency type query terms.IdTerm[]Gets the itemIdquery terms.Gets the items limit query terms.Gets the item query terms.Gets the lot size query terms.Gets the minimum bidders query terms.Gets the price increment query terms.Gets the remaining items query terms.Gets the reserve price query terms.Gets the sealed auctions query terms.IdTerm[]Gets the sellerIdquery terms.Gets the seller query terms.Gets the starting price query terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidOperableQueryInspector
getActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsModifier and TypeMethodDescriptionGets the active query terms.Gets the administratively disabled query terms.Gets the administratively enabled query terms.Gets the operational query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getCurrencyTypeTerms
TypeTerm[] getCurrencyTypeTerms()Gets the currency type query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getMinimumBiddersTerms
CardinalRangeTerm[] getMinimumBiddersTerms()Gets the minimum bidders query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSealedTerms
BooleanTerm[] getSealedTerms()Gets the sealed auctions query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSellerIdTerms
IdTerm[] getSellerIdTerms()Gets the sellerIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSellerTerms
ResourceQueryInspector[] getSellerTerms()Gets the seller query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getItemIdTerms
IdTerm[] getItemIdTerms()Gets the itemIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getItemTerms
ResourceQueryInspector[] getItemTerms()Gets the item query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getLotSizeTerms
CardinalRangeTerm[] getLotSizeTerms()Gets the lot size query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRemainingItemsTerms
CardinalRangeTerm[] getRemainingItemsTerms()Gets the remaining items query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getItemLimitTerms
CardinalRangeTerm[] getItemLimitTerms()Gets the items limit query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getStartingPriceTerms
CurrencyRangeTerm[] getStartingPriceTerms()Gets the starting price query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getPriceIncrementTerms
CurrencyRangeTerm[] getPriceIncrementTerms()Gets the price increment query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getReservePriceTerms
CurrencyRangeTerm[] getReservePriceTerms()Gets the reserve price query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getBuyoutPriceTerms
CurrencyRangeTerm[] getBuyoutPriceTerms()Gets the buyout price query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getBidIdTerms
IdTerm[] getBidIdTerms()Gets the bidIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getBidTerms
BidQueryInspector[] getBidTerms()Gets the bid query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAuctionHouseIdTerms
IdTerm[] getAuctionHouseIdTerms()Gets the auction houseIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAuctionHouseTerms
AuctionHouseQueryInspector[] getAuctionHouseTerms()Gets the auction house query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAuctionQueryInspectorRecord
AuctionQueryInspectorRecord getAuctionQueryInspectorRecord(Type auctionRecordType) throws OperationFailedException Gets the auction query inspector record corresponding to the givenAuctionrecordType.- Parameters:
auctionRecordType- an auction record type- Returns:
- the auction query inspector record
- Throws:
NullArgumentException-auctionRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auctionRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-