CommentService.CommentCreateValidationResult |
DefaultCommentService.validateCommentCreate(ApplicationUser user,
CommentService.CommentParameters commentParameters) |
CommentService.CommentCreateValidationResult |
CommentService.validateCommentCreate(ApplicationUser user,
CommentService.CommentParameters commentParameters)
Confirms the parameters to create a comment are valid and that the user has the permission to do so.
|
CommentService.CommentCreateValidationResult |
DefaultCommentService.validateCommentCreate(ApplicationUser user,
CommentService.CommentParameters commentParameters,
Optional<Status> status) |
CommentService.CommentCreateValidationResult |
CommentService.validateCommentCreate(ApplicationUser user,
CommentService.CommentParameters commentParameters,
Optional<Status> status)
Confirms the parameters to create a comment are valid and that the user has the permission to do so if the issue was in the given status.
|
CommentService.CommentUpdateValidationResult |
DefaultCommentService.validateCommentUpdate(ApplicationUser user,
Long commentId,
CommentService.CommentParameters commentParameters) |
CommentService.CommentUpdateValidationResult |
CommentService.validateCommentUpdate(ApplicationUser user,
Long commentId,
CommentService.CommentParameters commentParameters)
Confirms the parameters to update a comment are valid and that the updating user has the permission to do so.
|