Class CustomerPhonePersistedEntityListener

java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPhonePersistedEntityListener

public class CustomerPhonePersistedEntityListener extends Object
  • Constructor Details

    • CustomerPhonePersistedEntityListener

      public CustomerPhonePersistedEntityListener()
  • Method Details

    • customerPhoneUpdated

      public void customerPhoneUpdated(Object entity)
      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: