Uses of Class
de.hybris.platform.payment.jalo.PaymentTransactionEntry
Packages that use PaymentTransactionEntry
Package
Description
-
Uses of PaymentTransactionEntry in de.hybris.platform.chinesepspalipayservices.jalo
Methods in de.hybris.platform.chinesepspalipayservices.jalo that return PaymentTransactionEntryModifier and TypeMethodDescriptionGeneratedChinesepspalipayservicesManager.createAlipayPaymentTransactionEntry(SessionContext ctx, Map attributeValues) GeneratedChinesepspalipayservicesManager.createAlipayPaymentTransactionEntry(Map attributeValues) -
Uses of PaymentTransactionEntry in de.hybris.platform.chinesepspwechatpayservices.jalo
Methods in de.hybris.platform.chinesepspwechatpayservices.jalo that return PaymentTransactionEntryModifier and TypeMethodDescriptionGeneratedChinesepspwechatpayservicesManager.createWeChatPayPaymentTransactionEntry(SessionContext ctx, Map attributeValues) GeneratedChinesepspwechatpayservicesManager.createWeChatPayPaymentTransactionEntry(Map attributeValues) -
Uses of PaymentTransactionEntry in de.hybris.platform.payment.jalo
Fields in de.hybris.platform.payment.jalo with type parameters of type PaymentTransactionEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<PaymentTransactionEntry>GeneratedPaymentTransaction.ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.payment.jalo that return PaymentTransactionEntryModifier and TypeMethodDescriptionGeneratedPaymentManager.createPaymentTransactionEntry(SessionContext ctx, Map attributeValues) GeneratedPaymentManager.createPaymentTransactionEntry(Map attributeValues) Methods in de.hybris.platform.payment.jalo that return types with arguments of type PaymentTransactionEntryModifier and TypeMethodDescriptionGeneratedPaymentTransaction.getEntries()Generated method - Getter of thePaymentTransaction.entriesattribute.GeneratedPaymentTransaction.getEntries(SessionContext ctx) Generated method - Getter of thePaymentTransaction.entriesattribute.Methods in de.hybris.platform.payment.jalo with parameters of type PaymentTransactionEntryModifier and TypeMethodDescriptionvoidGeneratedPaymentTransaction.addToEntries(SessionContext ctx, PaymentTransactionEntry value) Generated method - Addsvalueto entries.voidGeneratedPaymentTransaction.addToEntries(PaymentTransactionEntry value) Generated method - Addsvalueto entries.voidGeneratedPaymentTransaction.removeFromEntries(SessionContext ctx, PaymentTransactionEntry value) Generated method - Removesvaluefrom entries.voidGeneratedPaymentTransaction.removeFromEntries(PaymentTransactionEntry value) Generated method - Removesvaluefrom entries.Method parameters in de.hybris.platform.payment.jalo with type arguments of type PaymentTransactionEntryModifier and TypeMethodDescriptionvoidGeneratedPaymentTransaction.setEntries(SessionContext ctx, List<PaymentTransactionEntry> value) Generated method - Setter of thePaymentTransaction.entriesattribute.voidGeneratedPaymentTransaction.setEntries(List<PaymentTransactionEntry> value) Generated method - Setter of thePaymentTransaction.entriesattribute. -
Uses of PaymentTransactionEntry in de.hybris.platform.warehousing.jalo
Fields in de.hybris.platform.warehousing.jalo with type parameters of type PaymentTransactionEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<PaymentTransactionEntry>GeneratedWarehousingManager.CONSIGNMENT2PAYMENTTRANSACTIONENTRYRELATIONPAYMENTTRANSACTIONENTRIESHANDLEROneToManyHandlerfor handling 1:n PAYMENTTRANSACTIONENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.warehousing.jalo that return types with arguments of type PaymentTransactionEntryModifier and TypeMethodDescriptionGeneratedWarehousingManager.getPaymentTransactionEntries(SessionContext ctx, Consignment item) Generated method - Getter of theConsignment.paymentTransactionEntriesattribute.GeneratedWarehousingManager.getPaymentTransactionEntries(Consignment item) Generated method - Getter of theConsignment.paymentTransactionEntriesattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type PaymentTransactionEntryModifier and TypeMethodDescriptionvoidGeneratedWarehousingManager.addToPaymentTransactionEntries(SessionContext ctx, Consignment item, PaymentTransactionEntry value) Generated method - Addsvalueto paymentTransactionEntries.voidGeneratedWarehousingManager.addToPaymentTransactionEntries(Consignment item, PaymentTransactionEntry value) Generated method - Addsvalueto paymentTransactionEntries.GeneratedWarehousingManager.getConsignment(SessionContext ctx, PaymentTransactionEntry item) Generated method - Getter of thePaymentTransactionEntry.consignmentattribute.GeneratedWarehousingManager.getConsignment(PaymentTransactionEntry item) Generated method - Getter of thePaymentTransactionEntry.consignmentattribute.voidGeneratedWarehousingManager.removeFromPaymentTransactionEntries(SessionContext ctx, Consignment item, PaymentTransactionEntry value) Generated method - Removesvaluefrom paymentTransactionEntries.voidGeneratedWarehousingManager.removeFromPaymentTransactionEntries(Consignment item, PaymentTransactionEntry value) Generated method - Removesvaluefrom paymentTransactionEntries.voidGeneratedWarehousingManager.setConsignment(SessionContext ctx, PaymentTransactionEntry item, Consignment value) Generated method - Setter of thePaymentTransactionEntry.consignmentattribute.voidGeneratedWarehousingManager.setConsignment(PaymentTransactionEntry item, Consignment value) Generated method - Setter of thePaymentTransactionEntry.consignmentattribute.Method parameters in de.hybris.platform.warehousing.jalo with type arguments of type PaymentTransactionEntryModifier and TypeMethodDescriptionvoidGeneratedWarehousingManager.setPaymentTransactionEntries(SessionContext ctx, Consignment item, Set<PaymentTransactionEntry> value) Generated method - Setter of theConsignment.paymentTransactionEntriesattribute.voidGeneratedWarehousingManager.setPaymentTransactionEntries(Consignment item, Set<PaymentTransactionEntry> value) Generated method - Setter of theConsignment.paymentTransactionEntriesattribute.