Class CustomerPhonePersistedEntityListener
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPhonePersistedEntityListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomerPhoneUpdated(Object entity) Invoked on PostPersist, PostUpdate, and PostRemove.
-
Constructor Details
-
CustomerPhonePersistedEntityListener
public CustomerPhonePersistedEntityListener()
-
-
Method Details
-
customerPhoneUpdated
Invoked on PostPersist, PostUpdate, and PostRemove. The default implementation is to simply publish a Spring event to the ApplicationContext after the transaction has completed.- Parameters:
entity- the newly-persisted CustomerPhone- See Also:
-