Uses of Class
de.hybris.platform.workflow.jalo.WorkflowActionComment
Packages that use WorkflowActionComment
-
Uses of WorkflowActionComment in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo with type parameters of type WorkflowActionCommentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<WorkflowActionComment>GeneratedAbstractWorkflowAction.WORKFLOWACTIONCOMMENTSHANDLEROneToManyHandlerfor handling 1:n WORKFLOWACTIONCOMMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.workflow.jalo that return WorkflowActionCommentModifier and TypeMethodDescriptionGeneratedWorkflowManager.createWorkflowActionComment(SessionContext ctx, Map attributeValues) GeneratedWorkflowManager.createWorkflowActionComment(Map attributeValues) Methods in de.hybris.platform.workflow.jalo that return types with arguments of type WorkflowActionCommentModifier and TypeMethodDescriptionGeneratedAbstractWorkflowAction.getWorkflowActionComments()Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.GeneratedAbstractWorkflowAction.getWorkflowActionComments(SessionContext ctx) Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowActionCommentModifier and TypeMethodDescriptionvoidGeneratedAbstractWorkflowAction.addToWorkflowActionComments(SessionContext ctx, WorkflowActionComment value) Generated method - Addsvalueto workflowActionComments.voidGeneratedAbstractWorkflowAction.addToWorkflowActionComments(WorkflowActionComment value) Generated method - Addsvalueto workflowActionComments.voidGeneratedAbstractWorkflowAction.removeFromWorkflowActionComments(SessionContext ctx, WorkflowActionComment value) Generated method - Removesvaluefrom workflowActionComments.voidGeneratedAbstractWorkflowAction.removeFromWorkflowActionComments(WorkflowActionComment value) Generated method - Removesvaluefrom workflowActionComments.Method parameters in de.hybris.platform.workflow.jalo with type arguments of type WorkflowActionCommentModifier and TypeMethodDescriptionvoidGeneratedAbstractWorkflowAction.setWorkflowActionComments(SessionContext ctx, Collection<WorkflowActionComment> value) Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.voidGeneratedAbstractWorkflowAction.setWorkflowActionComments(Collection<WorkflowActionComment> value) Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.