Package eu.kartoffelquadrat.bookstoreinternals
-
Interface Summary Interface Description Assortment Represents the catalogue of all indexed books.Comments Offers access to all Comments of all Books.GlobalStock Represents the stock levels of all local store branches.LocalStock Represents the stock of a local bookstore. -
Class Summary Class Description AssortmentImpl Implementation of the Assortment interface.BookDetailsImpl Bean representing a single book with public read access to all fields.CommentsImpl Full implementation Implementation of the Comments interface.DesktopLauncher Legacy launcher class to demonstrate access and functionality of the bookstore.GlobalStockImpl Implementation for the GlobalStock interface.LocalStockImpl Implementation for the LocalStock interface.