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