Uses of Class
com.university.bookstore.chain.DiscountHandler
Packages that use DiscountHandler
-
Uses of DiscountHandler in com.university.bookstore.chain
Subclasses of DiscountHandler in com.university.bookstore.chainModifier and TypeClassDescriptionclassDirector-level discount approval handler.classManager-level discount approval handler.classVP-level discount approval handler.Methods in com.university.bookstore.chain that return DiscountHandlerMethods in com.university.bookstore.chain with parameters of type DiscountHandlerModifier and TypeMethodDescriptionvoidDiscountHandler.setNext(DiscountHandler nextHandler) Sets the next handler in the chain.Constructors in com.university.bookstore.chain with parameters of type DiscountHandlerModifierConstructorDescriptionCreates a new discount approval service with a custom chain.