Class ProfileNotificationImpl

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.profile.ProfileListenerPlugin
org.exoplatform.social.notification.impl.ProfileNotificationImpl
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 ProfileNotificationImpl extends org.exoplatform.social.core.profile.ProfileListenerPlugin
  • 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
    createProfile(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
     

    Methods inherited from class org.exoplatform.social.core.profile.ProfileListenerPlugin

    aboutMeUpdated, avatarUpdated, bannerUpdated, contactSectionUpdated, experienceSectionUpdated, technicalUpdated

    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

    Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

    getDescription, getName, setDescription, setName

    Methods inherited from interface org.exoplatform.social.core.profile.ProfileListener

    basicInfoUpdated, headerSectionUpdated
  • Constructor Details

    • ProfileNotificationImpl

      public ProfileNotificationImpl()
  • Method Details

    • createProfile

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