Class TmaCustomerIdentificationsPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaCustomerIdentificationsPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<CustomerModel,CustomerData>
public class TmaCustomerIdentificationsPopulator
extends Object
implements de.hybris.platform.converters.Populator<CustomerModel,CustomerData>
Populates identification details of
CustomerData based on CustomerModel.- Since:
- 1911
-
Constructor Summary
ConstructorsConstructorDescriptionTmaCustomerIdentificationsPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationModel, TmaIdentificationData> tmaIdentificationConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationModel,TmaIdentificationData> voidpopulate(CustomerModel source, CustomerData target)
-
Constructor Details
-
TmaCustomerIdentificationsPopulator
public TmaCustomerIdentificationsPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationModel, TmaIdentificationData> tmaIdentificationConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<CustomerModel,CustomerData>
-
getTmaIdentificationConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationModel,TmaIdentificationData> getTmaIdentificationConverter()
-