lumis.socialnetwork.socialprofile
Class AbstractSocialProfileProvider
java.lang.Object
lumis.socialnetwork.socialprofile.AbstractSocialProfileProvider
- All Implemented Interfaces:
- ISocialProfileProvider
- Direct Known Subclasses:
- DouiSourceSocialProfileProvider
@StableMinor(version="6.2",
sinceVersion="6.1")
public abstract class AbstractSocialProfileProvider
- extends Object
- implements ISocialProfileProvider
Implementation of 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.
- Since:
- 6.1.0
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
socialNetwork
protected ISocialNetwork socialNetwork
- Social Network information that will be used for the methods defined in
the
ISocialProfileProvider
interface.
- Since:
- 6.1.0
AbstractSocialProfileProvider
public AbstractSocialProfileProvider()
setSocialNetwork
public void setSocialNetwork(ISocialNetwork socialNetwork)
- Description copied from interface:
ISocialProfileProvider
- Sets the social network information on the scope of execution, that will
be used by the others methods to extract all informations necessary.
- Specified by:
setSocialNetwork
in interface ISocialProfileProvider
- Parameters:
socialNetwork
- the social network object that contains all informations about
it.
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.