Class RuleArchiveAction
- java.lang.Object
-
- com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
-
- de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction<AbstractRuleModel,java.lang.Object>
-
- de.hybris.platform.ruleenginebackoffice.actions.RuleArchiveAction
-
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<AbstractRuleModel,java.lang.Object>,com.hybris.cockpitng.engine.ComponentWidgetAdapterAware,InteractiveAction<AbstractRuleModel,java.lang.Object>
@Deprecated(since="1811", forRemoval=true) public class RuleArchiveAction extends AbstractInteractiveAction<AbstractRuleModel,java.lang.Object>Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
-
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 RuleArchiveAction()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanPerform(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Map<java.lang.String,java.lang.Object>getArguments(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetDialogTemplate(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetDialogTitle(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)Deprecated, for removal: This API element is subject to removal in a future version.EngineRulesRepositorygetEngineRulesRepository()Deprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.cockpitng.core.events.CockpitEventQueuegetEventQueue()Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction
addDialogWindowAttribute, doOnAlertOkClick, getAlertDialogTemplate, getAlertDialogWidth, 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)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDialogTemplatein classAbstractInteractiveAction<AbstractRuleModel,java.lang.Object>
-
getDialogTitle
protected java.lang.String getDialogTitle(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDialogTitlein classAbstractInteractiveAction<AbstractRuleModel,java.lang.Object>
-
canPerform
public boolean canPerform(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
canPerformin interfacecom.hybris.cockpitng.actions.CockpitAction<AbstractRuleModel,java.lang.Object>- Overrides:
canPerformin classAbstractInteractiveAction<AbstractRuleModel,java.lang.Object>
-
getConfirmationMessage
public java.lang.String getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getArguments
protected java.util.Map<java.lang.String,java.lang.Object> getArguments(com.hybris.cockpitng.actions.ActionContext<AbstractRuleModel> context)
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getArgumentsin classAbstractInteractiveAction<AbstractRuleModel,java.lang.Object>
-
getEventQueue
protected com.hybris.cockpitng.core.events.CockpitEventQueue getEventQueue()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getEngineRulesRepository
public EngineRulesRepository getEngineRulesRepository()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-