Uses of Class
org.silverpeas.core.socialnetwork.model.ExternalAccount
-
Packages that use ExternalAccount Package Description org.silverpeas.core.socialnetwork.dao org.silverpeas.core.socialnetwork.service org.silverpeas.web.socialnetwork.myprofil.control -
-
Uses of ExternalAccount in org.silverpeas.core.socialnetwork.dao
Methods in org.silverpeas.core.socialnetwork.dao that return types with arguments of type ExternalAccount Modifier and Type Method Description List<ExternalAccount>
ExternalAccountJpaRepository. findBySilverpeasUserId(String silverpeasUserId)
List<ExternalAccount>
ExternalAccountRepository. findBySilverpeasUserId(String silverpeasUserId)
-
Uses of ExternalAccount in org.silverpeas.core.socialnetwork.service
Methods in org.silverpeas.core.socialnetwork.service that return ExternalAccount Modifier and Type Method Description ExternalAccount
SocialNetworkService. getExternalAccount(SocialNetworkID networkId, String profileId)
Methods in org.silverpeas.core.socialnetwork.service that return types with arguments of type ExternalAccount Modifier and Type Method Description List<ExternalAccount>
SocialNetworkService. getUserExternalAccounts(String userId)
-
Uses of ExternalAccount in org.silverpeas.web.socialnetwork.myprofil.control
Methods in org.silverpeas.web.socialnetwork.myprofil.control that return types with arguments of type ExternalAccount Modifier and Type Method Description Map<SocialNetworkID,ExternalAccount>
MyProfilSessionController. getAllMyNetworks()
Get all social networks linked to current user account
-