|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.socialnetwork.socialprofile.AbstractSocialProfileProvider lumis.doui.socialprofile.integration.DouiSourceSocialProfileProvider
public class DouiSourceSocialProfileProvider
Social profile DOUI integration class.
Field Summary |
---|
Fields inherited from class lumis.socialnetwork.socialprofile.AbstractSocialProfileProvider |
---|
socialNetwork |
Constructor Summary | |
---|---|
DouiSourceSocialProfileProvider()
The default constructor. |
Method Summary | |
---|---|
ISocialProfile |
getSocialProfileInformationById(String userId)
Returns the social profile information associated
to the given user in the given social network . |
List<ISocialProfile> |
getSocialProfileInformationsByKeyword(String keyword)
Returns a list of social profile information
associated with the 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DouiSourceSocialProfileProvider()
Method Detail |
---|
public void setSocialNetwork(ISocialNetwork socialNetwork)
ISocialProfileProvider
setSocialNetwork
in interface ISocialProfileProvider
setSocialNetwork
in class AbstractSocialProfileProvider
socialNetwork
- the social network object that contains all informations about
it.public ISocialProfile getSocialProfileInformationById(String userId) throws PortalException
social profile information
associated
to the given user in the given social network
.
This method returns the profile in user's current language.
userId
- the user id.socialNetwork
- the social network.
social profile information
associated
to the given user in the given social
network
.
PortalException
- if any error occurs during the load source process.public List<ISocialProfile> getSocialProfileInformationsByKeyword(String keyword) throws PortalException
social profile information
associated with the given keyword.
keyword
- the keyword.socialNetwork
- the social network.
social profile information
associated with the given keyword.
PortalException
- if any error occurs during the load source process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |