Uses of Class
net.webapp2.forum.domain.Category

Packages that use Category
net.webapp2.forum.domain   
net.webapp2.forum.service   
 

Uses of Category in net.webapp2.forum.domain
 

Fields in net.webapp2.forum.domain declared as Category
private  Category Forum.category
           
 

Methods in net.webapp2.forum.domain that return Category
 Category Forum.getCategory()
           
 

Methods in net.webapp2.forum.domain with parameters of type Category
 Forum ForumServiceImpl.getForum(Category category)
           
 void Forum.setCategory(Category category)
           
 

Constructors in net.webapp2.forum.domain with parameters of type Category
Forum(Category category)
           
 

Uses of Category in net.webapp2.forum.service
 

Methods in net.webapp2.forum.service with parameters of type Category
 Forum ForumService.getForum(Category category)
           
 



Copyright © 2006 WebApp2 Network All Rights Reserved.