A C D E F G I J L M O P S T U

A

AbstractEntityResource - Class in org.jboss.seam.rest.examples.tasks.resource
Common methods for entity resources
AbstractEntityResource() - Constructor for class org.jboss.seam.rest.examples.tasks.resource.AbstractEntityResource
 
applyPaginationParameters(Query, int, int) - Method in class org.jboss.seam.rest.examples.tasks.resource.CollectionBean
Sets paginatation parameters
applyResolutionParameter(Query, String) - Method in class org.jboss.seam.rest.examples.tasks.resource.CollectionBean
Modifies query passed as a parameter to filter out tasks based on their status (resolved/unresolved/all)

C

Category - Class in org.jboss.seam.rest.examples.tasks.entity
 
Category() - Constructor for class org.jboss.seam.rest.examples.tasks.entity.Category
 
Category(String) - Constructor for class org.jboss.seam.rest.examples.tasks.entity.Category
 
CategoryCollectionResource - Class in org.jboss.seam.rest.examples.tasks.resource
Collection resource for categories
CategoryCollectionResource() - Constructor for class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
CategoryResource - Class in org.jboss.seam.rest.examples.tasks.resource
CRUD resource for categories
CategoryResource() - Constructor for class org.jboss.seam.rest.examples.tasks.resource.CategoryResource
 
clearDatabase() - Method in class org.jboss.seam.rest.examples.tasks.db.ImportBean
 
CollectionBean - Class in org.jboss.seam.rest.examples.tasks.resource
Loads collections of Tasks and Categories from database.
CollectionBean() - Constructor for class org.jboss.seam.rest.examples.tasks.resource.CollectionBean
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.seam.rest.examples.tasks.db.ImportListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.seam.rest.examples.tasks.db.ImportListener
 
createTask(JaxbTaskWrapper, String, UriInfo) - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryResource
This method only makes sense at /category/{category}/task not /task
CustomExceptionMappingConfiguration - Class in org.jboss.seam.rest.examples.tasks.noxml
This is a configuration for Seam REST exception mapping.
CustomExceptionMappingConfiguration() - Constructor for class org.jboss.seam.rest.examples.tasks.noxml.CustomExceptionMappingConfiguration
 

D

deleteCategory(String) - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryResource
 
deleteTask(long, UriInfo) - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskResource
 

E

em - Variable in class org.jboss.seam.rest.examples.tasks.resource.AbstractEntityResource
 

F

feedDatabase() - Method in class org.jboss.seam.rest.examples.tasks.db.ImportBean
 

G

getCategories() - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
getCategories(int, int) - Method in class org.jboss.seam.rest.examples.tasks.resource.CollectionBean
 
getCategory() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
getCategoryName() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
getClasses() - Method in class org.jboss.seam.rest.examples.tasks.TasksApplication
 
getCreated() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
getId() - Method in class org.jboss.seam.rest.examples.tasks.entity.Category
 
getId() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
getLimit() - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
getLimit() - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
getName() - Method in class org.jboss.seam.rest.examples.tasks.entity.Category
 
getName() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
getSingletons() - Method in class org.jboss.seam.rest.examples.tasks.TasksApplication
 
getStart() - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
getStart() - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
getTask(long, UriInfo) - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskResource
 
getTasks() - Method in class org.jboss.seam.rest.examples.tasks.entity.Category
 
getTasks() - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryResource
 
getTasks(int, int, String, String) - Method in class org.jboss.seam.rest.examples.tasks.resource.CollectionBean
 
getTasks() - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
getTaskSubresource() - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
getUpdated() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
getUriInfo() - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
getUriInfo() - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 

I

ImportBean - Class in org.jboss.seam.rest.examples.tasks.db
Database import
ImportBean() - Constructor for class org.jboss.seam.rest.examples.tasks.db.ImportBean
 
ImportListener - Class in org.jboss.seam.rest.examples.tasks.db
This listener replaces the import.sql script - it feeds the database with sample data
ImportListener() - Constructor for class org.jboss.seam.rest.examples.tasks.db.ImportListener
 
isResolved() - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 

J

JaxbTaskWrapper - Class in org.jboss.seam.rest.examples.tasks.entity
 
JaxbTaskWrapper() - Constructor for class org.jboss.seam.rest.examples.tasks.entity.JaxbTaskWrapper
 
JsonDateSerializer - Class in org.jboss.seam.rest.examples.tasks.json
 
