Uses of Class
org.jboss.seam.rest.examples.client.tasks.Category

Packages that use Category
org.jboss.seam.rest.examples.client.tasks   
org.jboss.seam.rest.examples.client.tasks.analyzer   
 

Uses of Category in org.jboss.seam.rest.examples.client.tasks
 

Methods in org.jboss.seam.rest.examples.client.tasks that return Category
 Category Task.getCategory()
           
 

Methods in org.jboss.seam.rest.examples.client.tasks that return types with arguments of type Category
 List<Category> SeamTasksService.getCategories(int start, int limit)
           
 

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

Constructors in org.jboss.seam.rest.examples.client.tasks 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.examples.client.tasks.analyzer
 

Methods in org.jboss.seam.rest.examples.client.tasks.analyzer with parameters of type Category
 void SimpleAnalyzer.processCategory(Category category)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.