Interface SocialInformationProvider
-
- All Known Subinterfaces:
SocialEventProvider
,SocialMediaCommentProvider
,SocialMediaProvider
,SocialNewsCommentProvider
,SocialPublicationCommentProvider
,SocialPublicationProvider
,SocialRelationShipProvider
,SocialStatusProvider
- All Known Implementing Classes:
DefaultUserCalendarEventOccurrenceSocialProvider
,SocialEvent
,SocialPublicationComment
,SocialPublications
,SocialRelationShips
,SocialStatus
public interface SocialInformationProvider
A provider of social data. Any provider of information that can be shared among the users and whose type is supported by the social network, as defined in theSocialInformationType
enumeration, should implement this interface. It should have only one implementation of social information provider for one type of such a social information.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SocialInformation>
getSocialInformationList(String userId, Date begin, Date end)
List<SocialInformation>
getSocialInformationListOfMyContacts(String myId, List<String> myContactsIds, Date begin, Date end)
-