Class ProfileLifeCycle
java.lang.Object
org.exoplatform.social.common.lifecycle.AbstractLifeCycle<ProfileListener,ProfileLifeCycleEvent>
org.exoplatform.social.core.profile.ProfileLifeCycle
Lifecycle of a Profile.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Field Summary
Fields inherited from class org.exoplatform.social.common.lifecycle.AbstractLifeCycle
completionService, container, listeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaboutMeUpdated(String username, Profile profile, String modifierUsername) voidavatarUpdated(String username, Profile profile, String modifierUsername) voidbannerUpdated(String username, Profile profile, String modifierUsername) voidbasicUpdated(String username, Profile profile, String modifierUsername) voidcontactUpdated(String username, Profile profile, String modifierUsername) voidcreateProfile(Profile profile) protected voiddispatchEvent(ProfileListener listener, ProfileLifeCycleEvent event) voidexperienceUpdated(String username, Profile profile, String modifierUsername) voidheaderUpdated(String username, Profile profile, String modifierUsername) voidtechnicalUpdated(String username, Profile profile, String modifierUsername) Methods inherited from class org.exoplatform.social.common.lifecycle.AbstractLifeCycle
addListener, begin, broadcast, end, removeListener
-
Constructor Details
-
ProfileLifeCycle
public ProfileLifeCycle()
-
-
Method Details
-
dispatchEvent
- Specified by:
dispatchEventin classAbstractLifeCycle<ProfileListener,ProfileLifeCycleEvent>
-
aboutMeUpdated
-
avatarUpdated
-
bannerUpdated
-
technicalUpdated
-
basicUpdated
-
contactUpdated
-
experienceUpdated
-
headerUpdated
-
createProfile
-