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
-
-
Constructor Summary
Constructors Constructor Description ProfileNotificationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaboutMeUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)voidavatarUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)voidbannerUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)voidbasicInfoUpdated(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)voidheaderSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)-
Methods inherited from class org.exoplatform.social.core.profile.ProfileListenerPlugin
technicalUpdated
-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
avatarUpdated
public void avatarUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
- Specified by:
avatarUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Specified by:
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- Specified by:
bannerUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
basicInfoUpdated
public void basicInfoUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
- Specified by:
basicInfoUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
basicInfoUpdatedin 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- Specified by:
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- Specified by:
experienceSectionUpdatedin classorg.exoplatform.social.core.profile.ProfileListenerPlugin
-
headerSectionUpdated
public void headerSectionUpdated(org.exoplatform.social.core.profile.ProfileLifeCycleEvent event)
- Specified by:
headerSectionUpdatedin interfaceorg.exoplatform.social.core.profile.ProfileListener- Overrides:
headerSectionUpdatedin 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- Specified by:
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
-
-