JsonDateSerializer() - Constructor for class org.jboss.seam.rest.examples.tasks.json.JsonDateSerializer
 

L

limit - Variable in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
limit - Variable in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
loadCategory(String) - Method in class org.jboss.seam.rest.examples.tasks.resource.AbstractEntityResource
Return category based on its name.
loadTask(long, UriInfo) - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskResource
 
log - Static variable in class org.jboss.seam.rest.examples.tasks.db.ImportBean
 

M

move(long, String, UriInfo) - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskResource
 

O

org.jboss.seam.rest.examples.tasks - package org.jboss.seam.rest.examples.tasks
 
org.jboss.seam.rest.examples.tasks.db - package org.jboss.seam.rest.examples.tasks.db
 
org.jboss.seam.rest.examples.tasks.entity - package org.jboss.seam.rest.examples.tasks.entity
 
org.jboss.seam.rest.examples.tasks.json - package org.jboss.seam.rest.examples.tasks.json
 
org.jboss.seam.rest.examples.tasks.noxml - package org.jboss.seam.rest.examples.tasks.noxml
 
org.jboss.seam.rest.examples.tasks.resource - package org.jboss.seam.rest.examples.tasks.resource
 

P

putCategory(String) - Method in class org.jboss.seam.rest.examples.tasks.resource.CategoryResource
 

S

serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.jboss.seam.rest.examples.tasks.json.JsonDateSerializer
 
setCategory(Category) - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
setCreated(Date) - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
setId(Long) - Method in class org.jboss.seam.rest.examples.tasks.entity.Category
 
setId(Long) - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
setName(String) - Method in class org.jboss.seam.rest.examples.tasks.entity.Category
 
setName(String) - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
setResolved(Boolean) - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
setStatus(String) - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
Ugly workaround for https://jira.jboss.org/browse/CDI-6 (We must use setter injection instead of field injection which makes things less clear)
setTasks(List<Task>) - Method in class org.jboss.seam.rest.examples.tasks.entity.Category
 
setUpdated(Date) - Method in class org.jboss.seam.rest.examples.tasks.entity.Task
 
setUriInfo(UriInfo) - Method in class org.jboss.seam.rest.examples.tasks.UriInfoProducer
 
start - Variable in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
start - Variable in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 

T

Task - Class in org.jboss.seam.rest.examples.tasks.entity
 
Task() - Constructor for class org.jboss.seam.rest.examples.tasks.entity.Task
 
Task(String, Boolean, Date, Date, Category) - Constructor for class org.jboss.seam.rest.examples.tasks.entity.Task
 
Task(Long, String, Boolean, Date, Date, Category) - Constructor for class org.jboss.seam.rest.examples.tasks.entity.Task
 
TaskCollectionResource - Class in org.jboss.seam.rest.examples.tasks.resource
Collection resource for tasks
TaskCollectionResource() - Constructor for class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
TaskResource - Class in org.jboss.seam.rest.examples.tasks.resource
CRUD resource for resources
TaskResource() - Constructor for class org.jboss.seam.rest.examples.tasks.resource.TaskResource
 
TasksApplication - Class in org.jboss.seam.rest.examples.tasks
 
TasksApplication() - Constructor for class org.jboss.seam.rest.examples.tasks.TasksApplication
 
TaskValidationGroup - Interface in org.jboss.seam.rest.examples.tasks.entity
 
toResponse(UriInfoProducer.FooException) - Method in class org.jboss.seam.rest.examples.tasks.UriInfoProducer
 

U

updateTask(long, UriInfo, JaxbTaskWrapper) - Method in class org.jboss.seam.rest.examples.tasks.resource.TaskResource
 
uriInfo - Variable in class org.jboss.seam.rest.examples.tasks.resource.CategoryCollectionResource
 
uriInfo - Variable in class org.jboss.seam.rest.examples.tasks.resource.TaskCollectionResource
 
UriInfoProducer - Class in org.jboss.seam.rest.examples.tasks
 
UriInfoProducer() - Constructor for class org.jboss.seam.rest.examples.tasks.UriInfoProducer
 
UriInfoProducer.FooException - Exception in org.jboss.seam.rest.examples.tasks
 
UriInfoProducer.FooException() - Constructor for exception org.jboss.seam.rest.examples.tasks.UriInfoProducer.FooException
 

A C D E F G I J L M O P S T U

Copyright © 2011 Seam Framework. All Rights Reserved.