Uses of Interface
org.osid.bidding.AuctionList
Packages that use AuctionList
Package
Description
The Open Service Interface Definitions for the org.osid.bidding
service.
The Open Service Interface Definitions for the org.osid.bidding.rules
service.
-
Uses of AuctionList in org.osid.bidding
Methods in org.osid.bidding that return AuctionListModifier and TypeMethodDescriptionAuctionLookupSession.getAuctions()Gets allAuctions.AuctionSearchResults.getAuctions()Gets the auction list resulting from a search.AuctionAuctionHouseSession.getAuctionsByAuctionHouse(Id auctionHouseId) Gets the list ofAuctionsassociated with anAuctionHouse.AuctionAuctionHouseSession.getAuctionsByAuctionHouses(IdList auctionHouseIds) Gets the list ofAuctioncorresponding to a list ofAuction Houses.AuctionLookupSession.getAuctionsByGenusType(Type auctionGenusType) Gets anAuctionListcorresponding to the given auction genusTypewhich does not include auctions of genus types derived from the specifiedType.AuctionLookupSession.getAuctionsByIds(IdList auctionIds) Gets anAuctionListcorresponding to the givenIdList.AuctionLookupSession.getAuctionsByItem(Id itemId) Gets a list of auctions for an item.AuctionLookupSession.getAuctionsByItemGenusType(Type itemGenusType) Gets a list of auctions for an item genus type.AuctionLookupSession.getAuctionsByParentGenusType(Type auctionGenusType) Gets anAuctionListcorresponding to the given auction genusTypeand include any additional auctions with genus types derived from the specifiedType.AuctionLookupSession.getAuctionsByProvider(Id resourceId) Gets anAuctionListfrom the given provider.AuctionQuerySession.getAuctionsByQuery(AuctionQuery auctionQuery) Gets a list ofAuctionsmatching the given search.AuctionLookupSession.getAuctionsByRecordType(Type auctionRecordType) Gets anAuctionListcontaining the given auction recordType.MyAuctionSession.getMyAuctions()Gets all the auctions bid by this agent and the auctions in which this agent is a particpant.MyAuctionSession.getMyAuctionsForBidding()Gets a list of auctions in which this agent may place another bid.MyAuctionSession.getMyOpenAuctions()Gets all the auctions open for bidding that have been bid on by this agent and the auctions in which this agent is a particpant. -
Uses of AuctionList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionListModifier and TypeMethodDescriptionAuctionConstrainerRuleLookupSession.getAuctionsForAuctionConstrainer(Id auctionConstrainerId) Gets theAuctionsmapped to anAuctionConstrainer.AuctionProcessorRuleLookupSession.getAuctionsForAuctionProcessor(Id auctionProcessorId) Gets theAuctionsmapped to anAuctionProcessor.