|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.socialnetwork.socialprofile.AbstractSocialProfileProvider
@StableMinor(version="6.1", sinceVersion="6.1") public abstract class AbstractSocialProfileProvider
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.
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 |
---|
protected ISocialNetwork socialNetwork
ISocialProfileProvider
interface.
Constructor Detail |
---|
public AbstractSocialProfileProvider()
Method Detail |
---|
public void setSocialNetwork(ISocialNetwork socialNetwork)
ISocialProfileProvider
setSocialNetwork
in interface ISocialProfileProvider
socialNetwork
- the social network object that contains all informations about
it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |