Class AddressReversePopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.user.converters.populator.AddressReversePopulator
-
- All Implemented Interfaces:
Populator<AddressData,AddressModel>
- Direct Known Subclasses:
ChineseAddressReversePopulator
public class AddressReversePopulator extends java.lang.Object implements Populator<AddressData,AddressModel>
-
-
Constructor Summary
Constructors Constructor Description AddressReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonI18NServicegetCommonI18NService()protected FlexibleSearchServicegetFlexibleSearchService()voidpopulate(AddressData addressData, AddressModel addressModel)Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
populate
public void populate(AddressData addressData, AddressModel addressModel) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AddressData,AddressModel>- Parameters:
addressData- the source objectaddressModel- the target to fill- Throws:
ConversionException- if an error occurs
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-