Uses of Class
org.webtide.demo.auction.Category

Packages that use Category
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
 Category Category.clone()
           
 Category Item.getCategory()
           
 

Methods in org.webtide.demo.auction that return types with arguments of type Category
 java.util.List<Category> AuctionService.categories(ServerSession source, java.lang.String channel, java.lang.String bidder, java.lang.Object messageId)
           
 

Methods in org.webtide.demo.auction with parameters of type Category
 int Category.compareTo(Category o)
           
 void Item.setCategory(Category aCategory)
           
 

Constructors in org.webtide.demo.auction with parameters of type Category
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
 Category CategoryDao.getCategory(int categoryId)
           
 

Methods in org.webtide.demo.auction.dao that return types with arguments of type Category
 java.util.List<Category> CategoryDao.getAllCategories()
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.