Class PaymentTransactionEntryReversePopulator
- java.lang.Object
-
- de.hybris.platform.ordermanagementfacades.payment.converters.populator.PaymentTransactionEntryReversePopulator
-
- All Implemented Interfaces:
Populator<PaymentTransactionEntryData,PaymentTransactionEntryModel>
public class PaymentTransactionEntryReversePopulator extends java.lang.Object implements Populator<PaymentTransactionEntryData,PaymentTransactionEntryModel>
Ordermanagement populator for convertingPaymentTransactionEntryData
-
-
Constructor Summary
Constructors Constructor Description PaymentTransactionEntryReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonI18NServicegetCommonI18NService()voidpopulate(PaymentTransactionEntryData source, PaymentTransactionEntryModel target)Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService)
-
-
-
Method Detail
-
populate
public void populate(PaymentTransactionEntryData source, PaymentTransactionEntryModel target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PaymentTransactionEntryData,PaymentTransactionEntryModel>- Parameters:
source- the source objecttarget- the target to fill
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
-