Uses of Interface
org.osid.bidding.rules.BidEnablerQuery
Packages that use BidEnablerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of BidEnablerQuery in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return BidEnablerQueryModifier and TypeMethodDescriptionBidEnablerQuerySession.getBidEnablerQuery()Gets a bid enabler query.BidEnablerSmartAuctionHouseSession.getBidEnablerQuery()Gets a bid enabler query.BidEnablerSearchSession.getBidEnablerQueryFromInspector(BidEnablerQueryInspector bidEnablerQueryInspector) Gets a bid enabler query from an inspector.Methods in org.osid.bidding.rules with parameters of type BidEnablerQueryModifier and TypeMethodDescriptionvoidBidEnablerSmartAuctionHouseSession.applyBidEnablerQuery(BidEnablerQuery bidEnablerQuery) Applies a bid enabler query to this auction house.BidEnablerQuerySession.getBidEnablersByQuery(BidEnablerQuery bidEnablerQuery) Gets a list ofBidEnablersmatching the given search.BidEnablerSearchSession.getBidEnablersBySearch(BidEnablerQuery bidEnablerQuery, BidEnablerSearch bidEnablerSearch) Gets the search results matching the given search query using the given search.