Class WorkflowActionTemplateModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<WorkflowActionTemplateModel>
-
- de.hybris.platform.cmsfacades.util.models.WorkflowActionTemplateModelMother
-
public class WorkflowActionTemplateModelMother extends AbstractModelMother<WorkflowActionTemplateModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
START_ACTION_CODE
static java.lang.String
START_ACTION_NAME
-
Constructor Summary
Constructors Constructor Description WorkflowActionTemplateModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowActionTemplateModel
createWorkflowAction(WorkflowTemplateModel workflowTemplate, java.lang.String code, java.lang.String name, WorkflowActionType actionType)
protected WorkflowTemplateModelMother
getWorkflowTemplateModelMother()
void
setWorkflowTemplateModelMother(WorkflowTemplateModelMother workflowTemplateModelMother)
WorkflowActionTemplateModel
startApprovalWorkflowAction(java.util.List<CatalogVersionModel> catalogVersions)
WorkflowActionTemplateModel
startTranslationWorkflowAction(java.util.List<CatalogVersionModel> catalogVersions)
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
START_ACTION_NAME
public static final java.lang.String START_ACTION_NAME
- See Also:
- Constant Field Values
-
START_ACTION_CODE
public static final java.lang.String START_ACTION_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
startApprovalWorkflowAction
public WorkflowActionTemplateModel startApprovalWorkflowAction(java.util.List<CatalogVersionModel> catalogVersions)
-
startTranslationWorkflowAction
public WorkflowActionTemplateModel startTranslationWorkflowAction(java.util.List<CatalogVersionModel> catalogVersions)
-
createWorkflowAction
protected WorkflowActionTemplateModel createWorkflowAction(WorkflowTemplateModel workflowTemplate, java.lang.String code, java.lang.String name, WorkflowActionType actionType)
-
getWorkflowTemplateModelMother
protected WorkflowTemplateModelMother getWorkflowTemplateModelMother()
-
setWorkflowTemplateModelMother
public void setWorkflowTemplateModelMother(WorkflowTemplateModelMother workflowTemplateModelMother)
-
-