Uses of Class
org.webtide.demo.auction.Category
-
Packages that use Category Package Description org.webtide.demo.auction org.webtide.demo.auction.dao -
-
Uses of Category in org.webtide.demo.auction
Methods in org.webtide.demo.auction that return Category Modifier and Type Method Description Category
Category. clone()
Category
Item. getCategory()
Methods in org.webtide.demo.auction that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>
AuctionService. categories(org.cometd.bayeux.server.ServerSession source, org.cometd.bayeux.server.ServerMessage message)
Methods in org.webtide.demo.auction with parameters of type Category Modifier and Type Method Description int
Category. compareTo(Category o)
void
Item. setCategory(Category aCategory)
Constructors in org.webtide.demo.auction with parameters of type Category Constructor Description Item(java.lang.Integer id, java.lang.String itemName, Category category, java.lang.String description, java.lang.Double initialPrice)
-
Uses of Category in org.webtide.demo.auction.dao
Methods in org.webtide.demo.auction.dao that return Category Modifier and Type Method Description Category
CategoryDao. getCategory(int categoryId)
Methods in org.webtide.demo.auction.dao that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>
CategoryDao. getAllCategories()
-