Uses of Class
com.silverpeas.socialnetwork.model.ExternalAccount

Packages that use ExternalAccount
com.silverpeas.socialnetwork.dao   
com.silverpeas.socialnetwork.myProfil.control   
com.silverpeas.socialnetwork.service   
 

Uses of ExternalAccount in com.silverpeas.socialnetwork.dao
 

Methods in com.silverpeas.socialnetwork.dao that return types with arguments of type ExternalAccount
 List<ExternalAccount> ExternalAccountDao.findBySilverpeasUserId(String silverpeasUserId)
           
 

Uses of ExternalAccount in com.silverpeas.socialnetwork.myProfil.control
 

Methods in com.silverpeas.socialnetwork.myProfil.control that return types with arguments of type ExternalAccount
 Map<SocialNetworkID,ExternalAccount> MyProfilSessionController.getAllMyNetworks()
          Get all social networks linked to current user account
 

Uses of ExternalAccount in com.silverpeas.socialnetwork.service
 

Methods in com.silverpeas.socialnetwork.service that return ExternalAccount
 ExternalAccount SocialNetworkService.getExternalAccount(SocialNetworkID networkId, String profileId)
           
 

Methods in com.silverpeas.socialnetwork.service that return types with arguments of type ExternalAccount
 List<ExternalAccount> SocialNetworkService.getUserExternalAccounts(String userId)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.