Class CMSWorkflowDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.workflow.populator.CMSWorkflowDataPopulator
- All Implemented Interfaces:
Populator<WorkflowModel,CMSWorkflowData>
public class CMSWorkflowDataPopulator
extends Object
implements Populator<WorkflowModel,CMSWorkflowData>
Populates a
CMSWorkflowData instance from the WorkflowModel source data model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSWorkflowParticipantServicevoidpopulate(WorkflowModel workflowModel, CMSWorkflowData workflowData) Populate the target instance with values from the source instance.voidsetCmsWorkflowParticipantService(CMSWorkflowParticipantService cmsWorkflowParticipantService)
-
Constructor Details
-
CMSWorkflowDataPopulator
public CMSWorkflowDataPopulator()
-
-
Method Details
-
populate
public void populate(WorkflowModel workflowModel, CMSWorkflowData workflowData) throws ConversionException 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- Throws:
ConversionException- if an error occurs
-
getCmsWorkflowParticipantService
-
setCmsWorkflowParticipantService
public void setCmsWorkflowParticipantService(CMSWorkflowParticipantService cmsWorkflowParticipantService)
-