Class DeviceDataUiExperiencePopulator
java.lang.Object
de.hybris.platform.acceleratorfacades.device.populators.DeviceDataUiExperiencePopulator
- All Implemented Interfaces:
Populator<DeviceData,UiExperienceData>
public class DeviceDataUiExperiencePopulator
extends Object
implements Populator<DeviceData,UiExperienceData>
Populator that maps from a DeviceData to a UiExperienceLevel enum value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(DeviceData deviceData, UiExperienceData uiExperienceData) Populate the target instance with values from the source instance.
-
Constructor Details
-
DeviceDataUiExperiencePopulator
public DeviceDataUiExperiencePopulator()
-
-
Method Details
-
populate
public void populate(DeviceData deviceData, UiExperienceData uiExperienceData) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<DeviceData,UiExperienceData> - Parameters:
deviceData- the source objectuiExperienceData- the target to fill- Throws:
ConversionException- if an error occurs
-