Package | Description |
---|---|
lumis.doui.socialprofile.integration | |
lumis.socialnetwork |
This package contains the main classes to provide the Private Social Network in the LumisXP.
|
lumis.socialnetwork.socialprofile |
This package contains classes to provide information about Social Profile Information.
|
Modifier and Type | Method and Description |
---|---|
void |
DouiSourceSocialProfileProvider.setSocialNetwork(ISocialNetwork socialNetwork) |
Modifier and Type | Class and Description |
---|---|
class |
SocialNetwork
Social Network Entity
|
Modifier and Type | Method and Description |
---|---|
ISocialNetwork |
ISocialNetworkManager.getSocialNetworkByChannelId(String channelId)
Get an instance of
ISocialProfileConfig based in
ChannelConfig identifier. |
ISocialNetwork |
ISocialNetworkManager.getSocialNetworkByServiceInstanceId(String serviceInstanceId)
Get an instance of
ISocialProfileConfig based in
ServiceInstanceConfig identifier. |
Modifier and Type | Field and Description |
---|---|
protected ISocialNetwork |
AbstractSocialProfileProvider.socialNetwork
Social Network information that will be used for the methods defined in
the
ISocialProfileProvider interface. |
Modifier and Type | Method and Description |
---|---|
ISocialProfile |
ISocialProfileManager.getSocialProfileById(String userId,
ISocialNetwork socialNetwork)
Get an instance of
ISocialProfile based in Social Profile
identifier. |
List<ISocialProfile> |
ISocialProfileManager.getSocialProfilesByKeyword(String userId,
ISocialNetwork socialNetwork)
Get a list of
ISocialProfile list of profiles identifier
existing. |
void |
AbstractSocialProfileProvider.setSocialNetwork(ISocialNetwork socialNetwork) |
void |
ISocialProfileProvider.setSocialNetwork(ISocialNetwork socialNetwork)
Sets the social network information on the scope of execution, that will
be used by the others methods to extract all informations necessary.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.