|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Category | |
|---|---|
| org.jboss.seam.rest.examples.tasks.entity | |
| org.jboss.seam.rest.examples.tasks.resource | |
| Uses of Category in org.jboss.seam.rest.examples.tasks.entity |
|---|
| Methods in org.jboss.seam.rest.examples.tasks.entity that return Category | |
|---|---|
Category |
Task.getCategory()
|
| Methods in org.jboss.seam.rest.examples.tasks.entity with parameters of type Category | |
|---|---|
void |
Task.setCategory(Category category)
|
| Constructors in org.jboss.seam.rest.examples.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.examples.tasks.resource |
|---|
| Methods in org.jboss.seam.rest.examples.tasks.resource that return Category | |
|---|---|
protected Category |
AbstractEntityResource.loadCategory(String name)
Return category based on its name. |
| Methods in org.jboss.seam.rest.examples.tasks.resource that return types with arguments of type Category | |
|---|---|
List<Category> |
CategoryCollectionResource.getCategories()
|
List<Category> |
CollectionBean.getCategories(int start,
int limit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||