Uses of Class
org.webtide.demo.auction.Bid
-
Packages that use Bid Package Description 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 Modifier and Type Method Description Bid
Bid. clone()
-
Uses of Bid in org.webtide.demo.auction.dao
Methods in org.webtide.demo.auction.dao that return Bid Modifier and Type Method Description Bid
AuctionDao. getHighestBid(java.lang.Integer itemId)
Methods in org.webtide.demo.auction.dao that return types with arguments of type Bid Modifier and Type Method Description java.util.List<Bid>
AuctionDao. getAllBids(java.lang.Integer itemId)
Methods in org.webtide.demo.auction.dao with parameters of type Bid Modifier and Type Method Description void
AuctionDao. saveAuctionBid(Bid bid)
-