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 Details

  • Constructor Details

    • ProfileUpdatesPublisher

      public ProfileUpdatesPublisher(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:
      avatarUpdated in interface org.exoplatform.social.core.profile.ProfileListener
      Overrides:
      avatarUpdated in class org.exoplatform.social.core.profile.ProfileListenerPlugin
    • bannerUpdated

      public void bannerUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
      Specified by:
      bannerUpdated in interface org.exoplatform.social.core.profile.ProfileListener
      Overrides:
      bannerUpdated in class org.exoplatform.social.core.profile.ProfileListenerPlugin
    • contactSectionUpdated

      public void contactSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
      Specified by:
      contactSectionUpdated in interface org.exoplatform.social.core.profile.ProfileListener
      Overrides:
      contactSectionUpdated in class org.exoplatform.social.core.profile.ProfileListenerPlugin
    • experienceSectionUpdated

      public void experienceSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
      Specified by:
      experienceSectionUpdated in interface org.exoplatform.social.core.profile.ProfileListener
      Overrides:
      experienceSectionUpdated in class org.exoplatform.social.core.profile.ProfileListenerPlugin
    • aboutMeUpdated

      public void aboutMeUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
      Specified by:
      aboutMeUpdated in interface org.exoplatform.social.core.profile.ProfileListener
      Overrides:
      aboutMeUpdated in class org.exoplatform.social.core.profile.ProfileListenerPlugin