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(String channelId)
          Get an instance of ISocialProfileConfig based in ChannelConfig identifier.
 ISocialNetwork getSocialNetworkByServiceInstanceId(String serviceInstanceId)
          Get an instance of ISocialProfileConfig based in ServiceInstanceConfig identifier.
 

Method Detail

getSocialNetworkByChannelId

ISocialNetwork getSocialNetworkByChannelId(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(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.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.