Class SapRevenueCloudCustomerUpdateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
de.hybris.platform.servicelayer.event.events.AbstractEvent
com.sap.hybris.saprevenuecloudcustomer.event.SapRevenueCloudCustomerUpdateEvent
All Implemented Interfaces:
de.hybris.platform.servicelayer.event.ClusterAwareEvent, Serializable

public class SapRevenueCloudCustomerUpdateEvent extends de.hybris.platform.servicelayer.event.events.AbstractEvent implements de.hybris.platform.servicelayer.event.ClusterAwareEvent
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    publish(int sourceNodeId, int targetNodeId)
     
    void
    setCustomerJson(Customer customerJson)
     

    Methods inherited from class de.hybris.platform.servicelayer.event.events.AbstractEvent

    getScope, getSource, isFromCluster, setFromCluster, setScope, toString

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.hybris.platform.servicelayer.event.ClusterAwareEvent

    canPublish
  • Constructor Details

    • SapRevenueCloudCustomerUpdateEvent

      public SapRevenueCloudCustomerUpdateEvent()
  • Method Details

    • publish

      public boolean publish(int sourceNodeId, int targetNodeId)
      Specified by:
      publish in interface de.hybris.platform.servicelayer.event.ClusterAwareEvent
    • getCustomerJson

      public Customer getCustomerJson()
      Returns:
      the customerJson
    • setCustomerJson

      public void setCustomerJson(Customer customerJson)
      Parameters:
      customerJson - the customerJson to set