Uses of Interface
org.osid.bidding.rules.AuctionProcessorEnablerList
Packages that use AuctionProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionProcessorEnablerList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionProcessorEnablerListModifier and TypeMethodDescriptionAuctionProcessorEnablerLookupSession.getAuctionProcessorEnablers()Gets allAuctionProcessorEnablers.AuctionProcessorEnablerSearchResults.getAuctionProcessorEnablers()Gets theAuctionProcessorEnablerListresulting from a search.AuctionProcessorEnablerAuctionHouseSession.getAuctionProcessorEnablersByAuctionHouse(Id auctionHouseId) Gets the list of auction processor enablers associated with anAuctionHouse.AuctionProcessorEnablerAuctionHouseSession.getAuctionProcessorEnablersByAuctionHouses(IdList auctionHouseIds) Gets the list of auction processor enablers corresponding to a list ofAuctionHouses.AuctionProcessorEnablerLookupSession.getAuctionProcessorEnablersByGenusType(Type auctionProcessorEnablerGenusType) Gets anAuctionProcessorEnablerListcorresponding to the given auction processor enabler genusTypewhich does not include auction processor enablers of genus types derived from the specifiedType.AuctionProcessorEnablerLookupSession.getAuctionProcessorEnablersByIds(IdList auctionProcessorEnablerIds) Gets anAuctionProcessorEnablerListcorresponding to the givenIdList.AuctionProcessorEnablerLookupSession.getAuctionProcessorEnablersByParentGenusType(Type auctionProcessorEnablerGenusType) Gets anAuctionProcessorEnablerListcorresponding to the given auction processor enabler genusTypeand include any additional auction processor enablers with genus types derived from the specifiedType.AuctionProcessorEnablerQuerySession.getAuctionProcessorEnablersByQuery(AuctionProcessorEnablerQuery auctionProcessorEnablerQuery) Gets a list ofAuctionProcessorEnablersmatching the given search.AuctionProcessorEnablerLookupSession.getAuctionProcessorEnablersByRecordType(Type auctionProcessorEnablerRecordType) Gets anAuctionProcessorEnablerListcontaining the given auction processor enabler recordType.AuctionProcessorEnablerRuleLookupSession.getAuctionProcessorEnablersForAuctionProcessor(Id auctionProcessorId) Gets theAuctionProcessorEnablerassociated with anAuctionProcessor.AuctionProcessorEnablerLookupSession.getAuctionProcessorEnablersOnDate(DateTime from, DateTime to) Gets anAuctionProcessorEnablerListeffective within the given date range.AuctionProcessorEnablerLookupSession.getAuctionProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anAuctionProcessorEnablerListeffective during the entire given date range but not confined to the date range and evaluated against the given agent.