net.jakubholy.jeeutils.jsfelcheck.webtest.jsf12.dao
Interface BookDao

All Known Implementing Classes:
InMemoryDaoImpl, SpringBookDaoImpl

public interface BookDao


Method Summary
 SortedSet<AuthorStats> findAuthors()
           
 Collection<Book> findBooksByAuthor(String author)
           
 Collection<Book> findTopBestRatedBooks()
           
 Collection<Book> getAllBooks()
           
 void markSoldOut(Collection<Book> books)
           
 

Method Detail

getAllBooks

Collection<Book> getAllBooks()

findTopBestRatedBooks

Collection<Book> findTopBestRatedBooks()

findBooksByAuthor

Collection<Book> findBooksByAuthor(String author)

findAuthors

SortedSet<AuthorStats> findAuthors()

markSoldOut

void markSoldOut(Collection<Book> books)


Copyright © 2012. All Rights Reserved.