Uses of Class
org.webtide.demo.auction.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 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)
-
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 List<Category>
CategoryDao. getAllCategories()