Class SocialQuickInfoComment

  • All Implemented Interfaces:
    org.silverpeas.core.socialnetwork.provider.SocialInformationProvider, org.silverpeas.core.socialnetwork.provider.SocialNewsCommentProvider

    @Provider
    public class SocialQuickInfoComment
    extends Object
    implements org.silverpeas.core.socialnetwork.provider.SocialNewsCommentProvider
    • Constructor Detail

      • SocialQuickInfoComment

        public SocialQuickInfoComment()
    • Method Detail

      • getSocialInformationList

        public List<org.silverpeas.core.socialnetwork.model.SocialInformation> getSocialInformationList​(String userId,
                                                                                                        Date begin,
                                                                                                        Date end)
        Specified by:
        getSocialInformationList in interface org.silverpeas.core.socialnetwork.provider.SocialInformationProvider
      • getSocialInformationListOfMyContacts

        public List<org.silverpeas.core.socialnetwork.model.SocialInformation> getSocialInformationListOfMyContacts​(String myId,
                                                                                                                    List<String> myContactsIds,
                                                                                                                    Date begin,
                                                                                                                    Date end)
        Specified by:
        getSocialInformationListOfMyContacts in interface org.silverpeas.core.socialnetwork.provider.SocialInformationProvider