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