|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
ISocialNetwork getSocialNetworkByChannelId(String channelId) throws PortalException
ISocialProfileConfig
based in
ChannelConfig
identifier.
channelId
- Channel identifier.
ISocialNetwork
PortalException
ISocialNetwork getSocialNetworkByServiceInstanceId(String serviceInstanceId) throws PortalException
ISocialProfileConfig
based in
ServiceInstanceConfig
identifier.
serviceInstanceId
- Service Instance identifier.
ISocialNetwork
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |