com.stratelia.webactiv.calendar.socialnetwork
Class SocialEvent

java.lang.Object
  extended by com.stratelia.webactiv.calendar.socialnetwork.SocialEvent
All Implemented Interfaces:
SocialEventsInterface

public class SocialEvent
extends Object
implements SocialEventsInterface

Author:
Bensalem Nabil

Constructor Summary
SocialEvent()
           
 
Method Summary
 List getLastSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
          get the Last socialEvents of my contacts according to number of Item and the first Index
 List getMyLastSocialInformationsList(String myId, Date begin, Date end)
          get the my last socialEvents 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 getSocialInformationsListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
          get the next socialEvents 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

SocialEvent

public SocialEvent()
Method Detail

getSocialInformationsList

public List<SocialInformation> getSocialInformationsList(String userId,
                                                         String classification,
                                                         Date begin,
                                                         Date end)
                                                  throws CalendarException
Description copied from interface: SocialEventsInterface
get list of socialInformation according to number of Item and the first Index

Specified by:
getSocialInformationsList in interface SocialEventsInterface
Parameters:
userId -
classification -
begin -
end -
Returns:
Throws:
CalendarException
UtilException

getSocialInformationsListOfMyContacts

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

Specified by:
getSocialInformationsListOfMyContacts in interface SocialEventsInterface
Parameters:
myId -
myContactsIds -
begin -
end -
numberOfElement -
firstIndex -
Returns:
Throws:
SilverpeasException

getLastSocialInformationsListOfMyContacts

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

Specified by:
getLastSocialInformationsListOfMyContacts in interface SocialEventsInterface
Parameters:
myId -
myContactsIds -
numberOfElement -
firstIndex -
Returns:
Throws:
SilverpeasException

getMyLastSocialInformationsList

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

Specified by:
getMyLastSocialInformationsList in interface SocialEventsInterface
Parameters:
myId -
numberOfElement -
firstIndex -
Returns:
Throws:
SilverpeasException


Copyright © 2016 Silverpeas. All Rights Reserved.