Class NetworkPopulationDetectingHandler
java.lang.Object
com.hybris.backoffice.workflow.designer.handler.NetworkPopulationDetectingHandler
- All Implemented Interfaces:
com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
public class NetworkPopulationDetectingHandler
extends 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-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.backoffice.widgets.networkchart.handler.NetworkPopulatorcom.hybris.cockpitng.components.visjs.network.data.Networkpopulate(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext) voidsetDelegate(com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator delegate) voidcom.hybris.cockpitng.components.visjs.network.response.NetworkUpdatesupdate(Object updatedObject, com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)
-
Constructor Details
-
NetworkPopulationDetectingHandler
public NetworkPopulationDetectingHandler()
-
-
Method Details
-
populate
public com.hybris.cockpitng.components.visjs.network.data.Network populate(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext) - Specified by:
populatein interfacecom.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
-
update
public com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates update(Object updatedObject, com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext) - Specified by:
updatein interfacecom.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) -
getListener
-
setListener
-