Class ProfileListenerPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.profile.ProfileListenerPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<ProfileLifeCycleEvent>,ProfileListener
public abstract class ProfileListenerPlugin
extends AbstractListenerPlugin
implements ProfileListener
Convenience class to write and wire
This base class is a valid
ProfileListener plugin. This base class is a valid
ComponentPlugin and implements ProfileListener.-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabout me of the profile is updatedabstract voidavatar picture of the profile is updatedabstract voidbanner picture of the profile is updatedvoidbasic account info of the profile are updatedabstract voidcontact information of the profile is updatedabstract voidnew profile createdabstract voidexperience section of the profile is updatedvoidheader section of the profile is updatedvoidtechnical updatedMethods 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, setName
-
Constructor Details
-
ProfileListenerPlugin
public ProfileListenerPlugin()
-
-
Method Details
-
aboutMeUpdated
about me of the profile is updated- Specified by:
aboutMeUpdatedin interfaceProfileListener
-
avatarUpdated
avatar picture of the profile is updated- Specified by:
avatarUpdatedin interfaceProfileListener
-
bannerUpdated
banner picture of the profile is updated- Specified by:
bannerUpdatedin interfaceProfileListener
-
basicInfoUpdated
basic account info of the profile are updated- Specified by:
basicInfoUpdatedin interfaceProfileListener
-
contactSectionUpdated
contact information of the profile is updated- Specified by:
contactSectionUpdatedin interfaceProfileListener
-
experienceSectionUpdated
experience section of the profile is updated- Specified by:
experienceSectionUpdatedin interfaceProfileListener
-
headerSectionUpdated
header section of the profile is updated- Specified by:
headerSectionUpdatedin interfaceProfileListener
-
createProfile
new profile created- Specified by:
createProfilein interfaceProfileListener
-
technicalUpdated
technical updated- Specified by:
technicalUpdatedin interfaceProfileListener
-