com.silverpeas.socialnetwork.relationShip
Class SocialRelationShips

java.lang.Object
  extended by com.silverpeas.socialnetwork.relationShip.SocialRelationShips
All Implemented Interfaces:
SocialRelationShipsInterface

public class SocialRelationShips
extends Object
implements SocialRelationShipsInterface

Author:
Bensalem Nabil

Constructor Summary
SocialRelationShips()
           
 
Method Summary
 List<SocialInformation> getSocialInformationsList(String userId, Date begin, Date end)
          Get list of my socialInformationRelationShip (relationShips) according to number of Item and the first Index
 List<SocialInformation> getSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
          Get list socialInformationRelationShip (relationShips) of my Contacts according to number of Item and the first Index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRelationShips

public SocialRelationShips()
Method Detail

getSocialInformationsList

public List<SocialInformation> getSocialInformationsList(String userId,
                                                         Date begin,
                                                         Date end)
                                                  throws SilverpeasException
Get list of my socialInformationRelationShip (relationShips) according to number of Item and the first Index

Specified by:
getSocialInformationsList in interface SocialRelationShipsInterface
Parameters:
userId -
numberOfElement -
firstIndex -
Returns:
List
Throws:
SilverpeasException

getSocialInformationsListOfMyContacts

public List<SocialInformation> getSocialInformationsListOfMyContacts(String myId,
                                                                     List<String> myContactsIds,
                                                                     Date begin,
                                                                     Date end)
                                                              throws SilverpeasException
Get list socialInformationRelationShip (relationShips) of my Contacts according to number of Item and the first Index

Specified by:
getSocialInformationsListOfMyContacts in interface SocialRelationShipsInterface
Parameters:
myId -
myContactsIds -
numberOfElement -
firstIndex -
Returns:
Throws:
SilverpeasException


Copyright © 2016 Silverpeas. All Rights Reserved.