Class CustomerPersistedEntityListener
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPersistedEntityListener
The main function of this entity listener is to publish a Spring event that the customer has been persisted. This is
necessary in order to update the current customer in the application
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomerUpdated(Object entity) Invoked on both the PostPersist and PostUpdate.
-
Constructor Details
-
CustomerPersistedEntityListener
public CustomerPersistedEntityListener()
-
-
Method Details
-
customerUpdated
Invoked on both the PostPersist and PostUpdate. The default implementation is to simply publish a Spring event to the ApplicationContext after the transaction has completed.- Parameters:
entity- the newly-persisted Customer- See Also:
-