Class SapC4cCustomerUpdateEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SapC4cCustomerUpdateEvent>
com.sap.hybris.c4c.customer.listener.SapC4cCustomerUpdateEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SapC4cCustomerUpdateEvent>
public class SapC4cCustomerUpdateEventListener
extends de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SapC4cCustomerUpdateEvent>
Catch the customer update event and publish to SCPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonEvent(SapC4cCustomerUpdateEvent event) voidsetC4cCustomerPublicationService(SapC4cCustomerPublicationService c4cCustomerPublicationService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
SapC4cCustomerUpdateEventListener
public SapC4cCustomerUpdateEventListener()
-
-
Method Details
-
onEvent
- Specified by:
onEventin classde.hybris.platform.servicelayer.event.impl.AbstractEventListener<SapC4cCustomerUpdateEvent>
-
getC4cCustomerPublicationService
- Returns:
- the c4cCustomerPublicationService
-
setC4cCustomerPublicationService
public void setC4cCustomerPublicationService(SapC4cCustomerPublicationService c4cCustomerPublicationService) - Parameters:
c4cCustomerPublicationService- the c4cCustomerPublicationService to set
-