|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISocialProfileManager
Manager Interface for Social Profile. This interface provides support to get a social profile information from a user of the a specific social network. The information can be get by given user Id or a given key work.
Method Summary | |
---|---|
ISocialProfile |
getSocialProfileById(String userId,
ISocialNetwork socialNetwork)
Get an instance of ISocialProfile based in Social Profile
identifier. |
List<ISocialProfile> |
getSocialProfilesByKeyword(String userId,
ISocialNetwork socialNetwork)
Get a list of ISocialProfile list of profiles identifier
existing. |
Method Detail |
---|
ISocialProfile getSocialProfileById(String userId, ISocialNetwork socialNetwork) throws PortalException
ISocialProfile
based in Social Profile
identifier.
userId
- Lumis User Identifier.socialNetwork
- an instance of ISocialNetwork
.
ISocialProfile
PortalException
List<ISocialProfile> getSocialProfilesByKeyword(String userId, ISocialNetwork socialNetwork) throws PortalException
ISocialProfile
list of profiles identifier
existing.
userId
- Lumis User Identifier.socialNetwork
- an instance ISocialNetwork
.
ISocialProfile
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |