public interface LibraryService extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
createAuthor(Author author) |
void |
fillLibrary() |
List<Book> |
findBooksByAuthor(String lastName) |
List<Book> |
findBooksByTitle(String title) |
long |
getNumAuthors() |
long |
getNumBooks() |
Copyright © 2015. All rights reserved.