Class SmarteditLanguagePopulator
- java.lang.Object
-
- de.hybris.platform.smarteditwebservices.i18n.facade.populator.SmarteditLanguagePopulator
-
- All Implemented Interfaces:
Populator<java.util.Locale,SmarteditLanguageData>
public class SmarteditLanguagePopulator extends java.lang.Object implements Populator<java.util.Locale,SmarteditLanguageData>
Populator to convertLocaleintoSmarteditLanguageData
-
-
Constructor Summary
Constructors Constructor Description SmarteditLanguagePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(java.util.Locale source, SmarteditLanguageData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(java.util.Locale source, SmarteditLanguageData target) throws ConversionExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<java.util.Locale,SmarteditLanguageData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-