Uses of Interface
de.hybris.platform.ruleengineservices.rule.strategies.RuleMessageParameterDecorator
Packages that use RuleMessageParameterDecorator
Package
Description
-
Uses of RuleMessageParameterDecorator in de.hybris.platform.ruleengineservices.rule.strategies
Methods in de.hybris.platform.ruleengineservices.rule.strategies with parameters of type RuleMessageParameterDecoratorModifier and TypeMethodDescriptionRuleMessageFormatStrategy.format(String message, Map<String, RuleParameterData> parameters, Locale locale, RuleMessageParameterDecorator parameterDecorator) Formats a message with the given parameters and locale. -
Uses of RuleMessageParameterDecorator in de.hybris.platform.ruleengineservices.rule.strategies.impl
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl that return RuleMessageParameterDecoratorModifier and TypeMethodDescriptionprotected RuleMessageParameterDecoratorDefaultRuleMessageFormatStrategy.DecoratorFormat.getDecorator()Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl with parameters of type RuleMessageParameterDecoratorModifier and TypeMethodDescriptionDefaultRuleMessageFormatStrategy.format(String message, Map<String, RuleParameterData> parameters, Locale locale, RuleMessageParameterDecorator parameterDecorator) Constructors in de.hybris.platform.ruleengineservices.rule.strategies.impl with parameters of type RuleMessageParameterDecoratorModifierConstructorDescriptionDecoratorFormat(Format delegate, RuleParameterData parameter, RuleMessageParameterDecorator decorator)