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

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

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

Subclasses of Task in org.jboss.seam.rest.example.tasks.entity
 class JaxbTaskWrapper
           
 

Methods in org.jboss.seam.rest.example.tasks.entity that return types with arguments of type Task
 List<Task> Category.getTasks()
           
 

Method parameters in org.jboss.seam.rest.example.tasks.entity with type arguments of type Task
 void Category.setTasks(List<Task> tasks)
           
 

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

Methods in org.jboss.seam.rest.example.tasks.resource that return Task
 Task TaskResource.getTask(long taskId, UriInfo uriInfo)
           
protected  Task TaskResource.loadTask(long taskId, UriInfo uriInfo)
           
 

Methods in org.jboss.seam.rest.example.tasks.resource that return types with arguments of type Task
 List<Task> TaskCollectionResource.getTasks()
           
 List<Task> CollectionBean.getTasks(int start, int limit, String status, String categoryName)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.