@StableMinor(version="12.3", sinceVersion="6.1") public interface ISocialProfileProvider
AbstractSocialProfileProvider
to provide a base
implementation of a simple social profile provider. It's recommended to
extends the AbstractSocialProfileProvider
class to have better future
compatibility. setSocialNetwork(ISocialNetwork)
.AbstractSocialProfileProvider}
Modifier and Type | Method and Description |
---|---|
ISocialProfile |
getSocialProfileInformationById(String userId)
Finds the social profile information by the given user id.
|
List<ISocialProfile> |
getSocialProfileInformationsByKeyword(String keyword)
Finds the social profile information based on a given keyword.
|
void |
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.
|
void setSocialNetwork(ISocialNetwork socialNetwork)
socialNetwork
- the social network object that contains all informations about
it.ISocialProfile getSocialProfileInformationById(String userId) throws PortalException
userId
- the user id.PortalException
List<ISocialProfile> getSocialProfileInformationsByKeyword(String keyword) throws PortalException
keyword
- the keyword.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.