Class ExportConfigurationAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.searchbackoffice.actions.ExportConfigurationAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<Object,,Object> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(com.hybris.cockpitng.actions.ActionContext<Object> ctx) protected com.hybris.cockpitng.actions.ActionResult<Object>internalPerformAction(com.hybris.cockpitng.actions.ActionContext<Object> context, Object data) com.hybris.cockpitng.actions.ActionResult<Object>Methods 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
-
Field Details
-
EVENT_TYPE
- See Also:
-
-
Constructor Details
-
ExportConfigurationAction
public ExportConfigurationAction()
-
-
Method Details
-
perform
-
internalPerformAction
protected com.hybris.cockpitng.actions.ActionResult<Object> internalPerformAction(com.hybris.cockpitng.actions.ActionContext<Object> context, Object data) throws SnException - Throws:
SnException
-
canPerform
-