Package | Description |
---|---|
lumis.doui.socialprofile.integration | |
lumis.socialnetwork.socialprofile |
This package contains classes to provide information about Social Profile Information.
|
Modifier and Type | Method and Description |
---|---|
ISocialProfile |
DouiSourceSocialProfileProvider.getSocialProfileInformationById(String userId)
Returns the
social profile information associated
to the given user in the given social network . |
Modifier and Type | Method and Description |
---|---|
List<ISocialProfile> |
DouiSourceSocialProfileProvider.getSocialProfileInformationsByKeyword(String keyword)
Returns a list of
social profile information
associated with the given keyword. |
Modifier and Type | Method and Description |
---|---|
ISocialProfile |
ISocialProfileManager.getSocialProfileById(String userId,
ISocialNetwork socialNetwork)
Get an instance of
ISocialProfile based in Social Profile
identifier. |
ISocialProfile |
ISocialProfileProvider.getSocialProfileInformationById(String userId)
Finds the social profile information by the given user id.
|
Modifier and Type | Method and Description |
---|---|
List<ISocialProfile> |
ISocialProfileProvider.getSocialProfileInformationsByKeyword(String keyword)
Finds the social profile information based on a given keyword.
|
List<ISocialProfile> |
ISocialProfileManager.getSocialProfilesByKeyword(String userId,
ISocialNetwork socialNetwork)
Get a list of
ISocialProfile list of profiles identifier
existing. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.