com.stratelia.webactiv.publication.social
Class SocialPublications
java.lang.Object
com.stratelia.webactiv.publication.social.SocialPublications
- All Implemented Interfaces:
- SocialPublicationsInterface
public class SocialPublications
- extends Object
- implements SocialPublicationsInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialPublications
public SocialPublications()
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.