Uses of Class
com.jamasoftware.contour.domain.Comment

Packages that use Comment
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of Comment in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Comment
 Comment CommentDao.getComment(java.lang.Integer commentsId)
           
 Comment CommentDao.saveComment(Comment comment)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Comment
 java.util.List<Comment> CommentDao.getCommentReplies(java.util.List<java.lang.Integer> parentIds)
           
 java.util.List<Comment> CommentDao.getComments(java.lang.Integer documentId)
           
 java.util.List<Comment> CommentDao.getComments(java.lang.Integer scopeId, java.lang.Integer refId)
           
 java.util.List<Comment> CommentDao.getDocumentCommentsForDeletion(java.lang.Integer documentId)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedComments(java.lang.Integer documentId, java.lang.Integer scope, java.lang.Integer refId, com.jamasoftware.contour.service.search.PageInfo pageInfo)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedCommentsForRevisionItems(java.lang.Integer revisionId, java.util.List<java.lang.Integer> revisionItemIds, java.lang.Integer commentId, com.jamasoftware.contour.service.search.PageInfo pageInfo, CommentType cType, java.util.List<java.lang.Integer> parameters, User user, java.lang.Boolean thisRevisionOnly, java.lang.Boolean highlightedCommentsOnly)
          Gets comments for the specified revision items.
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedRevisionAndItemComments(java.util.List<java.lang.Integer> revisionIds, com.jamasoftware.contour.service.search.PageInfo pi, CommentType cType, java.util.List<java.lang.Integer> parameters, User user)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedRevisionComments(java.util.List<java.lang.Integer> revisionIds, com.jamasoftware.contour.service.search.PageInfo pi, CommentType cType, java.util.List<java.lang.Integer> parameters, User user)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedRevisionItemComments(java.lang.Integer revisionItemId, java.lang.Integer commentId, com.jamasoftware.contour.service.search.PageInfo pi, CommentType cType, java.util.List<java.lang.Integer> parameters, User user, java.lang.Boolean thisRevisionOnly)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Comment
 void CommentDao.deleteComment(Comment comment)
           
 Comment CommentDao.saveComment(Comment comment)
           
 

Uses of Comment in com.jamasoftware.contour.domain
 

Constructors in com.jamasoftware.contour.domain with parameters of type Comment
Comment(Comment other)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.