Class PaymentTransactionReversePopulator
- java.lang.Object
-
- de.hybris.platform.ordermanagementfacades.payment.converters.populator.PaymentTransactionReversePopulator
-
- All Implemented Interfaces:
Populator<PaymentTransactionData,PaymentTransactionModel>
public class PaymentTransactionReversePopulator extends java.lang.Object implements Populator<PaymentTransactionData,PaymentTransactionModel>
Ordermanagement populator for convertingPaymentTransactionData
-
-
Constructor Summary
Constructors Constructor Description PaymentTransactionReversePopulator()
-
Method Summary
-
-
-
Method Detail
-
populate
public void populate(PaymentTransactionData source, PaymentTransactionModel target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PaymentTransactionData,PaymentTransactionModel>- Parameters:
source- the source objecttarget- the target to fill
-
getCardPaymentInfoReverseConverter
protected Converter<CCPaymentInfoData,CreditCardPaymentInfoModel> getCardPaymentInfoReverseConverter()
-
setCardPaymentInfoReverseConverter
public void setCardPaymentInfoReverseConverter(Converter<CCPaymentInfoData,CreditCardPaymentInfoModel> cardPaymentInfoReverseConverter)
-
getPaymentTransactionEntryReverseConverter
protected Converter<PaymentTransactionEntryData,PaymentTransactionEntryModel> getPaymentTransactionEntryReverseConverter()
-
setPaymentTransactionEntryReverseConverter
public void setPaymentTransactionEntryReverseConverter(Converter<PaymentTransactionEntryData,PaymentTransactionEntryModel> paymentTransactionEntryReverseConverter)
-
getAddressReverseConverter
protected Converter<AddressData,AddressModel> getAddressReverseConverter()
-
setAddressReverseConverter
public void setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter)
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
-