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
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
BroadleafApplicationEvent.ContextVars -
Field Summary
Fields inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent
contextFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()Gets the newly-persistedOrderset by theOrderPersistedEntityListenerMethods inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent
getCatalogId, getContext, getCurrencyCode, getLocaleCode, getProfileId, getSiteId, getTimeZoneIdMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
OrderPersistedEvent
- Parameters:
order- the newly persisted customer
-
-
Method Details
-
getOrder
Gets the newly-persistedOrderset by theOrderPersistedEntityListener- Returns:
-