Interface LibraryService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleLibraryService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateAuthor(Author author) voidfindBooksByAuthor(String lastName) findBooksByTitle(String title) longlong
-
Method Details
-
fillLibrary
void fillLibrary() -
findBooksByAuthor
-
findBooksByTitle
-
getNumBooks
long getNumBooks() -
getNumAuthors
long getNumAuthors() -
createAuthor
-