Uses of Class
de.hybris.platform.workflow.model.WorkflowActionCommentModel
-
Packages that use WorkflowActionCommentModel Package Description de.hybris.platform.workflow de.hybris.platform.workflow.impl de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package.de.hybris.platform.workflow.services de.hybris.platform.workflow.services.impl -
-
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowActionCommentModel Modifier and Type Method Description WorkflowActionCommentModelWorkflowActionCommentService. addCommentToAction(java.lang.String commentValue, WorkflowActionModel action)Adds comment to actionMethods in de.hybris.platform.workflow with parameters of type WorkflowActionCommentModel Modifier and Type Method Description booleanWorkflowActionCommentService. isAutomatedComment(WorkflowActionCommentModel comment)Returns true if comment is automated -
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return WorkflowActionCommentModel Modifier and Type Method Description WorkflowActionCommentModelDefaultWorkflowActionCommentService. addCommentToAction(java.lang.String commentValue, WorkflowActionModel action)Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowActionCommentModel Modifier and Type Method Description booleanDefaultWorkflowActionCommentService. isAutomatedComment(WorkflowActionCommentModel comment) -
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionCommentModel Modifier and Type Method Description java.util.Collection<WorkflowActionCommentModel>AbstractWorkflowActionModel. getWorkflowActionComments()Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionCommentModel Modifier and Type Method Description voidAbstractWorkflowActionModel. setWorkflowActionComments(java.util.Collection<WorkflowActionCommentModel> value)Generated method - Setter ofAbstractWorkflowAction.workflowActionCommentsattribute defined at extensionworkflow. -
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow.services
Methods in de.hybris.platform.workflow.services that return types with arguments of type WorkflowActionCommentModel Modifier and Type Method Description java.util.List<WorkflowActionCommentModel>WorkflowService. getCommentsForAction(WorkflowActionModel action)Deprecated.since ages - as of release 4.3, please useAbstractWorkflowActionModel.getWorkflowActionComments()Methods in de.hybris.platform.workflow.services with parameters of type WorkflowActionCommentModel Modifier and Type Method Description booleanWorkflowService. isAutomatedComment(WorkflowActionCommentModel comment)Deprecated.since ages - as of release 4.3, please useWorkflowActionCommentService.isAutomatedComment(WorkflowActionCommentModel) -
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow.services.impl
Methods in de.hybris.platform.workflow.services.impl that return types with arguments of type WorkflowActionCommentModel Modifier and Type Method Description java.util.List<WorkflowActionCommentModel>WorkflowServiceImpl. getCommentsForAction(WorkflowActionModel action)Deprecated.Methods in de.hybris.platform.workflow.services.impl with parameters of type WorkflowActionCommentModel Modifier and Type Method Description booleanWorkflowServiceImpl. isAutomatedComment(WorkflowActionCommentModel comment)Deprecated.since ages
-