Uses of Class
com.skava.promotion.model.dto.PromotionSku
Packages that use PromotionSku
Package
Description
Processor classes for loading a catalog are available here.
The promotion orchestration processor classes are available here
The promotion orchestration util classes are available here
-
Uses of PromotionSku in com.skava.catalog.orchestration.processor
Methods in com.skava.catalog.orchestration.processor that return types with arguments of type PromotionSkuModifier and TypeMethodDescriptionstatic Map<String,
PromotionSku> GroupThePromotionMsgBasedOnSkuIdAndProductId.getPromotion
(PromotionOfferResponse promotionOffer, String type) This method is used to get promotion mapping with sku details from the promotion offer response. -
Uses of PromotionSku in com.skava.promotion.orchestration.processor
Methods in com.skava.promotion.orchestration.processor with parameters of type PromotionSkuModifier and TypeMethodDescriptionstatic Promotion
PromotionValidationResponseProcessorExtend.getPromotionsFromPromotionSku
(PromotionSku promoSku) static Promotion
PromotionValidationResponseProcessorExtend.getPromotionsFromPromotionSku
(PromotionSku promoSku, Boolean skipFlag) static Promotion
PromotionValidationResponseProcessorExtend.getPromotionsFromPromotionSkuCommon
(PromotionSku promoSku, Boolean skipFlag) This method is used to get the promotions information from the promotion sku. -
Uses of PromotionSku in com.skava.promotion.orchestration.utils
Methods in com.skava.promotion.orchestration.utils that return types with arguments of type PromotionSkuModifier and TypeMethodDescriptionstatic Map<String,
PromotionSku> PromotionUtils.getPromotion
(PromotionOfferResponse promotionOffer, String type) This method is used to get promotion mapping with sku details from the promotion offer response.