Class WorkflowDecisionModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<WorkflowDecisionModel>
-
- de.hybris.platform.cmsfacades.util.models.WorkflowDecisionModelMother
-
public class WorkflowDecisionModelMother extends AbstractModelMother<WorkflowDecisionModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APPROVE_DECISION
static java.lang.String
REJECT_DECISION
-
Constructor Summary
Constructors Constructor Description WorkflowDecisionModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowDecisionModel
createWorkflowApproveDecision(WorkflowActionModel workflowActionModel)
protected WorkflowDecisionModel
createWorkflowDecision(WorkflowActionModel workflowActionModel, java.lang.String name)
WorkflowDecisionModel
createWorkflowRejectDecision(WorkflowActionModel workflowActionModel)
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
APPROVE_DECISION
public static final java.lang.String APPROVE_DECISION
- See Also:
- Constant Field Values
-
REJECT_DECISION
public static final java.lang.String REJECT_DECISION
- See Also:
- Constant Field Values
-
-
Method Detail
-
createWorkflowApproveDecision
public WorkflowDecisionModel createWorkflowApproveDecision(WorkflowActionModel workflowActionModel)
-
createWorkflowRejectDecision
public WorkflowDecisionModel createWorkflowRejectDecision(WorkflowActionModel workflowActionModel)
-
createWorkflowDecision
protected WorkflowDecisionModel createWorkflowDecision(WorkflowActionModel workflowActionModel, java.lang.String name)
-
-