Class AgentDesktopDataHandler
- java.lang.Object
-
- de.hybris.platform.sap.agentdesktopdataexchangeb2b.handlers.AgentDesktopDataHandler
-
- All Implemented Interfaces:
AfterSaveEventHandler
public class AgentDesktopDataHandler extends java.lang.Object implements AfterSaveEventHandler
-
-
Constructor Summary
Constructors Constructor Description AgentDesktopDataHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidb2bCustomerSaveAndUpdate(PK b2bCustomerPk)voidb2bOrderSaveAndUpdate(PK orderPk, java.lang.String requestType, int eventType)voidb2bReturnSaveAndUpdate(PK returnOrderPk, int eventType)voidb2bUnitAddressDelete(PK b2bAddressPk)voidb2bUnitAddressSaveAndUpdate(PK b2bAddressPk)voidb2bUnitSaveAndUpdate(PK b2bUnitPk)AgentDesktopB2BOutboundServiceImplgetAgentDesktopB2BCpiOutboundServiceImpl()ModelServicegetModelService()voidhandleEvent(AfterSaveEvent event)voidsetAgentDesktopB2BCpiOutboundServiceImpl(AgentDesktopB2BOutboundServiceImpl agentDesktopB2BCpiOutboundServiceImpl)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
getAgentDesktopB2BCpiOutboundServiceImpl
public AgentDesktopB2BOutboundServiceImpl getAgentDesktopB2BCpiOutboundServiceImpl()
- Returns:
- the agentDesktopB2BCpiOutboundServiceImpl
-
setAgentDesktopB2BCpiOutboundServiceImpl
public void setAgentDesktopB2BCpiOutboundServiceImpl(AgentDesktopB2BOutboundServiceImpl agentDesktopB2BCpiOutboundServiceImpl)
- Parameters:
agentDesktopB2BCpiOutboundServiceImpl- the agentDesktopB2BCpiOutboundServiceImpl to set
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
handleEvent
public void handleEvent(AfterSaveEvent event)
- Specified by:
handleEventin interfaceAfterSaveEventHandler
-
b2bUnitSaveAndUpdate
public void b2bUnitSaveAndUpdate(PK b2bUnitPk)
- Specified by:
b2bUnitSaveAndUpdatein interfaceAfterSaveEventHandler
-
b2bCustomerSaveAndUpdate
public void b2bCustomerSaveAndUpdate(PK b2bCustomerPk)
- Specified by:
b2bCustomerSaveAndUpdatein interfaceAfterSaveEventHandler
-
b2bUnitAddressSaveAndUpdate
public void b2bUnitAddressSaveAndUpdate(PK b2bAddressPk)
- Specified by:
b2bUnitAddressSaveAndUpdatein interfaceAfterSaveEventHandler
-
b2bUnitAddressDelete
public void b2bUnitAddressDelete(PK b2bAddressPk)
- Specified by:
b2bUnitAddressDeletein interfaceAfterSaveEventHandler
-
b2bOrderSaveAndUpdate
public void b2bOrderSaveAndUpdate(PK orderPk, java.lang.String requestType, int eventType)
- Specified by:
b2bOrderSaveAndUpdatein interfaceAfterSaveEventHandler
-
b2bReturnSaveAndUpdate
public void b2bReturnSaveAndUpdate(PK returnOrderPk, int eventType)
- Specified by:
b2bReturnSaveAndUpdatein interfaceAfterSaveEventHandler
-
-