Class WorkflowDecisionTemplateModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<WorkflowDecisionTemplateModel>
-
- de.hybris.platform.cmsfacades.util.models.WorkflowDecisionTemplateModelMother
-
public class WorkflowDecisionTemplateModelMother extends AbstractModelMother<WorkflowDecisionTemplateModel>
-
-
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 WorkflowDecisionTemplateModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowDecisionTemplateModel
createWorkflowApproveDecision(WorkflowActionTemplateModel workflowActionTemplateModel)
protected WorkflowDecisionTemplateModel
createWorkflowDecision(WorkflowActionTemplateModel workflowActionTemplateModel, java.lang.String name)
WorkflowDecisionTemplateModel
createWorkflowRejectDecision(WorkflowActionTemplateModel workflowActionTemplateModel)
protected WorkflowActionTemplateModelMother
getWorkflowActionTemplateModelMother()
void
setWorkflowActionTemplateModelMother(WorkflowActionTemplateModelMother workflowActionTemplateModelMother)
-
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 WorkflowDecisionTemplateModel createWorkflowApproveDecision(WorkflowActionTemplateModel workflowActionTemplateModel)
-
createWorkflowRejectDecision
public WorkflowDecisionTemplateModel createWorkflowRejectDecision(WorkflowActionTemplateModel workflowActionTemplateModel)
-
createWorkflowDecision
protected WorkflowDecisionTemplateModel createWorkflowDecision(WorkflowActionTemplateModel workflowActionTemplateModel, java.lang.String name)
-
getWorkflowActionTemplateModelMother
protected WorkflowActionTemplateModelMother getWorkflowActionTemplateModelMother()
-
setWorkflowActionTemplateModelMother
public void setWorkflowActionTemplateModelMother(WorkflowActionTemplateModelMother workflowActionTemplateModelMother)
-
-