lumis.socialnetwork
Interface ISocialNetworkManager

Package class diagram package 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

Method Summary
 ISocialNetwork getSocialNetworkByChannelId(java.lang.String channelId)
          Get an instance of ISocialProfileConfig based in ChannelConfig identifier.
 ISocialNetwork getSocialNetworkByServiceInstanceId(java.lang.String serviceInstanceId)
          Get an instance of ISocialProfileConfig based in ServiceInstanceConfig identifier.
 

Method Detail

getSocialNetworkByChannelId

ISocialNetwork getSocialNetworkByChannelId(java.lang.String channelId)
                                           throws PortalException
Get an instance of ISocialProfileConfig based in ChannelConfig 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 of ISocialProfileConfig based in ServiceInstanceConfig identifier.

Parameters:
serviceInstanceId - Service Instance identifier.
Returns:
an instance of ISocialNetwork
Throws:
PortalException
Since:
6.1.0


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.