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