com.silverpeas.gallery.socialNetwork
Class SocialCommentGallery

java.lang.Object
  extended by com.silverpeas.gallery.socialNetwork.SocialCommentGallery
All Implemented Interfaces:
com.silverpeas.socialnetwork.provider.SocialCommentGalleryInterface

public class SocialCommentGallery
extends Object
implements com.silverpeas.socialnetwork.provider.SocialCommentGalleryInterface


Constructor Summary
SocialCommentGallery()
           
 
Method Summary
 List<com.silverpeas.socialnetwork.model.SocialInformation> getSocialInformationsList(String userId, com.silverpeas.calendar.Date begin, com.silverpeas.calendar.Date end)
          get list of SocialInformation
 List<com.silverpeas.socialnetwork.model.SocialInformation> getSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, com.silverpeas.calendar.Date begin, com.silverpeas.calendar.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

SocialCommentGallery

public SocialCommentGallery()
Method Detail

getSocialInformationsList

public List<com.silverpeas.socialnetwork.model.SocialInformation> getSocialInformationsList(String userId,
                                                                                            com.silverpeas.calendar.Date begin,
                                                                                            com.silverpeas.calendar.Date end)
                                                                                     throws com.stratelia.webactiv.util.exception.SilverpeasException
get list of SocialInformation

Specified by:
getSocialInformationsList in interface com.silverpeas.socialnetwork.provider.SocialCommentGalleryInterface
Parameters:
userId -
begin -
end -
Returns:
List
Throws:
com.stratelia.webactiv.util.exception.SilverpeasException

getSocialInformationsListOfMyContacts

public List<com.silverpeas.socialnetwork.model.SocialInformation> getSocialInformationsListOfMyContacts(String myId,
                                                                                                        List<String> myContactsIds,
                                                                                                        com.silverpeas.calendar.Date begin,
                                                                                                        com.silverpeas.calendar.Date end)
                                                                                                 throws com.stratelia.webactiv.util.exception.SilverpeasException
get list of socialInformation of my contacts according to ids of my contacts

Specified by:
getSocialInformationsListOfMyContacts in interface com.silverpeas.socialnetwork.provider.SocialCommentGalleryInterface
Parameters:
myId -
myContactsIds -
begin -
end -
Returns:
List
Throws:
com.stratelia.webactiv.util.exception.SilverpeasException


Copyright © 2016 Silverpeas. All Rights Reserved.