Uses of Class
de.hybris.platform.payment.jalo.PaymentTransaction
Packages that use PaymentTransaction
Package
Description
-
Uses of PaymentTransaction in de.hybris.platform.chinesepspalipayservices.jalo
Methods in de.hybris.platform.chinesepspalipayservices.jalo that return PaymentTransactionModifier and TypeMethodDescriptionGeneratedChinesepspalipayservicesManager.createAlipayPaymentTransaction(SessionContext ctx, Map attributeValues) GeneratedChinesepspalipayservicesManager.createAlipayPaymentTransaction(Map attributeValues) -
Uses of PaymentTransaction in de.hybris.platform.chinesepspwechatpayservices.jalo
Methods in de.hybris.platform.chinesepspwechatpayservices.jalo that return PaymentTransactionModifier and TypeMethodDescriptionGeneratedChinesepspwechatpayservicesManager.createWeChatPayPaymentTransaction(SessionContext ctx, Map attributeValues) GeneratedChinesepspwechatpayservicesManager.createWeChatPayPaymentTransaction(Map attributeValues) -
Uses of PaymentTransaction in de.hybris.platform.payment.jalo
Fields in de.hybris.platform.payment.jalo with type parameters of type PaymentTransactionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<PaymentTransaction>GeneratedPaymentManager.ORDER2PAYMENTTRANSACTIONPAYMENTTRANSACTIONSHANDLEROneToManyHandlerfor handling 1:n PAYMENTTRANSACTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.payment.jalo that return PaymentTransactionModifier and TypeMethodDescriptionGeneratedPaymentManager.createPaymentTransaction(SessionContext ctx, Map attributeValues) GeneratedPaymentManager.createPaymentTransaction(Map attributeValues) GeneratedPaymentTransactionEntry.getPaymentTransaction()Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute.GeneratedPaymentTransactionEntry.getPaymentTransaction(SessionContext ctx) Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute.Methods in de.hybris.platform.payment.jalo that return types with arguments of type PaymentTransactionModifier and TypeMethodDescriptionGeneratedPaymentManager.getPaymentTransactions(AbstractOrder item) Generated method - Getter of theAbstractOrder.paymentTransactionsattribute.GeneratedPaymentManager.getPaymentTransactions(SessionContext ctx, AbstractOrder item) Generated method - Getter of theAbstractOrder.paymentTransactionsattribute.Methods in de.hybris.platform.payment.jalo with parameters of type PaymentTransactionModifier and TypeMethodDescriptionvoidGeneratedPaymentManager.addToPaymentTransactions(AbstractOrder item, PaymentTransaction value) Generated method - Addsvalueto paymentTransactions.voidGeneratedPaymentManager.addToPaymentTransactions(SessionContext ctx, AbstractOrder item, PaymentTransaction value) Generated method - Addsvalueto paymentTransactions.voidGeneratedPaymentManager.removeFromPaymentTransactions(AbstractOrder item, PaymentTransaction value) Generated method - Removesvaluefrom paymentTransactions.voidGeneratedPaymentManager.removeFromPaymentTransactions(SessionContext ctx, AbstractOrder item, PaymentTransaction value) Generated method - Removesvaluefrom paymentTransactions.voidGeneratedPaymentTransactionEntry.setPaymentTransaction(SessionContext ctx, PaymentTransaction value) Generated method - Setter of thePaymentTransactionEntry.paymentTransactionattribute.voidGeneratedPaymentTransactionEntry.setPaymentTransaction(PaymentTransaction value) Generated method - Setter of thePaymentTransactionEntry.paymentTransactionattribute.Method parameters in de.hybris.platform.payment.jalo with type arguments of type PaymentTransactionModifier and TypeMethodDescriptionvoidGeneratedPaymentManager.setPaymentTransactions(AbstractOrder item, List<PaymentTransaction> value) Generated method - Setter of theAbstractOrder.paymentTransactionsattribute.voidGeneratedPaymentManager.setPaymentTransactions(SessionContext ctx, AbstractOrder item, List<PaymentTransaction> value) Generated method - Setter of theAbstractOrder.paymentTransactionsattribute.