Uses of Class
ejava.examples.asyncmarket.bo.AuctionItem
-
Packages that use AuctionItem Package Description ejava.examples.asyncmarket ejava.examples.asyncmarket.bo ejava.examples.asyncmarket.dao ejava.examples.asyncmarket.ejb ejava.examples.asyncmarket.jpa -
-
Uses of AuctionItem in ejava.examples.asyncmarket
Methods in ejava.examples.asyncmarket that return AuctionItem Modifier and Type Method Description AuctionItemBuyer. getItem(long itemId)AuctionItemSeller. getItem(long id)Methods in ejava.examples.asyncmarket that return types with arguments of type AuctionItem Modifier and Type Method Description List<AuctionItem>Buyer. getAvailableItems(int index, int count)List<AuctionItem>AuctionMgmt. getItems(int index, int count)Methods in ejava.examples.asyncmarket with parameters of type AuctionItem Modifier and Type Method Description longSeller. sellProduct(String sellerId, AuctionItem item) -
Uses of AuctionItem in ejava.examples.asyncmarket.bo
Fields in ejava.examples.asyncmarket.bo declared as AuctionItem Modifier and Type Field Description private AuctionItemBid. itemprivate AuctionItemOrder. itemFields in ejava.examples.asyncmarket.bo with type parameters of type AuctionItem Modifier and Type Field Description private Collection<AuctionItem>Person. itemsMethods in ejava.examples.asyncmarket.bo that return AuctionItem Modifier and Type Method Description AuctionItemBid. getItem()AuctionItemOrder. getItem()Methods in ejava.examples.asyncmarket.bo that return types with arguments of type AuctionItem Modifier and Type Method Description Collection<AuctionItem>Person. getItems()Methods in ejava.examples.asyncmarket.bo with parameters of type AuctionItem Modifier and Type Method Description voidBid. setItem(AuctionItem item)voidOrder. setItem(AuctionItem item)Method parameters in ejava.examples.asyncmarket.bo with type arguments of type AuctionItem Modifier and Type Method Description voidPerson. setItems(Collection<AuctionItem> items) -
Uses of AuctionItem in ejava.examples.asyncmarket.dao
Methods in ejava.examples.asyncmarket.dao that return AuctionItem Modifier and Type Method Description AuctionItemAuctionItemDAO. createItem(AuctionItem item)AuctionItemAuctionItemDAO. getItem(long itemId)AuctionItemAuctionItemDAO. updateItem(AuctionItem item)Methods in ejava.examples.asyncmarket.dao that return types with arguments of type AuctionItem Modifier and Type Method Description List<AuctionItem>AuctionItemDAO. getAvailableItems(int index, int count)List<AuctionItem>AuctionItemDAO. getItems(int index, int count)List<AuctionItem>AuctionItemDAO. getItems(String queryString, Map<String,Object> args, int index, int count)Methods in ejava.examples.asyncmarket.dao with parameters of type AuctionItem Modifier and Type Method Description AuctionItemAuctionItemDAO. createItem(AuctionItem item)AuctionItemAuctionItemDAO. updateItem(AuctionItem item) -
Uses of AuctionItem in ejava.examples.asyncmarket.ejb
Methods in ejava.examples.asyncmarket.ejb that return AuctionItem Modifier and Type Method Description AuctionItemBuyerEJB. getItem(long itemId)AuctionItemSellerEJB. getItem(long itemId)AuctionItemDtoMapper. toDTO(AuctionItem item)AuctionItemDtoMapper. toDTO(AuctionItem item, Bid bid)private AuctionItemDtoMapper. toDTO(AuctionItem item, Order order)Methods in ejava.examples.asyncmarket.ejb that return types with arguments of type AuctionItem Modifier and Type Method Description List<AuctionItem>BuyerEJB. getAvailableItems(int index, int count)List<AuctionItem>AuctionMgmtEJB. getItems(int index, int count)Collection<AuctionItem>DtoMapper. toDTO(Collection<AuctionItem> items, Person owner)List<AuctionItem>DtoMapper. toDTO(List<AuctionItem> items)Methods in ejava.examples.asyncmarket.ejb with parameters of type AuctionItem Modifier and Type Method Description protected BidSellerEJB. getWinningDTO(Bid winningBid, AuctionItem item)protected voidAuctionMgmtEJB. publishAvailableItem(AuctionItem item)protected voidSellerEJB. publishForSale(AuctionItem item)protected voidSellerEJB. publishSold(AuctionItem item)longSellerEJB. sellProduct(String sellerId, AuctionItem item)AuctionItemDtoMapper. toDTO(AuctionItem item)AuctionItemDtoMapper. toDTO(AuctionItem item, Bid bid)private AuctionItemDtoMapper. toDTO(AuctionItem item, Order order)BidDtoMapper. toDTO(Bid bid, AuctionItem item)PersonDtoMapper. toDTO(Person owner, AuctionItem item)List<Bid>DtoMapper. toDTO(List<Bid> bids, AuctionItem item)Method parameters in ejava.examples.asyncmarket.ejb with type arguments of type AuctionItem Modifier and Type Method Description Collection<AuctionItem>DtoMapper. toDTO(Collection<AuctionItem> items, Person owner)List<AuctionItem>DtoMapper. toDTO(List<AuctionItem> items) -
Uses of AuctionItem in ejava.examples.asyncmarket.jpa
Methods in ejava.examples.asyncmarket.jpa that return AuctionItem Modifier and Type Method Description AuctionItemJPAAuctionItemDAO. createItem(AuctionItem item)AuctionItemJPAAuctionItemDAO. getItem(long itemId)AuctionItemJPAAuctionItemDAO. updateItem(AuctionItem item)Methods in ejava.examples.asyncmarket.jpa that return types with arguments of type AuctionItem Modifier and Type Method Description List<AuctionItem>JPAAuctionItemDAO. getAvailableItems(int index, int count)List<AuctionItem>JPAAuctionItemDAO. getItems(int index, int count)List<AuctionItem>JPAAuctionItemDAO. getItems(String queryString, Map<String,Object> params, int index, int count)Methods in ejava.examples.asyncmarket.jpa with parameters of type AuctionItem Modifier and Type Method Description AuctionItemJPAAuctionItemDAO. createItem(AuctionItem item)AuctionItemJPAAuctionItemDAO. updateItem(AuctionItem item)
-