Class DisplayCsticReadonlyRuleActionStrategyImpl
java.lang.Object
de.hybris.platform.sap.productconfig.rules.action.strategy.impl.ProductConfigAbstractRuleActionStrategy
de.hybris.platform.sap.productconfig.rules.action.strategy.impl.DisplayCsticReadonlyRuleActionStrategyImpl
- All Implemented Interfaces:
ProductConfigRuleActionStrategy
public class DisplayCsticReadonlyRuleActionStrategyImpl
extends ProductConfigAbstractRuleActionStrategy
flags the cstic identified by the action as read-only
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanexecuteAction(ConfigModel model, AbstractRuleActionRAO action, Map<String, CsticModel> csticMap) protected booleanisActionPossible(ConfigModel model, AbstractRuleActionRAO action, Map<String, CsticModel> csticMap) Methods inherited from class de.hybris.platform.sap.productconfig.rules.action.strategy.impl.ProductConfigAbstractRuleActionStrategy
addMessageToConfigModel, addMessageToCsticValue, apply, createMessage, getConfigModelFactory, getCstic, getI18NService, getRule, getRuleActionChecker, getRuleEngineService, getRuleParametersService, getRulesFormator, getRuleUtil, handleMessage, logMessageData, mapSeverity, messageContainsParameters, replaceMessageParameters, resolveMessage, retrieveCsticValueModel, retrieveCsticValueModelForRuleMessage, setConfigModelFactory, setI18NService, setRuleActionChecker, setRuleEngineService, setRuleParametersService, setRulesFormator, setRuleUtil, showMessage
-
Constructor Details
-
DisplayCsticReadonlyRuleActionStrategyImpl
public DisplayCsticReadonlyRuleActionStrategyImpl()
-
-
Method Details
-
executeAction
protected boolean executeAction(ConfigModel model, AbstractRuleActionRAO action, Map<String, CsticModel> csticMap) - Specified by:
executeActionin classProductConfigAbstractRuleActionStrategy
-
isActionPossible
protected boolean isActionPossible(ConfigModel model, AbstractRuleActionRAO action, Map<String, CsticModel> csticMap) - Specified by:
isActionPossiblein classProductConfigAbstractRuleActionStrategy
-