Uses of Class
com.skava.promotion.model.response.PromotionOfferResponse
Packages that use PromotionOfferResponse
Package
Description
Processor classes for loading a catalog are available here.
The promotion orchestration util classes are available here
-
Uses of PromotionOfferResponse in com.skava.catalog.orchestration.processor
Methods in com.skava.catalog.orchestration.processor with parameters of type PromotionOfferResponseModifier 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 PromotionOfferResponse in com.skava.promotion.orchestration.utils
Methods in com.skava.promotion.orchestration.utils with parameters of type PromotionOfferResponseModifier and TypeMethodDescriptionstatic List<PromotionGiftResponse>
PromotionUtils.getGiftPromotion
(PromotionOfferResponse promotionOffer) This method is used to get promotion mapping with sku details from the promotion offer response.static 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.