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:
getSocialInformationListin interfaceorg.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:
getSocialInformationListOfMyContactsin interfaceorg.silverpeas.core.socialnetwork.provider.SocialInformationProvider<org.silverpeas.core.comment.socialnetwork.SocialInformationComment>
-