Class AgentDesktopSaveListener
- java.lang.Object
-
- de.hybris.platform.sap.agentdesktopdataexchange.listeners.AgentDesktopSaveListener
-
- All Implemented Interfaces:
AfterSaveListener
public class AgentDesktopSaveListener extends java.lang.Object implements AfterSaveListener
-
-
Constructor Summary
Constructors Constructor Description AgentDesktopSaveListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterSave(java.util.Collection<AfterSaveEvent> events)Takes real action to deal with theAfterSaveEvents.AgentDesktopDataHandlergetAgentDesktopDataHandler()ConfigurationServicegetConfigurationService()EventServicegetEventService()ModelServicegetModelService()voidsetAgentDesktopDataHandler(AgentDesktopDataHandler agentDesktopDataHandler)voidsetConfigurationService(ConfigurationService configurationService)voidsetEventService(EventService eventService)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
getConfigurationService
public ConfigurationService getConfigurationService()
- Returns:
- the configurationService
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
- Parameters:
configurationService- the configurationService to set
-
afterSave
public void afterSave(java.util.Collection<AfterSaveEvent> events)
Description copied from interface:AfterSaveListenerTakes real action to deal with theAfterSaveEvents.- Specified by:
afterSavein interfaceAfterSaveListener- Parameters:
events- all collectedAfterSaveEvents
-
getAgentDesktopDataHandler
public AgentDesktopDataHandler getAgentDesktopDataHandler()
- Returns:
- the agentDesktopDataHandler
-
setAgentDesktopDataHandler
public void setAgentDesktopDataHandler(AgentDesktopDataHandler agentDesktopDataHandler)
- Parameters:
agentDesktopDataHandler- the agentDesktopDataHandler to set
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
getEventService
public EventService getEventService()
- Returns:
- the eventService
-
setEventService
public void setEventService(EventService eventService)
- Parameters:
eventService- the eventService to set
-
-