|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
Collection<Book> getAllBooks()
Collection<Book> findTopBestRatedBooks()
Collection<Book> findBooksByAuthor(String author)
SortedSet<AuthorStats> findAuthors()
void markSoldOut(Collection<Book> books)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||