Uses of Class
ejava.examples.asyncmarket.bo.AuctionItem
-
Packages that use AuctionItem Package Description ejava.examples.asyncmarket.bo ejava.examples.asyncmarket.dao ejava.examples.asyncmarket.jpa -
-
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.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)
-