com.silverpeas.socialnetwork.provider
Interface SocialCommentPublicationsInterface
- All Known Implementing Classes:
- SocialCommentPublications
public interface SocialCommentPublicationsInterface
getSocialInformationsList
List<SocialInformation> getSocialInformationsList(String userId,
Date begin,
Date end)
throws SilverpeasException
- get list of SocialInformation
- Parameters:
userId
- begin
- end
-
- Returns:
- List
- Throws:
SilverpeasException
getSocialInformationsListOfMyContacts
List<SocialInformation> getSocialInformationsListOfMyContacts(String myId,
List<String> myContactsIds,
Date begin,
Date end)
throws SilverpeasException
- get list of socialInformation of my contacts according to ids of my contacts
- Parameters:
myId
- myContactsIds
- begin
- end
-
- Returns:
- List
- Throws:
SilverpeasException
Copyright © 2016 Silverpeas. All Rights Reserved.