Interface LibraryService
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleLibraryService
public interface LibraryService extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateAuthor(Author author)voidfillLibrary()List<Book>findBooksByAuthor(String lastName)List<Book>findBooksByTitle(String title)longgetNumAuthors()longgetNumBooks()
-