Class TuaDirectDebitPaymentInfoPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TuaDirectDebitPaymentInfoPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TuaDirectDebitPaymentInfoModel,TuaDirectDebitPaymentInfoData>
public class TuaDirectDebitPaymentInfoPopulator
extends Object
implements de.hybris.platform.converters.Populator<TuaDirectDebitPaymentInfoModel,TuaDirectDebitPaymentInfoData>
Populator implementation for
TuaDirectDebitPaymentInfoModel as source and
TuaDirectDebitPaymentInfoData as target type.- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionTuaDirectDebitPaymentInfoPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel, PrincipalData> principalConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel,PrincipalData> voidpopulate(TuaDirectDebitPaymentInfoModel source, TuaDirectDebitPaymentInfoData target)
-
Constructor Details
-
TuaDirectDebitPaymentInfoPopulator
public TuaDirectDebitPaymentInfoPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel, PrincipalData> principalConverter)
-
-
Method Details
-
populate
public void populate(TuaDirectDebitPaymentInfoModel source, TuaDirectDebitPaymentInfoData target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TuaDirectDebitPaymentInfoModel,TuaDirectDebitPaymentInfoData> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
getPrincipalConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel,PrincipalData> getPrincipalConverter()
-