public class DefaultCouponRedemptionWsFacade extends Object implements CouponRedemptionWsFacade
CouponRedemptionWsFacade for Coupon Redemption| Constructor and Description |
|---|
DefaultCouponRedemptionWsFacade() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertSingleCodeCoupon(AbstractCouponModel couponModel,
String couponId) |
protected CouponDao |
getCouponDao() |
protected CouponRedemptionDao |
getCouponRedemptionDao() |
protected Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> |
getCouponRedemptionWsDTOConverter() |
CouponRedemptionWsDTO |
getSingleCodeCouponRedemption(String couponId,
String customerId) |
protected UserService |
getUserService() |
void |
setCouponDao(CouponDao couponDao) |
void |
setCouponRedemptionDao(CouponRedemptionDao couponRedemptionDao) |
void |
setCouponRedemptionWsDTOConverter(Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> couponRedemptionWsDTOConverter) |
void |
setUserService(UserService userService) |
public CouponRedemptionWsDTO getSingleCodeCouponRedemption(String couponId, String customerId)
getSingleCodeCouponRedemption in interface CouponRedemptionWsFacadecouponId - coupon Id for which redemption DTO is to be populatedcustomerId - customer Id for which redemption DTO is to be populatedCouponRedemptionWsDTO the coupon redemptionprotected void assertSingleCodeCoupon(AbstractCouponModel couponModel, String couponId)
protected CouponDao getCouponDao()
public void setCouponDao(CouponDao couponDao)
protected Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> getCouponRedemptionWsDTOConverter()
public void setCouponRedemptionWsDTOConverter(Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> couponRedemptionWsDTOConverter)
protected CouponRedemptionDao getCouponRedemptionDao()
public void setCouponRedemptionDao(CouponRedemptionDao couponRedemptionDao)
protected UserService getUserService()
public void setUserService(UserService userService)
Copyright © 2017 SAP SE. All Rights Reserved.