Uses of Class
lumis.service.commentit.Comment
-
Packages that use Comment Package Description lumis.service.commentit -
-
Uses of Comment in lumis.service.commentit
Methods in lumis.service.commentit that return Comment Modifier and Type Method Description Comment
CommentItResource. getComment(String id)
Returns aComment
by its identifier.Methods in lumis.service.commentit that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
CommentItResource.CommentsList. getItems()
Methods in lumis.service.commentit with parameters of type Comment Modifier and Type Method Description Response
CommentItResource. addComment(Comment comment)
Adds aComment
.static void
CommentItMonitorUtil. collectAddComment(HttpServletRequest request, Comment comment, ITransaction transaction)
Collects the add comment event.static void
CommentItMonitorUtil. collectRemoveComment(HttpServletRequest request, Comment comment, ITransaction transaction)
Collects the remove comment event.Constructor parameters in lumis.service.commentit with type arguments of type Comment Constructor Description CommentsItem(String serviceInstanceId, String itemId, List<Comment> comments, int totalComments, UriInfo uriInfo, boolean canPostComment)
Constructor that also initializes theCommentItResource.CommentsList
CommentsList(UriInfo uriInfo, List<Comment> items, int totalComments)
Constructor that also initializes the ListResult
-