Class ProfileUpdatesPublisher
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.profile.ProfileListenerPlugin
org.exoplatform.social.core.application.ProfileUpdatesPublisher
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.profile.ProfileLifeCycleEvent>,org.exoplatform.social.core.profile.ProfileListener
public class ProfileUpdatesPublisher
extends org.exoplatform.social.core.profile.ProfileListenerPlugin
Publish updates onto the user's activity stream when his profile is updated.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe USER_NAME_PARAM template param keystatic final Stringstatic final StringFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionProfileUpdatesPublisher(org.exoplatform.container.xml.InitParams params, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidaboutMeUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) voidavatarUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) voidbannerUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) voidcontactSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) voidcreateProfile(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) voidexperienceSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) Methods inherited from class org.exoplatform.social.core.profile.ProfileListenerPlugin
technicalUpdatedMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setNameMethods inherited from interface org.exoplatform.social.core.profile.ProfileListener
basicInfoUpdated, headerSectionUpdated
-
Field Details
-
PEOPLE_APP_ID
- See Also:
-
USER_PROFILE_ACTIVITY
- See Also:
-
USER_NAME_PARAM
The USER_NAME_PARAM template param key- Since:
- 1.2.8
- See Also:
-
USER_POSITION_PARAM
- See Also:
-
POSITION_TITLE_ID
- See Also:
-
ABOUT_ME_UPDATED
- See Also:
-
AVATAR_UPDATED
- See Also:
-
BASIC_INFO_UPDATED
- See Also:
-
CONTACT_UPDATED
- See Also:
-
EX_SECTION_UPDATED
- See Also:
-
-
Constructor Details
-
ProfileUpdatesPublisher
public ProfileUpdatesPublisher(org.exoplatform.container.xml.InitParams params, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager)
-
-
Method Details
-
avatarUpdated
public void avatarUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) - Specified by:
avatarUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
avatarUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
bannerUpdated
public void bannerUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) - Specified by:
bannerUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
bannerUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
contactSectionUpdated
public void contactSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) - Specified by:
contactSectionUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
contactSectionUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
experienceSectionUpdated
public void experienceSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) - Specified by:
experienceSectionUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
experienceSectionUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
createProfile
public void createProfile(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) - Specified by:
createProfilein interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
createProfilein classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
aboutMeUpdated
public void aboutMeUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event) - Specified by:
aboutMeUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
aboutMeUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-