Uses of Interface
org.osid.bidding.rules.AuctionConstrainerEnablerList
Packages that use AuctionConstrainerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionConstrainerEnablerList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionConstrainerEnablerListModifier and TypeMethodDescriptionAuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablers()Gets allAuctionConstrainerEnablers.AuctionConstrainerEnablerSearchResults.getAuctionConstrainerEnablers()Gets theAuctionConstrainerEnablerListresulting from a search.AuctionConstrainerEnablerAuctionHouseSession.getAuctionConstrainerEnablersByAuctionHouse(Id auctionHouseId) Gets the list of auction constrainer enablers associated with anAuctionHouse.AuctionConstrainerEnablerAuctionHouseSession.getAuctionConstrainerEnablersByAuctionHouses(IdList auctionHouseIds) Gets the list of auction constrainer enablers corresponding to a list ofAuctionHouses.AuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablersByGenusType(Type auctionConstrainerEnablerGenusType) Gets anAuctionConstrainerEnablerListcorresponding to the given auction constrainer enabler genusTypewhich does not include auction constrainer enablers of genus types derived from the specifiedType.AuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablersByIds(IdList auctionConstrainerEnablerIds) Gets anAuctionConstrainerEnablerListcorresponding to the givenIdList.AuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablersByParentGenusType(Type auctionConstrainerEnablerGenusType) Gets anAuctionConstrainerEnablerListcorresponding to the given auction constrainer enabler genusTypeand include any additional auction constrainer enablers with genus types derived from the specifiedType.AuctionConstrainerEnablerQuerySession.getAuctionConstrainerEnablersByQuery(AuctionConstrainerEnablerQuery auctionConstrainerEnablerQuery) Gets a list ofAuctionConstrainerEnablersmatching the given search.AuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablersByRecordType(Type auctionConstrainerEnablerRecordType) Gets anAuctionConstrainerEnablerListcontaining the given auction constrainer enabler recordType.AuctionConstrainerEnablerRuleLookupSession.getAuctionConstrainerEnablersForAuctionConstrainer(Id auctionConstrainerId) Gets theAuctionConstrainerEnablersassociated with anAuctionConstrainer.AuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablersOnDate(DateTime from, DateTime to) Gets anAuctionConstrainerEnablerListthat are effective for the entire given date range but not confined to the date range.AuctionConstrainerEnablerLookupSession.getAuctionConstrainerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anAuctionConstrainerEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.