Uses of Class
com.skava.cart.orchestration.model.PromotionCode
Packages that use PromotionCode
Package
Description
The processor classes of the Cart Orchestration Service available here.
The promotion orchestration util classes are available here
-
Uses of PromotionCode in com.skava.cart.orchestration.processor
Fields in com.skava.cart.orchestration.processor with type parameters of type PromotionCodeModifier and TypeFieldDescriptionprotected List<PromotionCode>PromotionRequestPreProcessor.promotionCodesThe promotion codes.Methods in com.skava.cart.orchestration.processor that return types with arguments of type PromotionCodeModifier and TypeMethodDescriptionprotected static List<PromotionCode>This method is used to get the promo codes.Method parameters in com.skava.cart.orchestration.processor with type arguments of type PromotionCodeModifier and TypeMethodDescriptionprotected voidAddPromosToBagRequestProcessor.removeNonInputSFPromoCodes(List<PromotionCode> availablePromotions) This method is used to remove the non input SF promo codes.protected voidPromotionRequestPreProcessor.removeNonInputSFPromoCodes(List<PromotionCode> availablePromotion) This method is used to remove the non input SF promo codes.protected static voidPromotionRequestPreProcessor.setPromotionDetailsToCart(SFCart sfCart, List<PromotionCode> promotionCodes) This method is used to set the promotion details to the cart. -
Uses of PromotionCode in com.skava.promotion.orchestration.utils
Methods in com.skava.promotion.orchestration.utils that return PromotionCodeModifier and TypeMethodDescriptionstatic PromotionCodePromotionUtils.getPromotionCodesFromCoupons(PromotionCoupon promoCoupon, PromotionDetails promoDetails, PromotionDetails itemPromoDetails, String locale) This method is used to get promo codes from the given coupons.Methods in com.skava.promotion.orchestration.utils with parameters of type PromotionCodeModifier and TypeMethodDescriptionstatic voidPromotionUtils.setPromoCodeValue(PromotionDetails promoDetails, PromotionCode promoCode) This method is used to set promo code value.Method parameters in com.skava.promotion.orchestration.utils with type arguments of type PromotionCodeModifier and TypeMethodDescriptionstatic voidPromotionUtils.constructInvalidPromoCode(List<PromotionCode> promoCodes, String locale) This method is used to construct invalid promo code.