Class RegisterCustomerEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEvent
org.broadleafcommerce.profile.core.event.RegisterCustomerEvent
All Implemented Interfaces:
Serializable

public class RegisterCustomerEvent extends org.broadleafcommerce.common.event.BroadleafApplicationEvent
Author:
Nick Crum ncrum
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent

    org.broadleafcommerce.common.event.BroadleafApplicationEvent.ContextVars
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Long
     

    Fields inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent

    context

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegisterCustomerEvent(Object source, Long customerId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setCustomerId(Long customerId)
     

    Methods inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent

    getCatalogId, getContext, getCurrencyCode, getLocaleCode, getProfileId, getSiteId, getTimeZoneId

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • customerId

      protected Long customerId
  • Constructor Details

    • RegisterCustomerEvent

      public RegisterCustomerEvent(Object source, Long customerId)
  • Method Details

    • getCustomerId

      public Long getCustomerId()
    • setCustomerId

      public void setCustomerId(Long customerId)