Package | Description |
---|---|
org.webtide.demo.auction | |
org.webtide.demo.auction.dao |
Modifier and Type | Method | Description |
---|---|---|
Bid |
Bid.clone() |
Modifier and Type | Method | Description |
---|---|---|
Bid |
AuctionDao.getHighestBid(java.lang.Integer itemId) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Bid> |
AuctionDao.getAllBids(java.lang.Integer itemId) |
Modifier and Type | Method | Description |
---|---|---|
void |
AuctionDao.saveAuctionBid(Bid bid) |
Copyright © 2008–2017 The CometD Project. All rights reserved.