Uses of Interface
org.osid.bidding.BidList
Packages that use BidList
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 BidList in org.osid.bidding
Methods in org.osid.bidding that return BidListModifier and TypeMethodDescriptionBidLookupSession.getBids()Gets allBids.BidSearchResults.getBids()Gets the bid list resulting from a search.BidAuctionHouseSession.getBidsByAuctionHouse(Id auctionHouseId) Gets the list ofBidsassociated with anAuctionHouse.BidAuctionHouseSession.getBidsByAuctionHouses(IdList auctionHouseIds) Gets the list ofBidcorresponding to a list ofAuctionHouses.BidLookupSession.getBidsByGenusType(Type bidGenusType) Gets aBidListcorresponding to the given bid genusTypewhich does not include bids of genus types derived from the specifiedType.BidLookupSession.getBidsByIds(IdList bidIds) Gets aBidListcorresponding to the givenIdList.BidLookupSession.getBidsByParentGenusType(Type bidGenusType) Gets aBidListcorresponding to the given bid genusTypeand include any additional bids with genus types derived from the specifiedType.BidQuerySession.getBidsByQuery(BidQuery bidQuery) Gets a list ofBidsmatching the given search.BidLookupSession.getBidsByRecordType(Type bidRecordType) Gets aBidListcontaining the given bid recordType.BidLookupSession.getBidsForAuction(Id auctionId) Gets a list of bids for an auction.BidLookupSession.getBidsForAuctionAndBidder(Id auctionId, Id resourceId) Gets a list of bids for an auction and bidder.BidLookupSession.getBidsForAuctionAndBidderOnDate(Id auctionId, Id resourceId, DateTime from, DateTime to) Gets a list of bids for an auction and bidder and effective during the entire given date range inclusive but not confined to the date range.BidLookupSession.getBidsForAuctionOnDate(Id auctionId, DateTime from, DateTime to) Gets a list of bids for an auction and effective during the entire given date range inclusive but not confined to the date range.BidLookupSession.getBidsForBidder(Id resourceId) Gets a list of bids for a bidder.BidLookupSession.getBidsForBidderOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of bids for a bidder and effective during the entire given date range inclusive but not confined to the date range.BidLookupSession.getBidsOnDate(DateTime from, DateTime to) Gets aBidListeffective during the entire given date range inclusive but not confined to the date range.MyAuctionSession.getMyBids()Gets all the bids made by this agent.MyAuctionSession.getMyBidsByDate(DateTime start, DateTime end) Gets all the bids bid this agent where the bids have a start effective date within the given date range inclusive.MyAuctionSession.getMyBidsForAuction(Id auctionId) Gets all the bids made by this agent for the given auction.BidLookupSession.getWinningBids()Gets all winningBids.MyAuctionSession.getWinningBids()Gets all the winning bids made by any agent.BidLookupSession.getWinningBidsForAuction(Id auctionId) Gets a list of all winning bids for an auction.BidLookupSession.getWinningBidsForAuctionOnDate(Id auctionId, DateTime from, DateTime to) Gets a list of winning bids for an auction and effectiveduring the entire given date range inclusive but not confined to the date range.BidLookupSession.getWinningBidsForBidder(Id resourceId) Gets a list of all winning bids for a bidder.BidLookupSession.getWinningBidsForBidderOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of winning bids for a bidder and effective during the entire given date range inclusive but not confined to the date range.BidLookupSession.getWinningBidsOnDate(DateTime from, DateTime to) Gets a list of all winning bids effective during the entire given date range inclusive but not confined to the date range. -
Uses of BidList in org.osid.bidding.rules
Methods in org.osid.bidding.rules that return BidListModifier and TypeMethodDescriptionBidEnablerRuleLookupSession.getBidsForBidEnabler(Id bidEnablerId) Gets theBidsmapped to aBidEnabler.