Uses of Class
de.hybris.platform.couponservices.service.data.CouponResponse
-
-
Uses of CouponResponse in de.hybris.platform.couponservices.services
Methods in de.hybris.platform.couponservices.services that return CouponResponse Modifier and Type Method Description CouponResponseCouponManagementService. redeem(java.lang.String couponCode, OrderModel order)Redeems coupon (called when order is placed).CouponResponseCouponService. redeemCoupon(java.lang.String couponCode, CartModel cart)Redeem the coupon code associated with the cart.CouponResponseCouponService. redeemCoupon(java.lang.String couponCode, OrderModel order)Create a coupon redemption instance for the coupon redeemed for the order.CouponResponseCouponManagementService. validateCouponCode(java.lang.String couponCode, UserModel user)Verify if given coupon code is valid.CouponResponseCouponService. validateCouponCode(java.lang.String couponCode, UserModel user)Validate if providedcouponCodeis valid.CouponResponseCouponManagementService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel abstractOrder)Verify if given coupon code is valid.CouponResponseCouponService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel order)Verify if providedcouponCodeis valid. -
Uses of CouponResponse in de.hybris.platform.couponservices.services.impl
Methods in de.hybris.platform.couponservices.services.impl that return CouponResponse Modifier and Type Method Description protected CouponResponseDefaultCouponService. assertCouponCodeInOrder(java.lang.String couponCode, AbstractOrderModel order)CouponResponseDefaultCouponManagementService. redeem(java.lang.String couponCode, OrderModel order)CouponResponseDefaultCouponService. redeemCoupon(java.lang.String couponCode, CartModel cart)CouponResponseDefaultCouponService. redeemCoupon(java.lang.String couponCode, OrderModel order)CouponResponseDefaultCouponManagementService. validateCouponCode(java.lang.String couponCode, UserModel user)CouponResponseDefaultCouponService. validateCouponCode(java.lang.String couponCode, UserModel user)CouponResponseDefaultCouponManagementService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel abstractOrder)CouponResponseDefaultCouponService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel order)Methods in de.hybris.platform.couponservices.services.impl with parameters of type CouponResponse Modifier and Type Method Description protected voidDefaultCouponService. redeemCouponCode(CartModel cart, java.lang.String clearedCouponCode, CouponResponse response) -
Uses of CouponResponse in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return types with arguments of type CouponResponse 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 CouponResponse Modifier and Type Method Description voidAbstractCouponWsFacades. setCouponValidationResponseWsDTOConverter(Converter<CouponResponse,CouponValidationResponseWsDTO> couponValidationResponseWsDTOConverter) -
Uses of CouponResponse in de.hybris.platform.couponwebservices.populators
Methods in de.hybris.platform.couponwebservices.populators with parameters of type CouponResponse Modifier and Type Method Description voidCouponValidationResponseWsPopulator. populate(CouponResponse source, CouponValidationResponseWsDTO target)
-