Class PaymentTransactionReversePopulator
java.lang.Object
de.hybris.platform.ordermanagementfacades.payment.converters.populator.PaymentTransactionReversePopulator
- All Implemented Interfaces:
Populator<PaymentTransactionData,PaymentTransactionModel>
public class PaymentTransactionReversePopulator
extends Object
implements Populator<PaymentTransactionData,PaymentTransactionModel>
Ordermanagement populator for converting
PaymentTransactionData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<AddressData,AddressModel> protected Converter<CCPaymentInfoData,CreditCardPaymentInfoModel> protected CommonI18NServicevoidpopulate(PaymentTransactionData source, PaymentTransactionModel target) Populate the target instance with values from the source instance.voidsetAddressReverseConverter(Converter<AddressData, AddressModel> addressReverseConverter) voidsetCardPaymentInfoReverseConverter(Converter<CCPaymentInfoData, CreditCardPaymentInfoModel> cardPaymentInfoReverseConverter) voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetPaymentTransactionEntryReverseConverter(Converter<PaymentTransactionEntryData, PaymentTransactionEntryModel> paymentTransactionEntryReverseConverter)
-
Constructor Details
-
PaymentTransactionReversePopulator
public PaymentTransactionReversePopulator()
-
-
Method Details
-
populate
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
-
setAddressReverseConverter
-
getCommonI18NService
-
setCommonI18NService
-