public interface TaskCommentsService
| Modifier and Type | Method and Description |
|---|---|
long |
addComment(long taskId,
String text,
String addedBy,
Date addedOn) |
void |
deleteComment(long taskId,
long commentId) |
List<CommentSummary> |
getAllCommentsByTaskId(long taskId) |
CommentSummary |
getCommentById(long taskId,
long commentId) |
void deleteComment(long taskId,
long commentId)
List<CommentSummary> getAllCommentsByTaskId(long taskId)
CommentSummary getCommentById(long taskId, long commentId)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.