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