Package org.exoplatform.kudos.listener
Class ProfileUpdateListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.profile.ProfileListenerPlugin
org.exoplatform.kudos.listener.ProfileUpdateListener
- 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 ProfileUpdateListener
extends org.exoplatform.social.core.profile.ProfileListenerPlugin
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionProfileUpdateListener(KudosService kudosService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage) -
Method Summary
Modifier and TypeMethodDescriptionvoidavatarUpdated(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
aboutMeUpdated, 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
-
Constructor Details
-
ProfileUpdateListener
public ProfileUpdateListener(KudosService kudosService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage)
-
-
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
-