public interface ISocialProfileManager
Modifier and Type | Method and Description |
---|---|
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. |
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
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.