Uses of Class
de.hybris.platform.couponwebservices.dto.CouponValidationResponseWsDTO
Packages that use CouponValidationResponseWsDTO
Package
Description
-
Uses of CouponValidationResponseWsDTO in de.hybris.platform.couponwebservices.controllers
Methods in de.hybris.platform.couponwebservices.controllers that return CouponValidationResponseWsDTOModifier and TypeMethodDescriptionCouponservicesController.validateCoupon(String couponCode, String customerId, String fields) Request to validate a coupon with given coupon codeCouponservicesController.validateMultiCodeCoupon(String couponCode, String fields) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, forRemoval = true use {@link de.hybris.platform.couponwebservices.controllers.validateCoupon()} instead Request to validate a multi-code coupon with given couponIdCouponservicesController.validateSingleCodeCoupon(String couponId, String customerId, String fields) Deprecated, for removal: This API element is subject to removal in a future version.since 2205, forRemoval = ture, use {@link de.hybris.platform.couponwebservices.controllers.validateCoupon()} instead 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 CouponValidationResponseWsDTOModifier and TypeMethodDescriptionCouponWsFacades.validateCoupon(String couponId) Validates the given couponId, throws an exception if coupon id is invalidCouponWsFacades.validateCoupon(String couponId, String customerId) Validates the given couponId for the given customer, throws an exception if coupon id or customer id is invalidGenericCouponWsFacades.validateCoupon(String couponCode, String customerId) Validates the given couponCode for the given customer, throws an exception if coupon code 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 CouponValidationResponseWsDTOModifier and TypeMethodDescriptionAbstractCouponWsFacades.validateCoupon(String couponCode) AbstractCouponWsFacades.validateCoupon(String couponCode, String customerId) DefaultGenericCouponWsFacades.validateCoupon(String couponCode, String customerId) Methods in de.hybris.platform.couponwebservices.facades.impl that return types with arguments of type CouponValidationResponseWsDTOModifier and TypeMethodDescriptionprotected Converter<CouponResponse,CouponValidationResponseWsDTO> AbstractCouponWsFacades.getCouponValidationResponseWsDTOConverter()protected Converter<CouponResponse,CouponValidationResponseWsDTO> DefaultGenericCouponWsFacades.getCouponValidationResponseWsDTOConverter()Method parameters in de.hybris.platform.couponwebservices.facades.impl with type arguments of type CouponValidationResponseWsDTOModifier and TypeMethodDescriptionvoidAbstractCouponWsFacades.setCouponValidationResponseWsDTOConverter(Converter<CouponResponse, CouponValidationResponseWsDTO> couponValidationResponseWsDTOConverter) voidDefaultGenericCouponWsFacades.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 CouponValidationResponseWsDTOModifier and TypeMethodDescriptionvoidCouponValidationResponseWsPopulator.populate(CouponResponse source, CouponValidationResponseWsDTO target)