Class TmaCustomerReversePopulator
java.lang.Object
de.hybris.platform.commercefacades.user.converters.populator.CustomerReversePopulator
de.hybris.platform.b2ctelcofacades.converters.populator.TmaCustomerReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<CustomerData,CustomerModel>
public class TmaCustomerReversePopulator
extends de.hybris.platform.commercefacades.user.converters.populator.CustomerReversePopulator
implements de.hybris.platform.converters.Populator<CustomerData,CustomerModel>
Populates Customer details of
CustomerModel from CustomerData.- Since:
- 1911
-
Constructor Summary
ConstructorsConstructorDescriptionTmaCustomerReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationData, TmaIdentificationModel> identificationReverseConverter, TmaIdentificationService tmaIdentificationService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationData,TmaIdentificationModel> protected TmaIdentificationServicevoidpopulate(CustomerData source, CustomerModel target) Methods inherited from class de.hybris.platform.commercefacades.user.converters.populator.CustomerReversePopulator
getAddressReversePopulator, getCommonI18NService, getCustomerNameStrategy, getModelService, getUserService, setAddressReversePopulator, setCommonI18NService, setCustomerNameStrategy, setModelService, setUid, setUserService
-
Constructor Details
-
TmaCustomerReversePopulator
public TmaCustomerReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationData, TmaIdentificationModel> identificationReverseConverter, TmaIdentificationService tmaIdentificationService)
-
-
Method Details
-
populate
public void populate(CustomerData source, CustomerModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<CustomerData,CustomerModel> - Overrides:
populatein classde.hybris.platform.commercefacades.user.converters.populator.CustomerReversePopulator- Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
getIdentificationReverseConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationData,TmaIdentificationModel> getIdentificationReverseConverter() -
getTmaIdentificationService
-