Class RuleClonePromotionAction
- java.lang.Object
-
- com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
-
- de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction<AbstractRuleModel,java.lang.Object>
-
- de.hybris.platform.ruleenginebackoffice.actions.RuleCloneAction
-
- de.hybris.platform.promotionenginebackoffice.actions.RuleClonePromotionAction
-
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<AbstractRuleModel,java.lang.Object>,com.hybris.cockpitng.engine.ComponentWidgetAdapterAware,InteractiveAction<AbstractRuleModel,java.lang.Object>
public class RuleClonePromotionAction extends RuleCloneAction
Action to clone a promotion rule.
-
-
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 Constructor Description RuleClonePromotionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDialogTemplate(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)protected java.lang.StringgetDialogTitle(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)-
Methods inherited from class de.hybris.platform.ruleenginebackoffice.actions.RuleCloneAction
addDialogWindowAttribute, getRuleToClone
-
Methods inherited from class de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction
canPerform, doOnAlertOkClick, getAlertDialogTemplate, getAlertDialogWidth, getArguments, getDialogHeight, getDialogTop, getDialogWidth, getRoot, perform, sendOutputDataToSocket, showAlertDialog
-
Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
-
-
-
-
Method Detail
-
getDialogTemplate
protected java.lang.String getDialogTemplate(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)
- Overrides:
getDialogTemplatein classRuleCloneAction
-
getDialogTitle
protected java.lang.String getDialogTitle(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)
- Overrides:
getDialogTitlein classRuleCloneAction
-
-