Uses of Class
de.hybris.platform.cms2.model.CMSWorkflowCommentModel
-
Packages that use CMSWorkflowCommentModel Package Description de.hybris.platform.cmsfacades.workflow.impl -
-
Uses of CMSWorkflowCommentModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return CMSWorkflowCommentModel Modifier and Type Method Description protected CMSWorkflowCommentModelDefaultCMSWorkflowFacade. createComment(WorkflowDecisionModel decision, CommentTypeModel commentType, ComponentModel component, java.lang.String subject, java.lang.String text)Creates a comment and assigns a decision to it.Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type CMSWorkflowCommentModel Modifier and Type Method Description protected voidDefaultCMSWorkflowFacade. addCommentToAction(WorkflowActionModel action, CMSWorkflowCommentModel comment)Adds a comment to an action.
-