lumis.socialnetwork.socialprofile
Class AbstractSocialProfileProvider

Package class diagram package AbstractSocialProfileProvider
java.lang.Object
  extended by 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

Field Summary
protected  ISocialNetwork socialNetwork
          Social Network information that will be used for the methods defined in the ISocialProfileProvider interface.
 
Constructor Summary
AbstractSocialProfileProvider()
           
 
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
 
Methods inherited from interface lumis.socialnetwork.socialprofile.ISocialProfileProvider
getSocialProfileInformationById, getSocialProfileInformationsByKeyword
 

Field Detail

socialNetwork

protected ISocialNetwork socialNetwork
Social Network information that will be used for the methods defined in the ISocialProfileProvider interface.

Since:
6.1.0
Constructor Detail

AbstractSocialProfileProvider

public AbstractSocialProfileProvider()
Method Detail

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.