Uses of Class
org.jboss.seam.exception.control.example.jaxrs.entity.Author

Packages that use Author
org.jboss.seam.exception.control.example.jaxrs.entity   
org.jboss.seam.exception.control.example.jaxrs.resource   
 

Uses of Author in org.jboss.seam.exception.control.example.jaxrs.entity
 

Methods in org.jboss.seam.exception.control.example.jaxrs.entity that return types with arguments of type Author
 List<Author> Book.getAuthors()
           
 

Methods in org.jboss.seam.exception.control.example.jaxrs.entity with parameters of type Author
 void Book.addAuthor(Author newAuthor)
           
 

Method parameters in org.jboss.seam.exception.control.example.jaxrs.entity with type arguments of type Author
 void Book.setAuthors(List<Author> authors)
           
 

Uses of Author in org.jboss.seam.exception.control.example.jaxrs.resource
 

Methods in org.jboss.seam.exception.control.example.jaxrs.resource that return Author
 Author AuthorResource.getAuthorById(Long authorId)
           
 

Methods in org.jboss.seam.exception.control.example.jaxrs.resource that return types with arguments of type Author
 List<Author> AuthorResource.getAllAuthors()
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.