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(java.lang.String channelId)
Get an instance ofISocialProfileConfig
based inChannelConfig
identifier.ISocialNetwork
getSocialNetworkByServiceInstanceId(java.lang.String serviceInstanceId)
Get an instance ofISocialProfileConfig
based inServiceInstanceConfig
identifier.
-
-
-
Method Detail
-
getSocialNetworkByChannelId
ISocialNetwork getSocialNetworkByChannelId(java.lang.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(java.lang.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
-
-