Class TriggerReversePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.TriggerReversePopulator
- All Implemented Interfaces:
Populator<TriggerData,TriggerModel>
Populates
TriggerData with TriggerModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TriggerData data, TriggerModel model) Populate the target instance with values from the source instance.
-
Constructor Details
-
TriggerReversePopulator
public TriggerReversePopulator()
-
-
Method Details
-
populate
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
-