Uses of Class
org.jboss.seam.rest.example.tasks.entity.Category

Packages that use Category
org.jboss.seam.rest.example.tasks.entity   
org.jboss.seam.rest.example.tasks.resource   
 

Uses of Category in org.jboss.seam.rest.example.tasks.entity
 

Methods in org.jboss.seam.rest.example.tasks.entity that return Category
 Category Task.getCategory()
           
 

Methods in org.jboss.seam.rest.example.tasks.entity with parameters of type Category
 void Task.setCategory(Category category)
           
 

Constructors in org.jboss.seam.rest.example.tasks.entity with parameters of type Category
Task(Long id, String name, Boolean resolved, Date created, Date updated, Category category)
           
Task(String name, Boolean resolved, Date created, Date updated, Category category)
           
 

Uses of Category in org.jboss.seam.rest.example.tasks.resource
 

Methods in org.jboss.seam.rest.example.tasks.resource that return Category
protected  Category AbstractEntityResource.loadCategory(String name)
          Return category based on its name.
 

Methods in org.jboss.seam.rest.example.tasks.resource that return types with arguments of type Category
 List<Category> CategoryCollectionResource.getCategories()
           
 List<Category> CollectionBean.getCategories(int start, int limit)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.