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

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

Uses of Book 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 Book
 List<Book> Author.getBooks()
           
 

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

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

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

Methods in org.jboss.seam.exception.control.example.jaxrs.resource that return Book
 Book BookResource.getBookById(Long bookId)
           
 

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



Copyright © 2010 Seam Framework. All Rights Reserved.