Uses of Class
de.hybris.platform.couponwebservices.dto.CouponRedemptionWsDTO
-
-
Uses of CouponRedemptionWsDTO in de.hybris.platform.couponwebservices.controllers
Methods in de.hybris.platform.couponwebservices.controllers that return CouponRedemptionWsDTO Modifier and Type Method Description CouponRedemptionWsDTO
CouponservicesController. getSingleCodeCouponRedemption(java.lang.String couponId, java.lang.String customerId, java.lang.String fields)
Request to get a redemption status for a single-code coupon with given couponId -
Uses of CouponRedemptionWsDTO in de.hybris.platform.couponwebservices.facades
Methods in de.hybris.platform.couponwebservices.facades that return CouponRedemptionWsDTO Modifier and Type Method Description CouponRedemptionWsDTO
CouponRedemptionWsFacade. getSingleCodeCouponRedemption(java.lang.String couponId, java.lang.String customerId)
Provides single code coupon redemption information -
Uses of CouponRedemptionWsDTO in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return CouponRedemptionWsDTO Modifier and Type Method Description CouponRedemptionWsDTO
DefaultCouponRedemptionWsFacade. getSingleCodeCouponRedemption(java.lang.String couponId, java.lang.String customerId)
Methods in de.hybris.platform.couponwebservices.facades.impl that return types with arguments of type CouponRedemptionWsDTO Modifier and Type Method Description protected Converter<SingleCodeCouponModel,CouponRedemptionWsDTO>
DefaultCouponRedemptionWsFacade. getCouponRedemptionWsDTOConverter()
Method parameters in de.hybris.platform.couponwebservices.facades.impl with type arguments of type CouponRedemptionWsDTO Modifier and Type Method Description void
DefaultCouponRedemptionWsFacade. setCouponRedemptionWsDTOConverter(Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> couponRedemptionWsDTOConverter)
-
Uses of CouponRedemptionWsDTO in de.hybris.platform.couponwebservices.populators
Methods in de.hybris.platform.couponwebservices.populators with parameters of type CouponRedemptionWsDTO Modifier and Type Method Description void
CouponRedemptionWsPopulator. populate(SingleCodeCouponModel source, CouponRedemptionWsDTO target)
-