Class SyncAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.backoffice.widgets.actions.sync.SyncAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<Object,,List> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
- Direct Known Subclasses:
SyncTreeAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanareCatalogVersionAssigned(List<Object> data) booleancanPerform(com.hybris.cockpitng.actions.ActionContext<Object> ctx) protected booleanprotected com.hybris.cockpitng.util.type.BackofficeTypeUtilsprotected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeprotected SynchronizationFacadeprotected com.hybris.cockpitng.dataaccess.facades.type.TypeFacadecom.hybris.cockpitng.actions.ActionResult<List>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
-
SOCKET_OUT_SELECTED_OBJECTS
- See Also:
-
-
Constructor Details
-
SyncAction
public SyncAction()
-
-
Method Details
-
canPerform
-
canSync
-
perform
-
areAllInstancesItemTypeSubtype
-
areCatalogVersionAssigned
-
getData
-
getObjectFacade
protected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacade getObjectFacade() -
getSynchronizationFacade
-
getBackofficeTypeUtils
protected com.hybris.cockpitng.util.type.BackofficeTypeUtils getBackofficeTypeUtils() -
getTypeFacade
protected com.hybris.cockpitng.dataaccess.facades.type.TypeFacade getTypeFacade()
-