Uses of Interface
org.osid.bidding.BidQuery
Packages that use BidQuery
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 BidQuery in org.osid.bidding
Methods in org.osid.bidding that return BidQueryModifier and TypeMethodDescriptionAuctionHouseQuery.getBidQuery()Gets the query for a bid.AuctionQuery.getBidQuery()Gets the query for a bid.BidQuerySession.getBidQuery()Gets a bid query.BidSmartAuctionHouseSession.getBidQuery()Gets a bid query.BidSearchSession.getBidQueryFromInspector(BidQueryInspector bidQueryInspector) Gets a bid query from an inspector.BidSmartAuctionHouseSession.getBidQueryFromInspector(BidQueryInspector bidQueryInspector) Gets a bid query from an inspector.Methods in org.osid.bidding with parameters of type BidQueryModifier and TypeMethodDescriptionvoidBidSmartAuctionHouseSession.applyBidQuery(BidQuery bidQuery) Applies a bid query to this auction house.BidQuerySession.getBidsByQuery(BidQuery bidQuery) Gets a list ofBidsmatching the given search.BidSearchSession.getBidsBySearch(BidQuery bidQuery, BidSearch bidSearch) Gets the search results matching the given search query using the given search. -
Uses of BidQuery in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return BidQueryModifier and TypeMethodDescriptionBidEnablerSmartAuctionHouseSession.getBidEnablerQueryFromInspector(BidEnablerQueryInspector bidEnablerQueryInspector) Gets a bid enabler query from an inspector.BidEnablerQuery.getRuledBidQuery()Gets the query for a bid.