Uses of Class
de.hybris.platform.workflow.model.WorkflowActionCommentModel
Packages that use WorkflowActionCommentModel
Package
Description
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of WorkflowActionCommentModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowActionCommentModelModifier and TypeMethodDescriptionWorkflowActionCommentService.addCommentToAction(String commentValue, WorkflowActionModel action) Adds comment to actionMethods in de.hybris.platform.workflow with parameters of type WorkflowActionCommentModelModifier and TypeMethodDescriptionbooleanWorkflowActionCommentService.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 WorkflowActionCommentModelModifier and TypeMethodDescriptionDefaultWorkflowActionCommentService.addCommentToAction(String commentValue, WorkflowActionModel action) Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowActionCommentModelModifier and TypeMethodDescriptionbooleanDefaultWorkflowActionCommentService.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 WorkflowActionCommentModelModifier and TypeMethodDescriptionAbstractWorkflowActionModel.getWorkflowActionComments()Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionCommentModelModifier and TypeMethodDescriptionvoidAbstractWorkflowActionModel.setWorkflowActionComments(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 WorkflowActionCommentModelModifier and TypeMethodDescriptionWorkflowService.getCommentsForAction(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.workflow.services with parameters of type WorkflowActionCommentModelModifier and TypeMethodDescriptionbooleanWorkflowService.isAutomatedComment(WorkflowActionCommentModel comment) Deprecated, for removal: This API element is subject to removal in a future version.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 WorkflowActionCommentModelModifier and TypeMethodDescriptionWorkflowServiceImpl.getCommentsForAction(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.workflow.services.impl with parameters of type WorkflowActionCommentModelModifier and TypeMethodDescriptionbooleanWorkflowServiceImpl.isAutomatedComment(WorkflowActionCommentModel comment) Deprecated, for removal: This API element is subject to removal in a future version.since ages
AbstractWorkflowActionModel.getWorkflowActionComments()