Class WorkflowPopulator
- java.lang.Object
-
- de.hybris.platform.ordermanagementfacades.workflow.converters.populator.WorkflowPopulator
-
- All Implemented Interfaces:
Populator<WorkflowModel,WorkflowData>
public class WorkflowPopulator extends java.lang.Object implements Populator<WorkflowModel,WorkflowData>
Converter implementation forWorkflowModelas source andWorkflowDataas target type.
-
-
Constructor Summary
Constructors Constructor Description WorkflowPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<WorkflowActionModel,WorkflowActionData>getWorkflowActionConverter()voidpopulate(WorkflowModel source, WorkflowData target)Populate the target instance with values from the source instance.voidsetWorkflowActionConverter(Converter<WorkflowActionModel,WorkflowActionData> workflowActionConverter)
-
-
-
Method Detail
-
populate
public void populate(WorkflowModel source, WorkflowData target)
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
protected Converter<WorkflowActionModel,WorkflowActionData> getWorkflowActionConverter()
-
setWorkflowActionConverter
public void setWorkflowActionConverter(Converter<WorkflowActionModel,WorkflowActionData> workflowActionConverter)
-
-