Class SocialEvent
- java.lang.Object
-
- org.silverpeas.core.personalorganizer.socialnetwork.SocialEvent
-
- All Implemented Interfaces:
SocialEventProvider
,SocialInformationProvider
@Provider public class SocialEvent extends Object implements SocialEventProvider
- Author:
- Bensalem Nabil
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SocialEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 IndexList
getMyLastSocialInformationsList(String myId, Date begin, Date end)
get the my last socialEvents according to number of Item and the first IndexList<SocialInformation>
getSocialInformationList(String userId, Date begin, Date end)
List
getSocialInformationListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
get the next socialEvents of my contacts according to number of Item and the first IndexList<SocialInformation>
getSocialInformationsList(String userId, String classification, Date begin, Date end)
-
-
-
Method Detail
-
getSocialInformationsList
public List<SocialInformation> getSocialInformationsList(String userId, String classification, Date begin, Date end)
- Specified by:
getSocialInformationsList
in interfaceSocialEventProvider
- Parameters:
userId
- the user identifierclassification
-begin
- dateend
- date- Returns:
-
getSocialInformationList
public List<SocialInformation> getSocialInformationList(String userId, Date begin, Date end)
- Specified by:
getSocialInformationList
in interfaceSocialInformationProvider
-
getSocialInformationListOfMyContacts
public List getSocialInformationListOfMyContacts(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- Specified by:
getSocialInformationListOfMyContacts
in interfaceSocialInformationProvider
- Parameters:
myId
-myContactsIds
-begin
- dateend
- date- Returns:
-
getLastSocialInformationsListOfMyContacts
public 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- Specified by:
getLastSocialInformationsListOfMyContacts
in interfaceSocialEventProvider
- Parameters:
myId
-myContactsIds
-begin
- dateend
- date- Returns:
-
getMyLastSocialInformationsList
public List getMyLastSocialInformationsList(String myId, Date begin, Date end)
get the my last socialEvents according to number of Item and the first Index- Specified by:
getMyLastSocialInformationsList
in interfaceSocialEventProvider
- Parameters:
myId
-- Returns:
-
-