Class OrderPersistedEvent

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

public class OrderPersistedEvent extends org.broadleafcommerce.common.event.BroadleafApplicationEvent
An event for whenever an OrderImpl has been persisted
Author:
Phillip Verheyden (phillipuniverse)
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 inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent

    context

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the newly-persisted Order set by the OrderPersistedEntityListener

    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
  • Constructor Details

    • OrderPersistedEvent

      public OrderPersistedEvent(Order order)
      Parameters:
      order - the newly persisted customer
  • Method Details