Class DefaultUserCalendarEventOccurrenceSocialProvider
- java.lang.Object
-
- org.silverpeas.web.usercalendar.socialnetwork.DefaultUserCalendarEventOccurrenceSocialProvider
-
- All Implemented Interfaces:
SocialEventProvider
,SocialInformationProvider
@Provider @Alternative @Priority(2010) public class DefaultUserCalendarEventOccurrenceSocialProvider extends Object implements SocialEventProvider
For now, this implementation is alternative toSocialEvent
one.Indeed,
SocialEvent
implementation will be soon deleted. But, while waiting for that to happen, it is kept intact.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultUserCalendarEventOccurrenceSocialProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SocialInformation>
getLastSocialInformationsListOfMyContacts(String userId, List<String> myContactsIds, Date begin, Date end)
protected Date
getLegacyNow()
List<SocialInformation>
getMyLastSocialInformationsList(String userId, Date begin, Date end)
List<SocialInformation>
getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
getSocialInformationListOfMyContacts(String userId, List<String> myContactsIds, Date begin, Date end)
List<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
-
getSocialInformationList
public List<SocialInformation> getSocialInformationList(String userId, Date begin, Date end)
- Specified by:
getSocialInformationList
in interfaceSocialInformationProvider
-
getSocialInformationListOfMyContacts
public List<SocialInformation> getSocialInformationListOfMyContacts(String userId, List<String> myContactsIds, Date begin, Date end)
- Specified by:
getSocialInformationListOfMyContacts
in interfaceSocialInformationProvider
-
getLastSocialInformationsListOfMyContacts
public List<SocialInformation> getLastSocialInformationsListOfMyContacts(String userId, List<String> myContactsIds, Date begin, Date end)
- Specified by:
getLastSocialInformationsListOfMyContacts
in interfaceSocialEventProvider
-
getMyLastSocialInformationsList
public List<SocialInformation> getMyLastSocialInformationsList(String userId, Date begin, Date end)
- Specified by:
getMyLastSocialInformationsList
in interfaceSocialEventProvider
-
getLegacyNow
protected Date getLegacyNow()
-
-