Uses of Class
com.skava.promotion.model.dto.PromotionCoupon
Packages that use PromotionCoupon
Package
Description
The promotion orchestration processor classes are available here
The promotion orchestration util classes are available here
-
Uses of PromotionCoupon in com.skava.promotion.orchestration.processor
Methods in com.skava.promotion.orchestration.processor with parameters of type PromotionCouponModifier and TypeMethodDescriptionstatic void
PromotionValidationResponseProcessorExtend.updateConfirmationCode
(PromotionDetails promotionDetails, PromotionCoupon promotionCoupon) This method is used to update confirmation code for the promotion coupon.Method parameters in com.skava.promotion.orchestration.processor with type arguments of type PromotionCouponModifier and TypeMethodDescriptionstatic void
PromotionValidationResponseProcessorExtend.updatePromoCoupon
(List<PromotionCoupon> promoCouponList, PromotionDetails promotionDetails) This method is used to update confirmation code for the list of promotion coupons. -
Uses of PromotionCoupon in com.skava.promotion.orchestration.utils
Methods in com.skava.promotion.orchestration.utils with parameters of type PromotionCouponModifier and TypeMethodDescriptionstatic PromotionCode
PromotionUtils.getPromotionCodesFromCoupons
(PromotionCoupon promoCoupon, PromotionDetails promoDetails, PromotionDetails itemPromoDetails, String locale) This method is used to get promo codes from the given coupons.Method parameters in com.skava.promotion.orchestration.utils with type arguments of type PromotionCouponModifier and TypeMethodDescriptionstatic void
PromotionUtils.setPromoCodesFromCoupons
(List<PromotionCoupon> promoCouponList, PromotionDetails promoDetails, PromotionDetails itemPromoDetails, String locale) This method is used to set promo codes from the given coupons.