Uses of Class
net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12.Book

Packages that use Book
net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12   
net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12.dao   
 

Uses of Book in net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12
 

Methods in net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12 that return types with arguments of type Book
 Collection<Book> BookController.getBooks()
           
 

Method parameters in net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12 with type arguments of type Book
 void BookController.setBooks(Collection<Book> books)
           
 

Uses of Book in net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12.dao
 

Methods in net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12.dao that return types with arguments of type Book
 Collection<Book> SpringBookDaoImpl.findBooksByAuthor(String author)
           
 Collection<Book> InMemoryDaoImpl.findBooksByAuthor(String author)
           
 Collection<Book> BookDao.findBooksByAuthor(String author)
           
 Collection<Book> SpringBookDaoImpl.findTopBestRatedBooks()
           
 Collection<Book> InMemoryDaoImpl.findTopBestRatedBooks()
           
 Collection<Book> BookDao.findTopBestRatedBooks()
           
 Collection<Book> SpringBookDaoImpl.getAllBooks()
           
 Collection<Book> InMemoryDaoImpl.getAllBooks()
           
 Collection<Book> BookDao.getAllBooks()
           
 

Method parameters in net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12.dao with type arguments of type Book
 void SpringBookDaoImpl.markSoldOut(Collection<Book> books)
           
 void InMemoryDaoImpl.markSoldOut(Collection<Book> booksToMark)
           
 void BookDao.markSoldOut(Collection<Book> books)
           
 



Copyright © 2012. All Rights Reserved.