Uses of Interface
org.exoplatform.social.core.profile.ProfileLoader
-
Packages that use ProfileLoader Package Description org.exoplatform.social.core.identity.model -
-
Uses of ProfileLoader in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model with parameters of type ProfileLoader Modifier and Type Method Description voidIdentity. setProfileLoader(ProfileLoader profileLoader)Sets the profile loader.voidIdentityWithRelationship. setProfileLoader(ProfileLoader profileLoader)Constructors in org.exoplatform.social.core.identity.model with parameters of type ProfileLoader Constructor Description Identity(String id, String remoteId, String providerId, boolean isDeleted, boolean isEnable, Profile profile, ProfileLoader profileLoader, GlobalId globalId)
-