Class PromotionEngineResultPopulator
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.promotionengine.report.populators.PromotionEngineResultPopulator
-
- All Implemented Interfaces:
Populator<PromotionResultModel,PromotionEngineResult>
public class PromotionEngineResultPopulator extends java.lang.Object implements Populator<PromotionResultModel,PromotionEngineResult>
Populator responsible for populating data fromPromotionResultModeltoPromotionEngineResult
-
-
Constructor Summary
Constructors Constructor Description PromotionEngineResultPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PromotionResultServicegetPromotionResultService()voidpopulate(PromotionResultModel source, PromotionEngineResult target)Populate the target instance with values from the source instance.voidsetPromotionResultService(PromotionResultService promotionResultService)
-
-
-
Method Detail
-
populate
public void populate(PromotionResultModel source, PromotionEngineResult target)
Populate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PromotionResultModel,PromotionEngineResult>- Parameters:
source- the source objecttarget- the target to fill
-
getPromotionResultService
protected PromotionResultService getPromotionResultService()
-
setPromotionResultService
public void setPromotionResultService(PromotionResultService promotionResultService)
-
-