com.silverpeas.socialnetwork.relationShip
Class SocialRelationShips
java.lang.Object
com.silverpeas.socialnetwork.relationShip.SocialRelationShips
- All Implemented Interfaces:
- SocialRelationShipsInterface
public class SocialRelationShips
- extends Object
- implements SocialRelationShipsInterface
- Author:
- Bensalem Nabil
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRelationShips
public SocialRelationShips()
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.