Class PromotionEngineResultPopulator
java.lang.Object
de.hybris.platform.promotionengineservices.promotionengine.report.populators.PromotionEngineResultPopulator
- All Implemented Interfaces:
Populator<PromotionResultModel,PromotionEngineResult>
public class PromotionEngineResultPopulator
extends Object
implements Populator<PromotionResultModel,PromotionEngineResult>
Populator responsible for populating data from
PromotionResultModel to PromotionEngineResult-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PromotionResultServicevoidpopulate(PromotionResultModel source, PromotionEngineResult target) Populate the target instance with values from the source instance.voidsetPromotionResultService(PromotionResultService promotionResultService)
-
Constructor Details
-
PromotionEngineResultPopulator
public PromotionEngineResultPopulator()
-
-
Method Details
-
populate
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
-
setPromotionResultService
-