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 Details

    • SapC4cCustomerUpdateEventListener

      public SapC4cCustomerUpdateEventListener()
  • Method Details

    • onEvent

      protected void onEvent(SapC4cCustomerUpdateEvent event)
      Specified by:
      onEvent in class de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SapC4cCustomerUpdateEvent>
    • getC4cCustomerPublicationService

      public SapC4cCustomerPublicationService getC4cCustomerPublicationService()
      Returns:
      the c4cCustomerPublicationService
    • setC4cCustomerPublicationService

      public void setC4cCustomerPublicationService(SapC4cCustomerPublicationService c4cCustomerPublicationService)
      Parameters:
      c4cCustomerPublicationService - the c4cCustomerPublicationService to set