Uses of Class
ejava.examples.asyncmarket.bo.Bid
-
Packages that use Bid Package Description ejava.examples.asyncmarket ejava.examples.asyncmarket.bo ejava.examples.asyncmarket.dao ejava.examples.asyncmarket.ejb ejava.examples.asyncmarket.jpa -
-
Uses of Bid in ejava.examples.asyncmarket
Methods in ejava.examples.asyncmarket that return Bid Modifier and Type Method Description Bid
AuctionMgmt. getWinningBid(long itemId)
-
Uses of Bid in ejava.examples.asyncmarket.bo
Fields in ejava.examples.asyncmarket.bo declared as Bid Modifier and Type Field Description private Bid
AuctionItem. winningBid
Fields in ejava.examples.asyncmarket.bo with type parameters of type Bid Modifier and Type Field Description private List<Bid>
AuctionItem. bids
private Collection<Bid>
Person. bids
Methods in ejava.examples.asyncmarket.bo that return Bid Modifier and Type Method Description Bid
AuctionItem. getHighestBid()
Bid
AuctionItem. getWinningBid()
Methods in ejava.examples.asyncmarket.bo that return types with arguments of type Bid Modifier and Type Method Description List<Bid>
AuctionItem. getBids()
Collection<Bid>
Person. getBids()
Methods in ejava.examples.asyncmarket.bo with parameters of type Bid Modifier and Type Method Description void
AuctionItem. addBid(Bid bid)
void
AuctionItem. setWinningBid(Bid winningBid)
Method parameters in ejava.examples.asyncmarket.bo with type arguments of type Bid Modifier and Type Method Description void
AuctionItem. setBids(List<Bid> bids)
void
Person. setBids(Collection<Bid> bids)
-
Uses of Bid in ejava.examples.asyncmarket.dao
Methods in ejava.examples.asyncmarket.dao that return Bid Modifier and Type Method Description Bid
AuctionItemDAO. getBid(long bidId)
Methods in ejava.examples.asyncmarket.dao with parameters of type Bid Modifier and Type Method Description void
AuctionItemDAO. removeBid(Bid bid)
-
Uses of Bid in ejava.examples.asyncmarket.ejb
Methods in ejava.examples.asyncmarket.ejb that return Bid Modifier and Type Method Description Bid
AuctionMgmtEJB. getWinningBid(long itemId)
protected Bid
SellerEJB. getWinningDTO(Bid winningBid, AuctionItem item)
Bid
DtoMapper. toDTO(Bid bid)
Bid
DtoMapper. toDTO(Bid bid, AuctionItem item)
Methods in ejava.examples.asyncmarket.ejb that return types with arguments of type Bid Modifier and Type Method Description List<Bid>
DtoMapper. toDTO(List<Bid> bids, AuctionItem item)
Methods in ejava.examples.asyncmarket.ejb with parameters of type Bid Modifier and Type Method Description protected Bid
SellerEJB. getWinningDTO(Bid winningBid, AuctionItem item)
AuctionItem
DtoMapper. toDTO(AuctionItem item, Bid bid)
Bid
DtoMapper. toDTO(Bid bid)
Bid
DtoMapper. toDTO(Bid bid, AuctionItem item)
Person
DtoMapper. toDTO(Person person, Bid bid)
Method parameters in ejava.examples.asyncmarket.ejb with type arguments of type Bid Modifier and Type Method Description List<Bid>
DtoMapper. toDTO(List<Bid> bids, AuctionItem item)
-
Uses of Bid in ejava.examples.asyncmarket.jpa
Methods in ejava.examples.asyncmarket.jpa that return Bid Modifier and Type Method Description Bid
JPAAuctionItemDAO. getBid(long bidId)
Methods in ejava.examples.asyncmarket.jpa with parameters of type Bid Modifier and Type Method Description void
JPAAuctionItemDAO. removeBid(Bid bid)
-