|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
|---|---|
| org.jboss.seam.rest.examples.tasks.entity | |
| org.jboss.seam.rest.examples.tasks.resource | |
| Uses of Task in org.jboss.seam.rest.examples.tasks.entity |
|---|
| Subclasses of Task in org.jboss.seam.rest.examples.tasks.entity | |
|---|---|
class |
JaxbTaskWrapper
|
| Methods in org.jboss.seam.rest.examples.tasks.entity that return types with arguments of type Task | |
|---|---|
List<Task> |
Category.getTasks()
|
| Method parameters in org.jboss.seam.rest.examples.tasks.entity with type arguments of type Task | |
|---|---|
void |
Category.setTasks(List<Task> tasks)
|
| Uses of Task in org.jboss.seam.rest.examples.tasks.resource |
|---|
| Methods in org.jboss.seam.rest.examples.tasks.resource that return Task | |
|---|---|
Task |
TaskResource.getTask(long taskId,
javax.ws.rs.core.UriInfo uriInfo)
|
protected Task |
TaskResource.loadTask(long taskId,
javax.ws.rs.core.UriInfo uriInfo)
|
| Methods in org.jboss.seam.rest.examples.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||