Uses of Class
de.hybris.platform.workflow.jalo.WorkflowActionComment
-
Packages that use WorkflowActionComment Package Description de.hybris.platform.workflow.jalo -
-
Uses of WorkflowActionComment in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo with type parameters of type WorkflowActionComment Modifier and Type Field Description protected static OneToManyHandler<WorkflowActionComment>GeneratedAbstractWorkflowAction. WORKFLOWACTIONCOMMENTSHANDLEROneToManyHandlerfor handling 1:n WORKFLOWACTIONCOMMENTS's relation attributes from 'many' side.Methods in de.hybris.platform.workflow.jalo that return WorkflowActionComment Modifier and Type Method Description WorkflowActionCommentGeneratedWorkflowManager. createWorkflowActionComment(SessionContext ctx, java.util.Map attributeValues)WorkflowActionCommentGeneratedWorkflowManager. createWorkflowActionComment(java.util.Map attributeValues)Methods in de.hybris.platform.workflow.jalo that return types with arguments of type WorkflowActionComment Modifier and Type Method Description java.util.Collection<WorkflowActionComment>GeneratedAbstractWorkflowAction. getWorkflowActionComments()Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.java.util.Collection<WorkflowActionComment>GeneratedAbstractWorkflowAction. getWorkflowActionComments(SessionContext ctx)Generated method - Getter of theAbstractWorkflowAction.workflowActionCommentsattribute.Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowActionComment Modifier and Type Method Description voidGeneratedAbstractWorkflowAction. 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 WorkflowActionComment Modifier and Type Method Description voidGeneratedAbstractWorkflowAction. setWorkflowActionComments(SessionContext ctx, java.util.Collection<WorkflowActionComment> value)Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.voidGeneratedAbstractWorkflowAction. setWorkflowActionComments(java.util.Collection<WorkflowActionComment> value)Generated method - Setter of theAbstractWorkflowAction.workflowActionCommentsattribute.
-