Interface ProductConfigRuleActionStrategy
- All Known Implementing Classes:
DisplayCsticReadonlyRuleActionStrategyImpl,DisplayMessageRuleActionStrategyImpl,HideCsticRuleActionStrategyImpl,ProductConfigAbstractRuleActionStrategy,RemoveAssignableValueRuleActionStrategyImpl,SetCsticValueRuleActionStrategyImpl
public interface ProductConfigRuleActionStrategy
Defines a strategy that encapsulates the logic of a rule action.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(ConfigModel model, AbstractRuleActionRAO action) Applies the action described by the givenAbstractRuleActionRAO.
-
Method Details
-
apply
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
-