Class AddressReversePopulator
java.lang.Object
de.hybris.platform.commercefacades.user.converters.populator.AddressReversePopulator
- All Implemented Interfaces:
Populator<AddressData,AddressModel>
- Direct Known Subclasses:
ChineseAddressReversePopulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommonI18NServiceprotected FlexibleSearchServicevoidpopulate(AddressData addressData, AddressModel addressModel) Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
AddressReversePopulator
public AddressReversePopulator()
-
-
Method Details
-
populate
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
-
setCommonI18NService
-
getFlexibleSearchService
-
setFlexibleSearchService
-