Class WorkflowPopulator
java.lang.Object
de.hybris.platform.ordermanagementfacades.workflow.converters.populator.WorkflowPopulator
- All Implemented Interfaces:
Populator<WorkflowModel,WorkflowData>
Converter implementation for
WorkflowModel as source and WorkflowData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<WorkflowActionModel,WorkflowActionData> voidpopulate(WorkflowModel source, WorkflowData target) Populate the target instance with values from the source instance.voidsetWorkflowActionConverter(Converter<WorkflowActionModel, WorkflowActionData> workflowActionConverter)
-
Constructor Details
-
WorkflowPopulator
public WorkflowPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<WorkflowModel,WorkflowData> - Parameters:
source- the source objecttarget- the target to fill
-
getWorkflowActionConverter
-
setWorkflowActionConverter
public void setWorkflowActionConverter(Converter<WorkflowActionModel, WorkflowActionData> workflowActionConverter)
-