Class CMSWorkflowWithActionsDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.workflow.populator.CMSWorkflowWithActionsDataPopulator
- All Implemented Interfaces:
Populator<WorkflowModel,CMSWorkflowData>
public class CMSWorkflowWithActionsDataPopulator
extends Object
implements Populator<WorkflowModel,CMSWorkflowData>
Populates a
CMSWorkflowData instance from the WorkflowModel source data model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Predicate<WorkflowActionModel>protected Converter<WorkflowActionModel,CMSWorkflowActionData> voidpopulate(WorkflowModel workflowModel, CMSWorkflowData workflowData) Populate the target instance with values from the source instance.voidsetAutomatedWorkflowActionTypePredicate(Predicate<WorkflowActionModel> automatedWorkflowActionTypePredicate) voidsetCmsWorkflowActionDataConverter(Converter<WorkflowActionModel, CMSWorkflowActionData> cmsWorkflowActionDataConverter)
-
Constructor Details
-
CMSWorkflowWithActionsDataPopulator
public CMSWorkflowWithActionsDataPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<WorkflowModel,CMSWorkflowData> - Parameters:
workflowModel- the source objectworkflowData- the target to fill
-
getCmsWorkflowActionDataConverter
-
setCmsWorkflowActionDataConverter
public void setCmsWorkflowActionDataConverter(Converter<WorkflowActionModel, CMSWorkflowActionData> cmsWorkflowActionDataConverter) -
getAutomatedWorkflowActionTypePredicate
-
setAutomatedWorkflowActionTypePredicate
public void setAutomatedWorkflowActionTypePredicate(Predicate<WorkflowActionModel> automatedWorkflowActionTypePredicate)
-