Uses of Class
de.hybris.platform.ordermanagementfacades.payment.data.PaymentTransactionEntryData
Packages that use PaymentTransactionEntryData
Package
Description
-
Uses of PaymentTransactionEntryData in de.hybris.platform.ordermanagementfacades
Fields in de.hybris.platform.ordermanagementfacades declared as PaymentTransactionEntryDataModifier and TypeFieldDescriptionprotected PaymentTransactionEntryDataBaseOrdermanagementFacadeTest.paymentTransactionEntryData -
Uses of PaymentTransactionEntryData in de.hybris.platform.ordermanagementfacades.payment.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.payment.converters.populator that return types with arguments of type PaymentTransactionEntryDataModifier and TypeMethodDescriptionPaymentTransactionReversePopulator.getPaymentTransactionEntryReverseConverter()Methods in de.hybris.platform.ordermanagementfacades.payment.converters.populator with parameters of type PaymentTransactionEntryDataModifier and TypeMethodDescriptionvoidPaymentTransactionEntryPopulator.populate(PaymentTransactionEntryModel source, PaymentTransactionEntryData target) voidPaymentTransactionEntryReversePopulator.populate(PaymentTransactionEntryData source, PaymentTransactionEntryModel target) Method parameters in de.hybris.platform.ordermanagementfacades.payment.converters.populator with type arguments of type PaymentTransactionEntryDataModifier and TypeMethodDescriptionvoidPaymentTransactionReversePopulator.setPaymentTransactionEntryReverseConverter(Converter<PaymentTransactionEntryData, PaymentTransactionEntryModel> paymentTransactionEntryReverseConverter) -
Uses of PaymentTransactionEntryData in de.hybris.platform.ordermanagementfacades.payment.data
Methods in de.hybris.platform.ordermanagementfacades.payment.data that return types with arguments of type PaymentTransactionEntryDataMethod parameters in de.hybris.platform.ordermanagementfacades.payment.data with type arguments of type PaymentTransactionEntryDataModifier and TypeMethodDescriptionvoidPaymentTransactionData.setEntries(List<PaymentTransactionEntryData> entries) -
Uses of PaymentTransactionEntryData in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order that return PaymentTransactionEntryDataModifier and TypeMethodDescriptionWarehousingConsignmentFacade.takePayment(String code) API to take payment for aConsignmentModel -
Uses of PaymentTransactionEntryData in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return PaymentTransactionEntryDataMethods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type PaymentTransactionEntryDataModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.getPaymentTransactionEntryConverter()Method parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type PaymentTransactionEntryDataModifier and TypeMethodDescriptionvoidDefaultWarehousingConsignmentFacade.setPaymentTransactionEntryConverter(Converter<PaymentTransactionEntryModel, PaymentTransactionEntryData> paymentTransactionEntryConverter)