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