Interface ProductConfigRuleActionStrategy
-
- All Known Implementing Classes:
DisplayCsticReadonlyRuleActionStrategyImpl,DisplayMessageRuleActionStrategyImpl,DisplayPromoMessageRuleActionStrategyImpl,HideCsticRuleActionStrategyImpl,PercentageDiscountForOptionRuleActionStrategyImpl,ProductConfigAbstractRuleActionStrategy,RemoveAssignableValueRuleActionStrategyImpl,SetCsticValueRuleActionStrategyImpl
public interface ProductConfigRuleActionStrategyDefines a strategy that encapsulates the logic of a rule action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(ConfigModel model, AbstractRuleActionRAO action)Applies the action described by the givenAbstractRuleActionRAO.
-
-
-
Method Detail
-
apply
boolean apply(ConfigModel model, AbstractRuleActionRAO action)
Applies the action described by the givenAbstractRuleActionRAO.- Parameters:
model- product configuration model to be adjustedaction- the action to apply- Returns:
- true if model is adjusted
-
-