Uses of Class
org.exoplatform.social.core.identity.model.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in org.exoplatform.social.core.identity
Methods in org.exoplatform.social.core.identity with parameters of type ProfileModifier and TypeMethodDescriptionvoidIdentityProvider.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 ProfileModifier and TypeMethodDescriptionIdentity.getProfile()Gets the profile.IdentityWithRelationship.getProfile()Methods in org.exoplatform.social.core.identity.model with parameters of type ProfileModifier and TypeMethodDescriptionvoidIdentity.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 -
Uses of Profile in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that return ProfileModifier and TypeMethodDescriptionIdentityManager.getProfile(Identity identity) Gets a profile associated with a provided identity.Methods in org.exoplatform.social.core.manager with parameters of type ProfileModifier and TypeMethodDescriptionvoidIdentityManager.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 ProfileModifier and TypeMethodDescriptionProfileLifeCycleEvent.getProfile()actual profile section;ProfileLoader.load()Allows to load a profile on demandMethods in org.exoplatform.social.core.profile with parameters of type ProfileModifier and TypeMethodDescriptionvoidProfileLifeCycle.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 ProfileModifierConstructorDescriptionProfileLifeCycleEvent(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 ProfileMethods in org.exoplatform.social.core.storage.api with parameters of type ProfileModifier and TypeMethodDescriptionvoidIdentityStorage.addOrModifyProfileProperties(Profile profile) Add or modify properties of profile and persist it.IdentityStorage.getProfileActivityId(Profile profile, Profile.AttachedActivityType type) Gets profile activity id by type.IdentityStorage.loadProfile(Profile profile) Load profile.voidIdentityStorage.saveProfile(Profile profile) Saves profile.voidIdentityStorage.updateProfile(Profile profile) Updates profile.