Uses of Class
com.skava.promotion.model.exchange.response.PromotionOfferResponse
Packages that use PromotionOfferResponse
Package
Description
This package holds rule processor and action processor data
This package contains the model that holds the rule data
This package contains files that deals with the controller data
-
Uses of PromotionOfferResponse in com.skava.promotion.ecomm.rule.process
Methods in com.skava.promotion.ecomm.rule.process that return PromotionOfferResponseModifier and TypeMethodDescriptionEcommPromotionRuleProcessor.getResponse
(PromotionOfferDO promotionOfferDO, List<Object> offerObjects) Provides functionalities to get promotion offer response. -
Uses of PromotionOfferResponse in com.skava.promotion.rule.process
Methods in com.skava.promotion.rule.process that return PromotionOfferResponseModifier and TypeMethodDescriptionPromotionRuleProcessor.getResponse
(PromotionOfferDO promotionOfferDO, List<Object> offerObjects) Provides functionality to get the promotion offer responseMethods in com.skava.promotion.rule.process with parameters of type PromotionOfferResponseModifier and TypeMethodDescriptionPromotionRuleProcessor.getConvertedObjects
(PromotionOfferResponse promotionOfferResponse, List<T> responseObj, T clazz) PromotionRuleProcessor.getResponseObjects
(PromotionOfferResponse promotionOfferResponse, List<T> responseObj, T clazz) -
Uses of PromotionOfferResponse in com.skava.promotion.web
Methods in com.skava.promotion.web that return types with arguments of type PromotionOfferResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PromotionOfferResponse>
PromotionOfferController.applyOffer
(String authToken, String versionId, long collectionId, String locale, long previewTime, PromotionOfferRequest promotionRequest) This method is used to process apply offer operation based on the data ofPromotionOfferRequest
instance.org.springframework.http.ResponseEntity<PromotionOfferResponse>
PromotionOfferController.getCustomOffers
(String authToken, String versionId, long collectionId, String locale, long previewTime, boolean addCustomRuleFacts, PromotionOfferRequest promotionRequest) This method is used to process get proximity offers operation based on the data ofPromotionOfferRequest
instance.org.springframework.http.ResponseEntity<PromotionOfferResponse>
PromotionOfferController.getOffer
(String authToken, String versionId, long collectionId, String locale, long previewTime, PromotionOfferRequest promotionRequest) This method returns a PromotionOffer based on the data available inPromotionOfferRequest
instance.