Uses of Interface
org.osid.bidding.AuctionQuery
Packages that use AuctionQuery
Package
Description
The Open Service Interface Definitions for the org.osid.bidding
service.
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionQuery in org.osid.bidding
Methods in org.osid.bidding that return AuctionQueryModifier and TypeMethodDescriptionAuctionHouseQuery.getAuctionQuery()Gets the query for an auction.AuctionQuerySession.getAuctionQuery()Gets an auction query.AuctionSmartAuctionHouseSession.getAuctionQuery()Gets an auction query.BidQuery.getAuctionQuery()Gets the query for an auction.AuctionSearchSession.getAuctionQueryFromInspector(AuctionQueryInspector auctionQueryInspector) Gets an auction query from an inspector.AuctionSmartAuctionHouseSession.getAuctionQueryFromInspector(AuctionQueryInspector auctionQueryInspector) Gets an auction query from an inspector.Methods in org.osid.bidding with parameters of type AuctionQueryModifier and TypeMethodDescriptionvoidAuctionSmartAuctionHouseSession.applyAuctionQuery(AuctionQuery auctionQuery) Applies an auction query to this auction house.AuctionQuerySession.getAuctionsByQuery(AuctionQuery auctionQuery) Gets a list ofAuctionsmatching the given search.AuctionSearchSession.getAuctionsBySearch(AuctionQuery auctionQuery, AuctionSearch auctionSearch) Gets the search results matching the given search query using the given search. -
Uses of AuctionQuery in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionQueryModifier and TypeMethodDescriptionAuctionConstrainerQuery.getRuledAuctionQuery()Gets the query for an auction.AuctionProcessorQuery.getRuledAuctionQuery()Gets the query for an auction.