Uses of Interface
org.osid.bidding.AuctionHouseList
Packages that use AuctionHouseList
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 AuctionHouseList in org.osid.bidding
Methods in org.osid.bidding that return AuctionHouseListModifier and TypeMethodDescriptionAuctionHouseLookupSession.getAuctionHouses()Gets allAuctionHouses.AuctionHouseSearchResults.getAuctionHouses()Gets the auction house list resulting from a search.AuctionAuctionHouseSession.getAuctionHousesByAuction(Id auctionId) Gets theAuctionHousesmapped to anAuction.BidAuctionHouseSession.getAuctionHousesByBid(Id bidId) Gets theAuctionHousesmapped to aBid.AuctionHouseLookupSession.getAuctionHousesByGenusType(Type auctionHouseGenusType) Gets anAuctionHouseListcorresponding to the given auction house genusTypewhich does not include auction houses of types derived from the specifiedType.AuctionHouseLookupSession.getAuctionHousesByIds(IdList auctionHouseIds) Gets anAuctionHouseListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the auction houses specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.AuctionHouseLookupSession.getAuctionHousesByParentGenusType(Type auctionHouseGenusType) Gets anAuctionHouseListcorresponding to the given auction house genusTypeand include any additional auction houses with genus types derived from the specifiedType.AuctionHouseLookupSession.getAuctionHousesByProvider(Id resourceId) Gets anAuctionHouseListby the given provider.AuctionHouseQuerySession.getAuctionHousesByQuery(AuctionHouseQuery auctionHouseQuery) Gets a list ofAuctionHousesmatching the given search.AuctionHouseLookupSession.getAuctionHousesByRecordType(Type auctionHouseRecordType) Gets anAuctionHouseListcontaining the given auction house recordType.AuctionHouseHierarchySession.getChildAuctionHouses(Id auctionHouseId) Gets the children of the given auction house.AuctionHouseHierarchySession.getParentAuctionHouses(Id auctionHouseId) Gets the parents of the given auction house.AuctionHouseHierarchySession.getRootAuctionHouses()Gets the root auction house in the auction house hierarchy. -
Uses of AuctionHouseList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return AuctionHouseListModifier and TypeMethodDescriptionAuctionConstrainerAuctionHouseSession.getAuctionHousesByAuctionConstrainer(Id auctionConstrainerId) Gets theAuctionHousesmapped to anAuctionConstrainer.AuctionConstrainerEnablerAuctionHouseSession.getAuctionHousesByAuctionConstrainerEnabler(Id auctionConstrainerEnablerId) Gets theAuctionHousesmapped to anAuctionConstrainerEnabler.AuctionProcessorAuctionHouseSession.getAuctionHousesByAuctionProcessor(Id auctionProcessorId) Gets theAuctionHousesmapped to anAuctionProcessor.AuctionProcessorEnablerAuctionHouseSession.getAuctionHousesByAuctionProcessorEnabler(Id auctionProcessorEnablerId) Gets theAuctionHousesmapped to anAuctionProcessorEnabler.BidEnablerAuctionHouseSession.getAuctionHousesByBidEnabler(Id bidEnablerId) Gets theAuctionHousesmapped to aBidEnabler.