public class DefaultRuleConditionsRegistry extends Object implements RuleConditionsRegistry
| Constructor and Description |
|---|
DefaultRuleConditionsRegistry() |
public List<RuleConditionDefinitionData> getAllConditionDefinitions()
RuleConditionsRegistryRuleConditionDefinitionData objects.getAllConditionDefinitions in interface RuleConditionsRegistryRuleConditionDefinitionDatas.public Map<String,RuleConditionDefinitionData> getAllConditionDefinitionsAsMap()
RuleConditionsRegistryRuleConditionDefinitionData objects.getAllConditionDefinitionsAsMap in interface RuleConditionsRegistryRuleConditionDefinitionDatas.public List<RuleConditionDefinitionData> getConditionDefinitionsForRuleType(Class<?> ruleType)
RuleConditionsRegistryRuleConditionDefinitionData objects for given rule type.getConditionDefinitionsForRuleType in interface RuleConditionsRegistryruleType - - type of rule (ie. PromotionSourceRule)RuleConditionDefinitionDatas for given rule type.public Map<String,RuleConditionDefinitionData> getConditionDefinitionsForRuleTypeAsMap(Class<?> ruleType)
RuleConditionsRegistryRuleConditionDefinitionData objects for given rule type.getConditionDefinitionsForRuleTypeAsMap in interface RuleConditionsRegistryruleType - - type of rule (ie. PromotionSourceRule)RuleConditionDefinitionDatas.protected List<RuleConditionDefinitionData> convertConditionDefinitions(List<RuleConditionDefinitionModel> definitions)
public RuleConditionDefinitionService getRuleConditionDefinitionService()
public void setRuleConditionDefinitionService(RuleConditionDefinitionService ruleConditionDefinitionService)
public Converter<RuleConditionDefinitionModel,RuleConditionDefinitionData> getRuleConditionDefinitionConverter()
public void setRuleConditionDefinitionConverter(Converter<RuleConditionDefinitionModel,RuleConditionDefinitionData> ruleConditionDefinitionConverter)
Copyright © 2017 SAP SE. All Rights Reserved.