Class SocialGalleryMediaComment

java.lang.Object
org.silverpeas.components.gallery.socialnetwork.SocialGalleryMediaComment
All Implemented Interfaces:
org.silverpeas.core.socialnetwork.provider.SocialInformationProvider<org.silverpeas.core.socialnetwork.model.SocialInformation>, org.silverpeas.core.socialnetwork.provider.SocialMediaCommentProvider<org.silverpeas.core.socialnetwork.model.SocialInformation>

@Provider public class SocialGalleryMediaComment extends Object implements org.silverpeas.core.socialnetwork.provider.SocialMediaCommentProvider<org.silverpeas.core.socialnetwork.model.SocialInformation>
  • Constructor Details

    • SocialGalleryMediaComment

      public SocialGalleryMediaComment()
  • Method Details

    • 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<org.silverpeas.core.socialnetwork.model.SocialInformation>
    • 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<org.silverpeas.core.socialnetwork.model.SocialInformation>