Uses of Class
org.bookstore.catalog.entity.Book
Packages that use Book
-
Uses of Book in org.bookstore.catalog.service
Methods in org.bookstore.catalog.service that return BookModifier and TypeMethodDescriptionAdds a book to the catalog.Finds a book in the catalog.CatalogService.updateBook(Book book) Updates a book in the catalog.Methods in org.bookstore.catalog.service that return types with arguments of type BookModifier and TypeMethodDescriptionCatalogService.searchBooks(List<String> keywords) Searches for books in the catalog.
A book is included in the result if all keywords are contained in the title, authors or publisher of the book.Methods in org.bookstore.catalog.service with parameters of type Book