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