Class CustomerPaymentPersistedEntityListener
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPaymentPersistedEntityListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomerPaymentUpdated(Object entity) Invoked on PostPersist, PostUpdate, and PostRemove.
-
Constructor Details
-
CustomerPaymentPersistedEntityListener
public CustomerPaymentPersistedEntityListener()
-
-
Method Details
-
customerPaymentUpdated
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 CustomerPayment- See Also:
-