Class AfterB2BCustomerSaveEventHandler
- java.lang.Object
-
- com.sap.hybris.sec.eventpublisher.handler.impl.DefaultSaveEventHandler
-
- com.sap.hybris.sec.eventpublisher.handler.impl.AfterCustomerSaveEventHandler
-
- com.sap.hybris.sec.eventpublisher.b2b.handler.impl.AfterB2BCustomerSaveEventHandler
-
- All Implemented Interfaces:
AfterSaveEventHandler
public class AfterB2BCustomerSaveEventHandler extends AfterCustomerSaveEventHandler
Replicate the updated/created customer to target
-
-
Constructor Summary
Constructors Constructor Description AfterB2BCustomerSaveEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldHandle(AfterSaveEvent event, ItemModel model)-
Methods inherited from class com.sap.hybris.sec.eventpublisher.handler.impl.AfterCustomerSaveEventHandler
createOrUpdateCustomer, getCustomerPopulator, handle, setCustomerPopulator
-
Methods inherited from class com.sap.hybris.sec.eventpublisher.handler.impl.DefaultSaveEventHandler
afterHandle, convertJsonToMap, convertMapToJson, getConfigurationService, getFieldsString, getFieldsToPopulate, getFinalJson, getFinalJson, getFinalJson, getModelService, getPublisher, handleEvent, populateFields, publish, setConfigurationService, setModelService, setPublisher
-
-
-
-
Method Detail
-
shouldHandle
public boolean shouldHandle(AfterSaveEvent event, ItemModel model) throws java.lang.Exception
- Overrides:
shouldHandlein classAfterCustomerSaveEventHandler- Throws:
java.lang.Exception
-
-