Class SocialQuickInfoComment

java.lang.Object
org.silverpeas.components.quickinfo.socialnetwork.SocialQuickInfoComment
All Implemented Interfaces:
org.silverpeas.core.socialnetwork.provider.SocialInformationProvider<org.silverpeas.core.comment.socialnetwork.SocialInformationComment>, org.silverpeas.core.socialnetwork.provider.SocialNewsCommentProvider<org.silverpeas.core.comment.socialnetwork.SocialInformationComment>

@Provider public class SocialQuickInfoComment extends Object implements org.silverpeas.core.socialnetwork.provider.SocialNewsCommentProvider<org.silverpeas.core.comment.socialnetwork.SocialInformationComment>
  • Constructor Details

    • SocialQuickInfoComment

      public SocialQuickInfoComment()
  • Method Details

    • getSocialInformationList

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

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