com.stratelia.webactiv.publication.social
Class SocialCommentPublications

java.lang.Object
  extended by com.stratelia.webactiv.publication.social.SocialCommentPublications
All Implemented Interfaces:
SocialCommentPublicationsInterface

public class SocialCommentPublications
extends Object
implements SocialCommentPublicationsInterface


Constructor Summary
SocialCommentPublications()
           
 
Method Summary
 List<SocialInformation> getSocialInformationsList(String userId, Date begin, Date end)
          get list of SocialInformation
 List<SocialInformation> getSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
          get list of socialInformation of my contacts according to ids of my contacts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialCommentPublications

public SocialCommentPublications()
Method Detail

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.