public class AuctionDao extends Object
Constructor and Description |
---|
AuctionDao() |
Modifier and Type | Method and Description |
---|---|
List<Bid> |
getAllBids(Integer itemId) |
Bid |
getHighestBid(Integer itemId) |
void |
saveAuctionBid(Bid bid) |
Copyright © 2008–2016 The CometD Project. All rights reserved.