Class RuleUndeployPromotionFromModuleAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction<I,O>
de.hybris.platform.ruleenginebackoffice.actions.AbstractRuleProcessingForModuleAction<AbstractRuleModel,Object>
de.hybris.platform.ruleenginebackoffice.actions.RuleUndeployFromModuleAction
de.hybris.platform.promotionenginebackoffice.actions.RuleUndeployPromotionFromModuleAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<AbstractRuleModel,,Object> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware,InteractiveAction<AbstractRuleModel,Object>
Action to undeploy a single rule for a user-specified environment.
-
Field Summary
Fields inherited from class de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction
DEFAULT_ALERT_DIALOG_OK, DEFAULT_ALERT_DIALOG_TEMPLATE_URL, DEFAULT_ALERT_DIALOG_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDialogTemplate(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context) protected StringgetDialogTitle(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context) Methods inherited from class de.hybris.platform.ruleenginebackoffice.actions.RuleUndeployFromModuleAction
canPerform, getRulesToProcessMethods inherited from class de.hybris.platform.ruleenginebackoffice.actions.AbstractRuleProcessingForModuleAction
addDialogWindowAttribute, getRulesToProcessCtxAttributeNameMethods inherited from class de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction
doOnAlertOkClick, getAlertDialogTemplate, getAlertDialogWidth, getArguments, getRoot, perform, sendOutputDataToSocket, showAlertDialogMethods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
getConfirmationMessage, needsConfirmation
-
Constructor Details
-
RuleUndeployPromotionFromModuleAction
public RuleUndeployPromotionFromModuleAction()
-
-
Method Details
-
getDialogTemplate
protected String getDialogTemplate(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context) - Overrides:
getDialogTemplatein classRuleUndeployFromModuleAction
-
getDialogTitle
protected String getDialogTitle(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context) - Overrides:
getDialogTitlein classRuleUndeployFromModuleAction
-