Package | Description |
---|---|
org.osid.bidding |
The Open Service Interface Definitions for the org.osid.bidding
service.
|
Modifier and Type | Method and Description |
---|---|
BidList |
BidLookupSession.getBids()
Gets all
Bids. |
BidList |
BidSearchResults.getBids()
Gets the bid list resulting from a search.
|
BidList |
BidAuctionHouseSession.getBidsByAuctionHouse(Id auctionHouseId)
Gets the list of
Bids associated with an
AuctionHouse. |
BidList |
BidAuctionHouseSession.getBidsByAuctionHouses(IdList auctionHouseIds)
Gets the list of
Bid corresponding to a list of
AuctionHouses. |
BidList |
BidLookupSession.getBidsByGenusType(Type bidGenusType)
Gets a
BidList corresponding to the given bid genus
Type which does not include bids of genus types derived
from the specified Type. |
BidList |
BidLookupSession.getBidsByIds(IdList bidIds)
Gets a
BidList corresponding to the given
IdList. |
BidList |
BidLookupSession.getBidsByParentGenusType(Type bidGenusType)
Gets a
BidList corresponding to the given bid genus
Type and include any additional bids with genus types
derived from the specified Type. |
BidList |
BidQuerySession.getBidsByQuery(BidQuery bidQuery)
Gets a list of
Bids matching the given search. |
BidList |
BidLookupSession.getBidsByRecordType(Type bidRecordType)
Gets a
BidList containing the given bid record
Type. |
BidList |
BidLookupSession.getBidsForAuction(Id auctionId)
Gets a list of bids for an auction.
|
BidList |
BidLookupSession.getBidsForAuctionAndBidder(Id auctionId,
Id resourceId)
Gets a list of bids for an auction and bidder.
|
BidList |
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.
|
BidList |
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.
|
BidList |
BidLookupSession.getBidsForBidder(Id resourceId)
Gets a list of bids for a bidder.
|
BidList |
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.
|
BidList |
BidLookupSession.getBidsOnDate(DateTime from,
DateTime to)
Gets a
BidList effective during the entire given date
range inclusive but not confined to the date range. |
BidList |
MyAuctionSession.getMyBids()
Gets all the bids made by this agent.
|
BidList |
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.
|
BidList |
MyAuctionSession.getMyBidsForAuction(Id auctionId)
Gets all the bids made by this agent for the given auction.
|
BidList |
BidLookupSession.getWinningBids()
Gets all winning
Bids. |
BidList |
MyAuctionSession.getWinningBids()
Gets all the winning bids made by any agent.
|
BidList |
BidLookupSession.getWinningBidsForAuction(Id auctionId)
Gets a list of all winning bids for an auction.
|
BidList |
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.
|
BidList |
BidLookupSession.getWinningBidsForBidder(Id resourceId)
Gets a list of all winning bids for a bidder.
|
BidList |
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.
|
BidList |
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.
|