org.silverpeas.components.quickinfo.socialNetwork
Class SocialCommentQuickInfos
java.lang.Object
  
org.silverpeas.components.quickinfo.socialNetwork.SocialCommentQuickInfos
- All Implemented Interfaces: 
 - com.silverpeas.socialnetwork.provider.SocialCommentQuickInfosInterface
 
public class SocialCommentQuickInfos
- extends Object
- implements com.silverpeas.socialnetwork.provider.SocialCommentQuickInfosInterface
  
 
| 
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 | 
 
SocialCommentQuickInfos
public SocialCommentQuickInfos()
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.SocialCommentQuickInfosInterface
 
- 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.SocialCommentQuickInfosInterface
 
- Parameters:
 myId - myContactsIds - begin - end - 
- Returns:
 - List
- Throws:
 com.stratelia.webactiv.util.exception.SilverpeasException 
 
 
Copyright © 2016 Silverpeas. All Rights Reserved.