Class CMSWorkflowDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.workflow.populator.CMSWorkflowDataPopulator
-
- All Implemented Interfaces:
Populator<WorkflowModel,CMSWorkflowData>
public class CMSWorkflowDataPopulator extends java.lang.Object implements Populator<WorkflowModel,CMSWorkflowData>
Populates aCMSWorkflowDatainstance from theWorkflowModelsource data model.
-
-
Constructor Summary
Constructors Constructor Description CMSWorkflowDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSWorkflowParticipantServicegetCmsWorkflowParticipantService()voidpopulate(WorkflowModel workflowModel, CMSWorkflowData workflowData)Populate the target instance with values from the source instance.voidsetCmsWorkflowParticipantService(CMSWorkflowParticipantService cmsWorkflowParticipantService)
-
-
-
Method Detail
-
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
protected CMSWorkflowParticipantService getCmsWorkflowParticipantService()
-
setCmsWorkflowParticipantService
public void setCmsWorkflowParticipantService(CMSWorkflowParticipantService cmsWorkflowParticipantService)
-
-