Class UnifiedSearchOrganizationProfileListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserProfileEventListener
org.exoplatform.commons.search.indexing.listeners.UnifiedSearchOrganizationProfileListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class UnifiedSearchOrganizationProfileListener extends org.exoplatform.services.organization.UserProfileEventListener
Indexing with : - collection : "social" - type : "profile" - name : username
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    UnifiedSearchOrganizationProfileListener(org.exoplatform.commons.api.indexing.IndexingService indexingService)
     
  • Method Summary

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

    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

    • UnifiedSearchOrganizationProfileListener

      public UnifiedSearchOrganizationProfileListener(org.exoplatform.commons.api.indexing.IndexingService indexingService)
  • Method Details

    • preSave

      public void preSave(org.exoplatform.services.organization.UserProfile user, boolean isNew) throws Exception
      Overrides:
      preSave in class org.exoplatform.services.organization.UserProfileEventListener
      Throws:
      Exception
    • 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
    • preDelete

      public void preDelete(org.exoplatform.services.organization.UserProfile user) throws Exception
      Overrides:
      preDelete in class org.exoplatform.services.organization.UserProfileEventListener
      Throws:
      Exception
    • postDelete

      public void postDelete(org.exoplatform.services.organization.UserProfile user) throws Exception
      Overrides:
      postDelete in class org.exoplatform.services.organization.UserProfileEventListener
      Throws:
      Exception