Class CreateNewCommentExecutor
java.lang.Object
de.hybris.platform.cockpit.services.comments.modes.impl.CreateNewCommentExecutor
- All Implemented Interfaces:
CommentModeExecutor
Default
CommentModeExecutor for creating new comments in the comment-layer. Implementation of
CommentModeExecutor must be stateless.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommentAction(CommentLayerComponent commentLayerComponent) Sets the comment layer in 'create' mode:
-
Constructor Details
-
CreateNewCommentExecutor
public CreateNewCommentExecutor()
-
-
Method Details
-
executeCommentAction
Sets the comment layer in 'create' mode:- Specified by:
executeCommentActionin interfaceCommentModeExecutor- Parameters:
commentLayerComponent- - target component.
-