Class EventExportingAction
- java.lang.Object
-
- com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
-
- de.hybris.platform.apiregistrybackoffice.actions.EventExportingAction
-
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<java.lang.Object,java.lang.Object>,com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class EventExportingAction extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware implements com.hybris.cockpitng.actions.CockpitAction<java.lang.Object,java.lang.Object>Action in 'EventConfiguration' listview, triggers eventexportwidget
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringOPEN_WIDGET
-
Constructor Summary
Constructors Constructor Description EventExportingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hybris.cockpitng.actions.ActionResult<java.lang.Object>perform(com.hybris.cockpitng.actions.ActionContext<java.lang.Object> actionContext)-
Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
-
-
-
-
Field Detail
-
OPEN_WIDGET
public static final java.lang.String OPEN_WIDGET
- See Also:
- Constant Field Values
-
-