Uses of Interface
org.osid.bidding.rules.BidEnablerList
Packages that use BidEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of BidEnablerList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return BidEnablerListModifier and TypeMethodDescriptionBidEnablerLookupSession.getBidEnablers()Gets allBidEnablers.BidEnablerSearchResults.getBidEnablers()Gets the bid enabler list resulting from a search.BidEnablerAuctionHouseSession.getBidEnablersByAuctionHouse(Id auctionHouseId) Gets the list ofBidEnablersassociated with anAuctionHouse.BidEnablerAuctionHouseSession.getBidEnablersByAuctionHouses(IdList auctionHouseIds) Gets the list ofBidEnablerscorresponding to a list ofAuction Houses.BidEnablerLookupSession.getBidEnablersByGenusType(Type bidEnablerGenusType) Gets aBidEnablerListcorresponding to the given bid enabler genusTypewhich does not include bid enablers of genus types derived from the specifiedType.BidEnablerLookupSession.getBidEnablersByIds(IdList bidEnablerIds) Gets aBidEnablerListcorresponding to the givenIdList.BidEnablerLookupSession.getBidEnablersByParentGenusType(Type bidEnablerGenusType) Gets aBidEnablerListcorresponding to the given bid enabler genusTypeand include any additional bid enablers with genus types derived from the specifiedType.BidEnablerQuerySession.getBidEnablersByQuery(BidEnablerQuery bidEnablerQuery) Gets a list ofBidEnablersmatching the given search.BidEnablerLookupSession.getBidEnablersByRecordType(Type bidEnablerRecordType) Gets aBidEnablerListcontaining the given bid enabler recordType.BidEnablerRuleLookupSession.getBidEnablersForBid(Id bidId) Gets theBidEnablersassociated with aBid.