@StableMinor(version="12.3", sinceVersion="6.1") public abstract class AbstractSocialProfileProvider extends Object implements ISocialProfileProvider
ISocialProfileProvider
to provide a base
implementation of a simple social profile provider. It's recommended to
extends this class, instead of implementing the interface directly, to have
better future compatibility.Modifier and Type | Field and Description |
---|---|
protected ISocialNetwork |
socialNetwork
Social Network information that will be used for the methods defined in
the
ISocialProfileProvider interface. |
Constructor and Description |
---|
AbstractSocialProfileProvider() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSocialProfileInformationById, getSocialProfileInformationsByKeyword
protected ISocialNetwork socialNetwork
ISocialProfileProvider
interface.public void setSocialNetwork(ISocialNetwork socialNetwork)
ISocialProfileProvider
setSocialNetwork
in interface ISocialProfileProvider
socialNetwork
- the social network object that contains all informations about
it.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.