Uses of Interface
com.echothree.control.user.comment.common.form.DeleteCommentForm
Packages that use DeleteCommentForm
Package
Description
-
Uses of DeleteCommentForm in com.echothree.control.user.comment.common
Methods in com.echothree.control.user.comment.common that return DeleteCommentFormMethods in com.echothree.control.user.comment.common with parameters of type DeleteCommentFormModifier and TypeMethodDescriptionCommentService.deleteComment
(UserVisitPK userVisitPK, DeleteCommentForm form) -
Uses of DeleteCommentForm in com.echothree.control.user.comment.common.form
Methods in com.echothree.control.user.comment.common.form that return DeleteCommentFormModifier and TypeMethodDescriptionstatic DeleteCommentForm
CommentFormFactory.getDeleteCommentForm()
-
Uses of DeleteCommentForm in com.echothree.control.user.comment.server
Methods in com.echothree.control.user.comment.server that return DeleteCommentFormMethods in com.echothree.control.user.comment.server with parameters of type DeleteCommentFormModifier and TypeMethodDescriptionCommentBean.deleteComment
(UserVisitPK userVisitPK, DeleteCommentForm form) -
Uses of DeleteCommentForm in com.echothree.control.user.comment.server.command
Constructors in com.echothree.control.user.comment.server.command with parameters of type DeleteCommentFormModifierConstructorDescriptionDeleteCommentCommand
(UserVisitPK userVisitPK, DeleteCommentForm form) Creates a new instance of DeleteCommentCommand