|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bid | |
---|---|
org.webtide.demo.auction | |
org.webtide.demo.auction.dao |
Uses of Bid in org.webtide.demo.auction |
---|
Methods in org.webtide.demo.auction that return Bid | |
---|---|
Bid |
Bid.clone()
|
Uses of Bid in org.webtide.demo.auction.dao |
---|
Methods in org.webtide.demo.auction.dao that return Bid | |
---|---|
Bid |
AuctionDao.getHighestBid(java.lang.Integer itemId)
|
Methods in org.webtide.demo.auction.dao that return types with arguments of type Bid | |
---|---|
java.util.List<Bid> |
AuctionDao.getAllBids(java.lang.Integer itemId)
|
Methods in org.webtide.demo.auction.dao with parameters of type Bid | |
---|---|
void |
AuctionDao.saveAuctionBid(Bid bid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |