Class ProsExtendedCustomerPopulator

java.lang.Object
de.hybris.platform.prosfacades.converters.populator.ProsExtendedCustomerPopulator
All Implemented Interfaces:
de.hybris.platform.converters.Populator<CustomerModel,CustomerData>

public class ProsExtendedCustomerPopulator extends Object implements de.hybris.platform.converters.Populator<CustomerModel,CustomerData>
  • Constructor Details

    • ProsExtendedCustomerPopulator

      public ProsExtendedCustomerPopulator()
  • Method Details

    • populate

      public void populate(CustomerModel source, CustomerData target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<CustomerModel,CustomerData>
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException
    • getAddressConverter

      protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> getAddressConverter()
      gets address converter
      Returns:
    • setAddressConverter

      public void setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> addressConverter)
      sets address converter
      Parameters:
      addressConverter -