Uses of Class
de.hybris.platform.couponwebservices.dto.CouponValidationResponseWsDTO
-
-
Uses of CouponValidationResponseWsDTO in de.hybris.platform.couponwebservices.controllers
Methods in de.hybris.platform.couponwebservices.controllers that return CouponValidationResponseWsDTO Modifier and Type Method Description CouponValidationResponseWsDTOCouponservicesController. validateMultiCodeCoupon(java.lang.String couponCode, java.lang.String fields)Request to validate a multi-code coupon with given couponIdCouponValidationResponseWsDTOCouponservicesController. validateSingleCodeCoupon(java.lang.String couponId, java.lang.String customerId, java.lang.String fields)Request to validate a single-code coupon with given couponId -
Uses of CouponValidationResponseWsDTO in de.hybris.platform.couponwebservices.facades
Methods in de.hybris.platform.couponwebservices.facades that return CouponValidationResponseWsDTO Modifier and Type Method Description CouponValidationResponseWsDTOCouponWsFacades. validateCoupon(java.lang.String couponId)Validates the given couponId, throws an exception if coupon id is invalidCouponValidationResponseWsDTOCouponWsFacades. validateCoupon(java.lang.String couponId, java.lang.String customerId)Validates the given couponId for the given customer, throws an exception if coupon id or customer id is invalid -
Uses of CouponValidationResponseWsDTO in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return CouponValidationResponseWsDTO Modifier and Type Method Description CouponValidationResponseWsDTOAbstractCouponWsFacades. validateCoupon(java.lang.String couponCode)CouponValidationResponseWsDTOAbstractCouponWsFacades. validateCoupon(java.lang.String couponCode, java.lang.String customerId)Methods in de.hybris.platform.couponwebservices.facades.impl that return types with arguments of type CouponValidationResponseWsDTO Modifier and Type Method Description protected Converter<CouponResponse,CouponValidationResponseWsDTO>AbstractCouponWsFacades. getCouponValidationResponseWsDTOConverter()Method parameters in de.hybris.platform.couponwebservices.facades.impl with type arguments of type CouponValidationResponseWsDTO Modifier and Type Method Description voidAbstractCouponWsFacades. setCouponValidationResponseWsDTOConverter(Converter<CouponResponse,CouponValidationResponseWsDTO> couponValidationResponseWsDTOConverter) -
Uses of CouponValidationResponseWsDTO in de.hybris.platform.couponwebservices.populators
Methods in de.hybris.platform.couponwebservices.populators with parameters of type CouponValidationResponseWsDTO Modifier and Type Method Description voidCouponValidationResponseWsPopulator. populate(CouponResponse source, CouponValidationResponseWsDTO target)
-