Uses of Class
org.exoplatform.social.core.identity.model.Profile
-
-
Uses of Profile in org.exoplatform.social.core.identity
Methods in org.exoplatform.social.core.identity with parameters of type Profile Modifier and Type Method Description voidIdentityProvider. onSaveProfile(Profile profile)Deprecated.Will be removed by 1.3.xvoidIdentityProvider. onUpdateProfile(Profile profile)This method is called after the IdentityManager updated the profile object.abstract voidIdentityProvider. populateProfile(Profile profile, T remoteObject)Populate an identity profile for a given remote object -
Uses of Profile in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return Profile Modifier and Type Method Description ProfileIdentity. getProfile()Gets the profile.ProfileIdentityWithRelationship. getProfile()Methods in org.exoplatform.social.core.identity.model with parameters of type Profile Modifier and Type Method Description voidIdentity. setProfile(Profile profile)Sets the profile.voidIdentityWithRelationship. setProfile(Profile profile)voidProfile.UpdateType. updateActivity(ProfileLifeCycle profileLifeCycle, Profile profile)Constructors in org.exoplatform.social.core.identity.model with parameters of type Profile Constructor Description Identity(String id, String remoteId, String providerId, boolean isDeleted, boolean isEnable, Profile profile, ProfileLoader profileLoader, GlobalId globalId) -
Uses of Profile in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that return Profile Modifier and Type Method Description ProfileIdentityManager. getProfile(Identity identity)Gets a profile associated with a provided identity.Methods in org.exoplatform.social.core.manager with parameters of type Profile Modifier and Type Method Description voidIdentityManager. addOrModifyProfileProperties(Profile profile)Deprecated.Will be removed by 4.0.x.voidIdentityManager. saveProfile(Profile profile)Deprecated.voidIdentityManager. updateAvatar(Profile p)Deprecated.Will be removed by 4.0.x.voidIdentityManager. updateBasicInfo(Profile p)Deprecated.Will be removed by 4.0.x.voidIdentityManager. updateContactSection(Profile p)Deprecated.Will be removed by 4.0.x.voidIdentityManager. updateExperienceSection(Profile p)Deprecated.Will be removed by 4.0.x.voidIdentityManager. updateHeaderSection(Profile p)Deprecated.Will be removed by 4.0.x.voidIdentityManager. updateProfile(Profile specificProfile)Updates a specific profile.default voidIdentityManager. updateProfile(Profile specificProfile, boolean broadcastChanges)Updates a specific profile and broadcast detected changes on profile if 'broadcastChanges' is turned on -
Uses of Profile in org.exoplatform.social.core.profile
Methods in org.exoplatform.social.core.profile that return Profile Modifier and Type Method Description ProfileProfileLifeCycleEvent. getProfile()actual profile section;ProfileProfileLoader. load()Allows to load a profile on demandMethods in org.exoplatform.social.core.profile with parameters of type Profile Modifier and Type Method Description voidProfileLifeCycle. aboutMeUpdated(String username, Profile profile)voidProfileLifeCycle. avatarUpdated(String username, Profile profile)voidProfileLifeCycle. bannerUpdated(String username, Profile profile)voidProfileLifeCycle. basicUpdated(String username, Profile profile)voidProfileLifeCycle. contactUpdated(String username, Profile profile)voidProfileLifeCycle. createProfile(Profile profile)voidProfileLifeCycle. experienceUpdated(String username, Profile profile)voidProfileLifeCycle. headerUpdated(String username, Profile profile)voidProfileLifeCycle. technicalUpdated(String username, Profile profile)Constructors in org.exoplatform.social.core.profile with parameters of type Profile Constructor Description ProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile) -
Uses of Profile in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return Profile Modifier and Type Method Description ProfileIdentityStorage. loadProfile(Profile profile)Load profile.Methods in org.exoplatform.social.core.storage.api with parameters of type Profile Modifier and Type Method Description voidIdentityStorage. addOrModifyProfileProperties(Profile profile)Add or modify properties of profile and persist it.StringIdentityStorage. getProfileActivityId(Profile profile, Profile.AttachedActivityType type)Gets profile activity id by type.ProfileIdentityStorage. loadProfile(Profile profile)Load profile.voidIdentityStorage. saveProfile(Profile profile)Saves profile.voidIdentityStorage. updateProfile(Profile profile)Updates profile.
-