com.silverpeas.socialnetwork.provider
Interface SocialEventsInterface

All Known Implementing Classes:
SocialEvent

public interface SocialEventsInterface


Method Summary
 List<SocialInformation> getLastSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
          get the Last Events of my contacts according to number of Item and the first Index
 List<SocialInformation> getMyLastSocialInformationsList(String myId, Date begin, Date end)
          get the my last Events according to number of Item and the first Index
 List<SocialInformation> getSocialInformationsList(String userId, String classification, Date begin, Date end)
          get list of socialInformation according to number of Item and the first Index
 List<SocialInformation> getSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
          get the next Events of my contacts according to number of Item and the first Index
 

Method Detail

getSocialInformationsList

List<SocialInformation> getSocialInformationsList(String userId,
                                                  String classification,
                                                  Date begin,
                                                  Date end)
                                                  throws SilverpeasException
get list of socialInformation according to number of Item and the first Index

Parameters:
userId -
classification - (private or public)
limit -
offset -
Returns:
List
Throws:
SilverpeasException

getSocialInformationsListOfMyContacts

List<SocialInformation> getSocialInformationsListOfMyContacts(String myId,
                                                              List<String> myContactsIds,
                                                              Date begin,
                                                              Date end)
                                                              throws SilverpeasException
get the next Events of my contacts according to number of Item and the first Index

Parameters:
myId -
myContactsIds -
numberOfElement -
firstIndex -
Throws:
SilverpeasException

getLastSocialInformationsListOfMyContacts

List<SocialInformation> getLastSocialInformationsListOfMyContacts(String myId,
                                                                  List<String> myContactsIds,
                                                                  Date begin,
                                                                  Date end)
                                                                  throws SilverpeasException
get the Last Events of my contacts according to number of Item and the first Index

Parameters:
myId -
myContactsIds -
numberOfElement -
firstIndex -
Throws:
SilverpeasException

getMyLastSocialInformationsList

List<SocialInformation> getMyLastSocialInformationsList(String myId,
                                                        Date begin,
                                                        Date end)
                                                        throws SilverpeasException
get the my last Events according to number of Item and the first Index

Parameters:
myId -
numberOfElement -
firstIndex -
Throws:
SilverpeasException


Copyright © 2016 Silverpeas. All Rights Reserved.