Uses of Class
de.hybris.platform.payment.jalo.PaymentTransaction
-
-
Uses of PaymentTransaction in com.sap.hybris.saprevenueclouddpaddon.jalo
Methods in com.sap.hybris.saprevenueclouddpaddon.jalo with parameters of type PaymentTransaction Modifier and Type Method Description java.lang.String
GeneratedSaprevenueclouddpaddonManager. getTransactionTarget(SessionContext ctx, PaymentTransaction item)
Generated method - Getter of thePaymentTransaction.transactionTarget
attribute.java.lang.String
GeneratedSaprevenueclouddpaddonManager. getTransactionTarget(PaymentTransaction item)
Generated method - Getter of thePaymentTransaction.transactionTarget
attribute.void
GeneratedSaprevenueclouddpaddonManager. setTransactionTarget(SessionContext ctx, PaymentTransaction item, java.lang.String value)
Generated method - Setter of thePaymentTransaction.transactionTarget
attribute.void
GeneratedSaprevenueclouddpaddonManager. setTransactionTarget(PaymentTransaction item, java.lang.String value)
Generated method - Setter of thePaymentTransaction.transactionTarget
attribute. -
Uses of PaymentTransaction in de.hybris.platform.chinesepspalipayservices.jalo
Methods in de.hybris.platform.chinesepspalipayservices.jalo that return PaymentTransaction Modifier and Type Method Description PaymentTransaction
GeneratedChinesepspalipayservicesManager. createAlipayPaymentTransaction(SessionContext ctx, java.util.Map attributeValues)
PaymentTransaction
GeneratedChinesepspalipayservicesManager. createAlipayPaymentTransaction(java.util.Map attributeValues)
-
Uses of PaymentTransaction in de.hybris.platform.chinesepspwechatpayservices.jalo
Methods in de.hybris.platform.chinesepspwechatpayservices.jalo that return PaymentTransaction Modifier and Type Method Description PaymentTransaction
GeneratedChinesepspwechatpayservicesManager. createWeChatPayPaymentTransaction(SessionContext ctx, java.util.Map attributeValues)
PaymentTransaction
GeneratedChinesepspwechatpayservicesManager. createWeChatPayPaymentTransaction(java.util.Map attributeValues)
-
Uses of PaymentTransaction in de.hybris.platform.payment.jalo
Fields in de.hybris.platform.payment.jalo with type parameters of type PaymentTransaction Modifier and Type Field Description protected static OneToManyHandler<PaymentTransaction>
GeneratedPaymentManager. ORDER2PAYMENTTRANSACTIONPAYMENTTRANSACTIONSHANDLER
OneToManyHandler
for handling 1:n PAYMENTTRANSACTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.payment.jalo that return PaymentTransaction Modifier and Type Method Description PaymentTransaction
GeneratedPaymentManager. createPaymentTransaction(SessionContext ctx, java.util.Map attributeValues)
PaymentTransaction
GeneratedPaymentManager. createPaymentTransaction(java.util.Map attributeValues)
PaymentTransaction
GeneratedPaymentTransactionEntry. getPaymentTransaction()
Generated method - Getter of thePaymentTransactionEntry.paymentTransaction
attribute.PaymentTransaction
GeneratedPaymentTransactionEntry. getPaymentTransaction(SessionContext ctx)
Generated method - Getter of thePaymentTransactionEntry.paymentTransaction
attribute.Methods in de.hybris.platform.payment.jalo that return types with arguments of type PaymentTransaction Modifier and Type Method Description java.util.List<PaymentTransaction>
GeneratedPaymentManager. getPaymentTransactions(AbstractOrder item)
Generated method - Getter of theAbstractOrder.paymentTransactions
attribute.java.util.List<PaymentTransaction>
GeneratedPaymentManager. getPaymentTransactions(SessionContext ctx, AbstractOrder item)
Generated method - Getter of theAbstractOrder.paymentTransactions
attribute.Methods in de.hybris.platform.payment.jalo with parameters of type PaymentTransaction Modifier and Type Method Description void
GeneratedPaymentManager. addToPaymentTransactions(AbstractOrder item, PaymentTransaction value)
Generated method - Addsvalue
to paymentTransactions.void
GeneratedPaymentManager. addToPaymentTransactions(SessionContext ctx, AbstractOrder item, PaymentTransaction value)
Generated method - Addsvalue
to paymentTransactions.void
GeneratedPaymentManager. removeFromPaymentTransactions(AbstractOrder item, PaymentTransaction value)
Generated method - Removesvalue
from paymentTransactions.void
GeneratedPaymentManager. removeFromPaymentTransactions(SessionContext ctx, AbstractOrder item, PaymentTransaction value)
Generated method - Removesvalue
from paymentTransactions.void
GeneratedPaymentTransactionEntry. setPaymentTransaction(SessionContext ctx, PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransaction
attribute.void
GeneratedPaymentTransactionEntry. setPaymentTransaction(PaymentTransaction value)
Generated method - Setter of thePaymentTransactionEntry.paymentTransaction
attribute.Method parameters in de.hybris.platform.payment.jalo with type arguments of type PaymentTransaction Modifier and Type Method Description void
GeneratedPaymentManager. setPaymentTransactions(AbstractOrder item, java.util.List<PaymentTransaction> value)
Generated method - Setter of theAbstractOrder.paymentTransactions
attribute.void
GeneratedPaymentManager. setPaymentTransactions(SessionContext ctx, AbstractOrder item, java.util.List<PaymentTransaction> value)
Generated method - Setter of theAbstractOrder.paymentTransactions
attribute.
-