Uses of Interface
org.osid.bidding.rules.AuctionConstrainerList
Packages that use AuctionConstrainerList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionConstrainerList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionConstrainerListModifier and TypeMethodDescriptionAuctionConstrainerLookupSession.getAuctionConstrainers()Gets allAuctionConstrainers.AuctionConstrainerSearchResults.getAuctionConstrainers()Gets theAuctionConstrainerListresulting from a search.AuctionConstrainerAuctionHouseSession.getAuctionConstrainersByAuctionHouse(Id auctionHouseId) Gets the list of auction constrainer associated with anAuctionHouse.AuctionConstrainerAuctionHouseSession.getAuctionConstrainersByAuctionHouses(IdList auctionHouseIds) Gets the list of auction constrainer corresponding to a list ofAuctionHouses.AuctionConstrainerLookupSession.getAuctionConstrainersByGenusType(Type auctionConstrainerGenusType) Gets anAuctionConstrainerListcorresponding to the given auction constrainer genusTypewhich does not include auction constrainer of genus types derived from the specifiedType.AuctionConstrainerLookupSession.getAuctionConstrainersByIds(IdList auctionConstrainerIds) Gets anAuctionConstrainerListcorresponding to the givenIdList.AuctionConstrainerLookupSession.getAuctionConstrainersByParentGenusType(Type auctionConstrainerGenusType) Gets anAuctionConstrainerListcorresponding to the given auction constrainer genusTypeand include any additional auction constrainer with genus types derived from the specifiedType.AuctionConstrainerQuerySession.getAuctionConstrainersByQuery(AuctionConstrainerQuery auctionConstrainerQuery) Gets a list ofAuctionConstrainersmatching the given search.AuctionConstrainerLookupSession.getAuctionConstrainersByRecordType(Type auctionConstrainerRecordType) Gets anAuctionConstrainerListcontaining the given auction constrainer recordType.AuctionConstrainerRuleLookupSession.getAuctionConstrainersForAuction(Id auctionId) Gets theAuctionConstrainerassociated with anAuction.AuctionConstrainerEnablerRuleLookupSession.getAuctionConstrainersForAuctionConstrainerEnabler(Id auctionConstrainerEnablerId) Gets theAuctionConstrainersmapped to anAuctionConstrainerEnabler.