Package ru.slie.luna.issue.comment
Interface CommentManager
public interface CommentManager
-
Method Summary
Modifier and TypeMethodDescriptiongetByIds(Collection<Long> commentIds) getForIssue(Issue issue) getForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) voidsearch(CommentsSearchParams searchParams)
-
Method Details
-
create
Comment create(User author, Issue issue, String text, boolean fireEvent, boolean sendEmail) throws ValidateException - Throws:
ValidateException
-
save
void save(User updater, Comment comment, String text, boolean fireEvent, boolean sendEmail) throws ValidateException - Throws:
ValidateException
-
delete
-
getById
-
getByIds
-
getForIssue
-
getForIssue
-
search
- Throws:
SearchException
-