Uses of Interface
lumis.socialnetwork.ISocialNetwork
-
Packages that use ISocialNetwork 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. -
-
Uses of ISocialNetwork in lumis.doui.socialprofile.integration
Methods in lumis.doui.socialprofile.integration with parameters of type ISocialNetwork Modifier and Type Method Description void
DouiSourceSocialProfileProvider. setSocialNetwork(ISocialNetwork socialNetwork)
-
Uses of ISocialNetwork in lumis.socialnetwork
Classes in lumis.socialnetwork that implement ISocialNetwork Modifier and Type Class Description class
SocialNetwork
Social Network EntityMethods in lumis.socialnetwork that return ISocialNetwork Modifier and Type Method Description ISocialNetwork
ISocialNetworkManager. getSocialNetworkByChannelId(String channelId)
Get an instance ofISocialProfileConfig
based inChannelConfig
identifier.ISocialNetwork
ISocialNetworkManager. getSocialNetworkByServiceInstanceId(String serviceInstanceId)
Get an instance ofISocialProfileConfig
based inServiceInstanceConfig
identifier. -
Uses of ISocialNetwork in lumis.socialnetwork.socialprofile
Fields in lumis.socialnetwork.socialprofile declared as ISocialNetwork Modifier and Type Field Description protected ISocialNetwork
AbstractSocialProfileProvider. socialNetwork
Social Network information that will be used for the methods defined in theISocialProfileProvider
interface.Methods in lumis.socialnetwork.socialprofile with parameters of type ISocialNetwork Modifier and Type Method Description ISocialProfile
ISocialProfileManager. getSocialProfileById(String userId, ISocialNetwork socialNetwork)
Get an instance ofISocialProfile
based in Social Profile identifier.List<ISocialProfile>
ISocialProfileManager. getSocialProfilesByKeyword(String userId, ISocialNetwork socialNetwork)
Get a list ofISocialProfile
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.
-