Class BackofficeEditorAreaLogicHandler

java.lang.Object
com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaLogicHandler
com.hybris.backoffice.editorarea.BackofficeEditorAreaLogicHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.baseeditorarea.EditorAreaLogicHandler

public class BackofficeEditorAreaLogicHandler extends com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaLogicHandler
Logic handler which checks if sync is running for an item being saved.
  • Field Details

  • Constructor Details

    • BackofficeEditorAreaLogicHandler

      public BackofficeEditorAreaLogicHandler()
  • Method Details

    • executeSaveWithConfirmation

      public void executeSaveWithConfirmation(com.hybris.cockpitng.engine.WidgetInstanceManager wim, com.hybris.cockpitng.core.Executable save, Object currentObject)
    • isSyncInProgress

      protected boolean isSyncInProgress(Object currentObject)
    • showSyncInProgressConfirmation

      protected void showSyncInProgressConfirmation(com.hybris.cockpitng.engine.WidgetInstanceManager wim, com.hybris.cockpitng.core.Executable onIgnoreAndSave)
    • showMessageBox

      protected void showMessageBox(String title, String message, org.zkoss.zul.Messagebox.Button[] buttons, String[] btnLabels, org.zkoss.zk.ui.event.EventListener<org.zkoss.zul.Messagebox.ClickEvent> clickEventListener)
    • setSynchronizationFacade

      public void setSynchronizationFacade(SynchronizationFacade synchronizationFacade)