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) voidProfile.UpdateType.updateActivity(ProfileLifeCycle profileLifeCycle, Profile profile, String modifierUsername) 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 TypeMethodDescriptiondefault voidIdentityManager.saveProfile(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.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 ondefault voidIdentityManager.updateProfile(Profile specificProfile, String modifierUsername, 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, String modifierUsername) voidProfileLifeCycle.avatarUpdated(String username, Profile profile, String modifierUsername) voidProfileLifeCycle.bannerUpdated(String username, Profile profile, String modifierUsername) voidProfileLifeCycle.basicUpdated(String username, Profile profile, String modifierUsername) voidProfileLifeCycle.contactUpdated(String username, Profile profile, String modifierUsername) voidProfileLifeCycle.createProfile(Profile profile) voidProfileLifeCycle.experienceUpdated(String username, Profile profile, String modifierUsername) voidProfileLifeCycle.headerUpdated(String username, Profile profile, String modifierUsername) voidProfileLifeCycle.technicalUpdated(String username, Profile profile, String modifierUsername) Constructors in org.exoplatform.social.core.profile with parameters of type ProfileModifierConstructorDescriptionProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile) ProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile, String modifierUsername) -
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 TypeMethodDescriptionIdentityStorage.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.