Class TriggerReversePopulator
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.order.populators.TriggerReversePopulator
-
- All Implemented Interfaces:
Populator<TriggerData,TriggerModel>
public class TriggerReversePopulator extends java.lang.Object implements Populator<TriggerData,TriggerModel>
PopulatesTriggerDatawithTriggerModel.
-
-
Constructor Summary
Constructors Constructor Description TriggerReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(TriggerData data, TriggerModel model)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(TriggerData data, TriggerModel model) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<TriggerData,TriggerModel>- Parameters:
data- the source objectmodel- the target to fill- Throws:
ConversionException- if an error occurs
-
-