Class DeviceDataUiExperiencePopulator
- java.lang.Object
-
- de.hybris.platform.acceleratorfacades.device.populators.DeviceDataUiExperiencePopulator
-
- All Implemented Interfaces:
Populator<DeviceData,UiExperienceData>
public class DeviceDataUiExperiencePopulator extends java.lang.Object implements Populator<DeviceData,UiExperienceData>
Populator that maps from a DeviceData to a UiExperienceLevel enum value.
-
-
Constructor Summary
Constructors Constructor Description DeviceDataUiExperiencePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(DeviceData deviceData, UiExperienceData uiExperienceData)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
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
-
-