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

Packages that use SocialNetworkID
com.silverpeas.socialnetwork.model   
com.silverpeas.socialnetwork.myProfil.control   
com.silverpeas.socialnetwork.service   
 

Uses of SocialNetworkID in com.silverpeas.socialnetwork.model
 

Methods in com.silverpeas.socialnetwork.model that return SocialNetworkID
 SocialNetworkID AccountId.getNetworkId()
           
 SocialNetworkID ExternalAccount.getNetworkId()
           
static SocialNetworkID SocialNetworkID.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocialNetworkID[] SocialNetworkID.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.silverpeas.socialnetwork.model with parameters of type SocialNetworkID
 void AccountId.setNetworkId(SocialNetworkID networkId)
           
 void ExternalAccount.setNetworkId(SocialNetworkID networkId)
           
 

Constructors in com.silverpeas.socialnetwork.model with parameters of type SocialNetworkID
AccountId(SocialNetworkID networkId, String profileId)
           
 

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

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

Methods in com.silverpeas.socialnetwork.myProfil.control with parameters of type SocialNetworkID
 void MyProfilSessionController.unlinkSocialNetworkFromSilverpeas(SocialNetworkID networkId)
           
 

Uses of SocialNetworkID in com.silverpeas.socialnetwork.service
 

Methods in com.silverpeas.socialnetwork.service that return SocialNetworkID
 SocialNetworkID SocialNetworkService.getSocialNetworkIDUsedForLogin(javax.servlet.http.HttpSession session)
           
 

Methods in com.silverpeas.socialnetwork.service with parameters of type SocialNetworkID
 void SocialNetworkService.createExternalAccount(SocialNetworkID networkId, String userId, String profileId)
           
 ExternalAccount SocialNetworkService.getExternalAccount(SocialNetworkID networkId, String profileId)
           
 SocialNetworkConnector SocialNetworkService.getSocialNetworkConnector(SocialNetworkID networkId)
          Get social network service implementation specific to given social network
 AccessToken SocialNetworkService.getStoredAuthorizationToken(javax.servlet.http.HttpSession session, SocialNetworkID networkId)
           
 void SocialNetworkService.removeExternalAccount(String userId, SocialNetworkID networkId)
           
 void SocialNetworkService.storeAuthorizationToken(javax.servlet.http.HttpSession session, SocialNetworkID networkId, AccessToken authorizationToken)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.