Uses of Class
org.webtide.demo.auction.Item
-
Packages that use Item Package Description org.webtide.demo.auction org.webtide.demo.auction.dao -
-
Uses of Item in org.webtide.demo.auction
Methods in org.webtide.demo.auction that return Item Modifier and Type Method Description Item
Item. clone()
Methods in org.webtide.demo.auction that return types with arguments of type Item Modifier and Type Method Description java.util.List<Item>
AuctionService. category(org.cometd.bayeux.server.ServerSession source, org.cometd.bayeux.server.ServerMessage message)
java.util.List<Item>
AuctionService. search(org.cometd.bayeux.server.ServerSession source, org.cometd.bayeux.server.ServerMessage message)
-
Uses of Item in org.webtide.demo.auction.dao
Methods in org.webtide.demo.auction.dao that return Item Modifier and Type Method Description Item
CategoryDao. getItem(int itemId)
Methods in org.webtide.demo.auction.dao that return types with arguments of type Item Modifier and Type Method Description java.util.List<Item>
CategoryDao. findItems(java.lang.String expression)
java.util.Collection<Item>
CategoryDao. getAllItems()
java.util.List<Item>
CategoryDao. getItemsInCategory(java.lang.Integer categoryId)
Methods in org.webtide.demo.auction.dao with parameters of type Item Modifier and Type Method Description void
CategoryDao. addItem(Item item)
-