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 Details

  • Method Details

    • populate

      public void populate(CustomerData source, CustomerModel target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<CustomerData,CustomerModel>
      Overrides:
      populate in class de.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

      protected TmaIdentificationService getTmaIdentificationService()