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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WorkflowActionTemplateModelcreateWorkflowAction(WorkflowTemplateModel workflowTemplate, String code, String name, WorkflowActionType actionType) protected WorkflowTemplateModelMothervoidsetWorkflowTemplateModelMother(WorkflowTemplateModelMother workflowTemplateModelMother) startApprovalWorkflowAction(List<CatalogVersionModel> catalogVersions) startTranslationWorkflowAction(List<CatalogVersionModel> catalogVersions) Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
Field Details
-
START_ACTION_NAME
- See Also:
-
START_ACTION_CODE
- See Also:
-
-
Constructor Details
-
WorkflowActionTemplateModelMother
public WorkflowActionTemplateModelMother()
-
-
Method Details
-
startApprovalWorkflowAction
public WorkflowActionTemplateModel startApprovalWorkflowAction(List<CatalogVersionModel> catalogVersions) -
startTranslationWorkflowAction
public WorkflowActionTemplateModel startTranslationWorkflowAction(List<CatalogVersionModel> catalogVersions) -
createWorkflowAction
protected WorkflowActionTemplateModel createWorkflowAction(WorkflowTemplateModel workflowTemplate, String code, String name, WorkflowActionType actionType) -
getWorkflowTemplateModelMother
-
setWorkflowTemplateModelMother
-