Package lumis.socialnetwork
Interface ISocialNetworkManager
-
public interface ISocialNetworkManager
Manager Interface for Social Network. This interface provides support to get a social network configuration from a given channel Id or a given service instance Id.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISocialNetwork
getSocialNetworkByChannelId(String channelId)
Get an instance ofISocialProfileConfig
based inChannelConfig
identifier.ISocialNetwork
getSocialNetworkByServiceInstanceId(String serviceInstanceId)
Get an instance ofISocialProfileConfig
based inServiceInstanceConfig
identifier.
-
-
-
Method Detail
-
getSocialNetworkByChannelId
ISocialNetwork getSocialNetworkByChannelId(String channelId) throws PortalException
Get an instance ofISocialProfileConfig
based inChannelConfig
identifier.- Parameters:
channelId
- Channel identifier.- Returns:
- an instance of
ISocialNetwork
- Throws:
PortalException
- Since:
- 6.1.0
-
getSocialNetworkByServiceInstanceId
ISocialNetwork getSocialNetworkByServiceInstanceId(String serviceInstanceId) throws PortalException
Get an instance ofISocialProfileConfig
based inServiceInstanceConfig
identifier.- Parameters:
serviceInstanceId
- Service Instance identifier.- Returns:
- an instance of
ISocialNetwork
- Throws:
PortalException
- Since:
- 6.1.0
-
-