Class DefaultCustomerCouponRemovableStrategy

    • Constructor Detail

      • DefaultCustomerCouponRemovableStrategy

        public DefaultCustomerCouponRemovableStrategy()
    • Method Detail

      • checkRemovable

        public boolean checkRemovable​(java.lang.String couponCode)
        Description copied from interface: CustomerCouponRemovableStrategy
        Checks if the specific customer coupon can be removed from the current customer
        Specified by:
        checkRemovable in interface CustomerCouponRemovableStrategy
        Parameters:
        couponCode - the coupon code
        Returns:
        true if the coupon can be removed and false otherwise
      • setCustomerCouponService

        public void setCustomerCouponService​(CustomerCouponService customerCouponService)