Class RuleConfigurationRrdPopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.populator.RuleConfigurationRrdPopulator
-
- All Implemented Interfaces:
Populator<AbstractRuleEngineRuleModel,RuleConfigurationRRD>
public class RuleConfigurationRrdPopulator extends java.lang.Object implements Populator<AbstractRuleEngineRuleModel,RuleConfigurationRRD>
RuleConfigurationRrdPopulator is a populator for populating aRuleConfigurationRRDfrom aAbstractRuleEngineRuleModel.
-
-
Constructor Summary
Constructors Constructor Description RuleConfigurationRrdPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigurationServicegetConfigurationService()voidpopulate(AbstractRuleEngineRuleModel source, RuleConfigurationRRD target)Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Method Detail
-
populate
public void populate(AbstractRuleEngineRuleModel source, RuleConfigurationRRD target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractRuleEngineRuleModel,RuleConfigurationRRD>- Parameters:
source- the source objecttarget- the target to fill
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-