com.stratelia.webactiv.publication.social
Class SocialPublications

java.lang.Object
  extended by com.stratelia.webactiv.publication.social.SocialPublications
All Implemented Interfaces:
SocialPublicationsInterface

public class SocialPublications
extends Object
implements SocialPublicationsInterface


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

Constructor Detail

SocialPublications

public SocialPublications()
Method Detail

getSocialInformationsList

public List<SocialInformation> getSocialInformationsList(String userId,
                                                         Date begin,
                                                         Date end)
                                                  throws SilverpeasException
get my SocialInformationPublication

Specified by:
getSocialInformationsList in interface SocialPublicationsInterface
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 the SocialInformationPublication of my contacts

Specified by:
getSocialInformationsListOfMyContacts in interface SocialPublicationsInterface
Parameters:
myId -
myContactsIds -
begin -
end -
Returns:
List
Throws:
SilverpeasException


Copyright © 2016 Silverpeas. All Rights Reserved.