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$ $Date$
-
-
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
-
-