Class EditCommentModeExecutor
java.lang.Object
de.hybris.platform.cockpit.services.comments.modes.impl.EditCommentModeExecutor
- All Implemented Interfaces:
CommentModeExecutor
Default executor for EDIT_COMMENT mode.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommentAction(CommentLayerComponent commentLayerComponent) Performs action execution for the given comment-layer capable component.
-
Constructor Details
-
EditCommentModeExecutor
public EditCommentModeExecutor()
-
-
Method Details
-
executeCommentAction
Description copied from interface:CommentModeExecutorPerforms action execution for the given comment-layer capable component.- Specified by:
executeCommentActionin interfaceCommentModeExecutor- Parameters:
commentLayerComponent- - target component.
-