Class NetworkPopulationDetectingHandler

  • All Implemented Interfaces:
    com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator

    public class NetworkPopulationDetectingHandler
    extends java.lang.Object
    implements com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
    Notifies listener about population and delegates population to delegate. The listener will not be notified about empty changes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator getDelegate()  
      WorkflowDesignerDataManipulationListener getListener()  
      com.hybris.cockpitng.components.visjs.network.data.Network populate​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)  
      void setDelegate​(com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator delegate)  
      void setListener​(WorkflowDesignerDataManipulationListener listener)  
      com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates update​(java.lang.Object updatedObject, com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NetworkPopulationDetectingHandler

        public NetworkPopulationDetectingHandler()
    • Method Detail

      • populate

        public com.hybris.cockpitng.components.visjs.network.data.Network populate​(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)
        Specified by:
        populate in interface com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
      • update

        public com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates update​(java.lang.Object updatedObject,
                                                                                            com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)
        Specified by:
        update in interface com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
      • getDelegate

        public com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator getDelegate()
      • setDelegate

        public void setDelegate​(com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator delegate)