Uses of Class
eu.kartoffelquadrat.bookstoreinternals.BookDetailsImpl
-
-
Uses of BookDetailsImpl in eu.kartoffelquadrat.bookstoreinternals
Methods in eu.kartoffelquadrat.bookstoreinternals that return BookDetailsImpl Modifier and Type Method Description BookDetailsImpl
Assortment. getBookDetails(Long isbn)
Retrieved book details for a specific book, identified by isbn.BookDetailsImpl
AssortmentImpl. getBookDetails(Long isbn)
Retrieved book details for a specific book, identified by isbn.Methods in eu.kartoffelquadrat.bookstoreinternals with parameters of type BookDetailsImpl Modifier and Type Method Description void
Assortment. addBookToAssortment(BookDetailsImpl bookDetails)
Indexes a new book.void
AssortmentImpl. addBookToAssortment(BookDetailsImpl bookDetails)
Indexes a new book.
-