Class IDMProfileESListenerImpl

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserProfileEventListener
org.exoplatform.social.core.jpa.search.listener.IDMProfileESListenerImpl
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class IDMProfileESListenerImpl extends org.exoplatform.services.organization.UserProfileEventListener
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postSave(org.exoplatform.services.organization.UserProfile user, boolean isNew)
     

    Methods inherited from class org.exoplatform.services.organization.UserProfileEventListener

    postDelete, preDelete, preSave

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IDMProfileESListenerImpl

      public IDMProfileESListenerImpl()
  • Method Details

    • postSave

      public void postSave(org.exoplatform.services.organization.UserProfile user, boolean isNew) throws Exception
      Overrides:
      postSave in class org.exoplatform.services.organization.UserProfileEventListener
      Throws:
      Exception