com.stratelia.webactiv.publication.social
Class SocialCommentPublications
java.lang.Object
com.stratelia.webactiv.publication.social.SocialCommentPublications
- All Implemented Interfaces:
- SocialCommentPublicationsInterface
public class SocialCommentPublications
- extends Object
- implements SocialCommentPublicationsInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialCommentPublications
public SocialCommentPublications()
getSocialInformationsList
public List<SocialInformation> getSocialInformationsList(String userId,
Date begin,
Date end)
throws SilverpeasException
- get list of SocialInformation
- Specified by:
getSocialInformationsList
in interface SocialCommentPublicationsInterface
- Parameters:
userId
- begin
- end
-
- Returns:
- List
- Throws:
SilverpeasException
getSocialInformationsListOfMyContacts
public 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
- Specified by:
getSocialInformationsListOfMyContacts
in interface SocialCommentPublicationsInterface
- Parameters:
myId
- myContactsIds
- begin
- end
-
- Returns:
- List
- Throws:
SilverpeasException
Copyright © 2016 Silverpeas. All Rights Reserved.