Uses of Class
com.silverpeas.comment.socialnetwork.SocialInformationComment

Packages that use SocialInformationComment
com.silverpeas.comment.dao   
com.silverpeas.comment.dao.jdbc   
com.silverpeas.comment.service   
 

Uses of SocialInformationComment in com.silverpeas.comment.dao
 

Methods in com.silverpeas.comment.dao that return types with arguments of type SocialInformationComment
 List<SocialInformationComment> CommentDAO.getSocialInformationCommentsListByUserId(List<String> resourceTypes, String userId, Period period)
          Get the list of SocialInformationComment added by userId in a period
 List<SocialInformationComment> CommentDAO.getSocialInformationCommentsListOfMyContacts(List<String> resourceTypes, List<String> myContactsIds, List<String> instanceIds, Period period)
          Gets the list of SocialInformationComment added by myContactsIds in a period
 

Uses of SocialInformationComment in com.silverpeas.comment.dao.jdbc
 

Methods in com.silverpeas.comment.dao.jdbc that return types with arguments of type SocialInformationComment
 List<SocialInformationComment> JDBCCommentRequester.getSocialInformationComments(Connection con, List<String> resourceTypes, List<String> userAuthorIds, List<String> instanceIds, Period period)
           
 List<SocialInformationComment> JDBCCommentDAO.getSocialInformationCommentsListByUserId(List<String> resourceTypes, String userId, Period period)
           
 List<SocialInformationComment> JDBCCommentDAO.getSocialInformationCommentsListOfMyContacts(List<String> resourceTypes, List<String> myContactsIds, List<String> instanceIds, Period period)
           
 

Uses of SocialInformationComment in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service that return types with arguments of type SocialInformationComment
 List<SocialInformationComment> DefaultCommentService.getSocialInformationCommentsListByUserId(List<String> resourceTypes, String userId, Period period)
          Get the list of SocialInformationComment added by userId in a period
 List<SocialInformationComment> CommentService.getSocialInformationCommentsListByUserId(List<String> listResourceType, String userId, Period period)
           
 List<SocialInformationComment> DefaultCommentService.getSocialInformationCommentsListOfMyContacts(List<String> resourceTypes, List<String> myContactsIds, List<String> instanceIds, Period period)
          Gets the list of SocialInformationComment added by myContactsIds in a period
 List<SocialInformationComment> CommentService.getSocialInformationCommentsListOfMyContacts(List<String> listResourceType, List<String> myContactsIds, List<String> listInstanceId, Period period)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.