public class RuleGroupExecutionRrdPopulator extends java.lang.Object implements Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>
RuleGroupExecutionRRD from a
AbstractRuleEngineRuleModel.| Constructor and Description |
|---|
RuleGroupExecutionRrdPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationService |
getConfigurationService() |
protected RuleGroupDao |
getRuleGroupDao() |
void |
populate(AbstractRuleEngineRuleModel source,
RuleGroupExecutionRRD target)
Populate the target instance with values from the source instance.
|
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setRuleGroupDao(RuleGroupDao ruleGroupDao) |
public void populate(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD target)
Populatorpopulate in interface Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>source - the source objecttarget - the target to fillprotected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
protected RuleGroupDao getRuleGroupDao()
public void setRuleGroupDao(RuleGroupDao ruleGroupDao)
Copyright © 2018 SAP SE. All Rights Reserved.