public class DefaultCustomerCouponRemovableStrategy extends java.lang.Object implements CustomerCouponRemovableStrategy
CustomerCouponRemovableStrategy| Constructor and Description |
|---|
DefaultCustomerCouponRemovableStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkRemovable(java.lang.String couponCode)
Checks if the specific customer coupon can be removed from the current customer
|
protected CustomerCouponService |
getCustomerCouponService() |
void |
setCustomerCouponService(CustomerCouponService customerCouponService) |
public DefaultCustomerCouponRemovableStrategy()
public boolean checkRemovable(java.lang.String couponCode)
CustomerCouponRemovableStrategycheckRemovable in interface CustomerCouponRemovableStrategycouponCode - the coupon codeprotected CustomerCouponService getCustomerCouponService()
public void setCustomerCouponService(CustomerCouponService customerCouponService)
Copyright © 2018 SAP SE. All Rights Reserved.