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.UserProfileEventListenerIndexing with : - collection : "social" - type : "profile" - name : username
-
-
Constructor Summary
Constructors Constructor Description UnifiedSearchOrganizationProfileListener(org.exoplatform.commons.api.indexing.IndexingService indexingService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostDelete(org.exoplatform.services.organization.UserProfile user)voidpostSave(org.exoplatform.services.organization.UserProfile user, boolean isNew)voidpreDelete(org.exoplatform.services.organization.UserProfile user)voidpreSave(org.exoplatform.services.organization.UserProfile user, boolean isNew)
-
-
-
Method Detail
-
preSave
public void preSave(org.exoplatform.services.organization.UserProfile user, boolean isNew) throws Exception- Overrides:
preSavein classorg.exoplatform.services.organization.UserProfileEventListener- Throws:
Exception
-
postSave
public void postSave(org.exoplatform.services.organization.UserProfile user, boolean isNew) throws Exception- Overrides:
postSavein classorg.exoplatform.services.organization.UserProfileEventListener- Throws:
Exception
-
preDelete
public void preDelete(org.exoplatform.services.organization.UserProfile user) throws Exception- Overrides:
preDeletein classorg.exoplatform.services.organization.UserProfileEventListener- Throws:
Exception
-
-