Class CisAvsReverseAddressPopulator
- java.lang.Object
-
- de.hybris.platform.integration.cis.avs.populators.CisAvsReverseAddressPopulator
-
- All Implemented Interfaces:
Populator<CisAddress,AddressModel>
public class CisAvsReverseAddressPopulator extends java.lang.Object implements Populator<CisAddress,AddressModel>
Populator implementation forCisAddressas source andAddressModelas target type.
-
-
Constructor Summary
Constructors Constructor Description CisAvsReverseAddressPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonI18NServicegetI18nService()voidpopulate(CisAddress source, AddressModel target)Populate the target instance with values from the source instance.voidsetI18nService(CommonI18NService i18nService)
-
-
-
Method Detail
-
populate
public void populate(CisAddress source, AddressModel target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CisAddress,AddressModel>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getI18nService
protected CommonI18NService getI18nService()
-
setI18nService
public void setI18nService(CommonI18NService i18nService)
-
-