com.silverpeas.socialnetwork.provider
Interface SocialRelationShipsInterface
- All Known Implementing Classes:
- SocialRelationShips
public interface SocialRelationShipsInterface
- Author:
- Bensalem Nabil
getSocialInformationsList
List<SocialInformation> getSocialInformationsList(String userId,
Date begin,
Date end)
throws SilverpeasException
- get list of socialInformation according to number of Item and the first Index
- Parameters:
userId
- numberOfElement
- firstIndex
-
- Returns:
-
- Throws:
SilverpeasException
getSocialInformationsListOfMyContacts
List<SocialInformation> getSocialInformationsListOfMyContacts(String myId,
List<String> myContactsIds,
Date begin,
Date end)
throws SilverpeasException
- get list of socialInformation of my contacts according to ids of my contacts , number of Item
and the first Index
- Parameters:
myId
- myContactsIds
- numberOfElement
- firstIndex
-
- Returns:
-
- Throws:
SilverpeasException
Copyright © 2016 Silverpeas. All Rights Reserved.