Uses of Class
org.compiere.model.MBankAccountProcessor
Packages that use MBankAccountProcessor
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Base class for Create From and Payment Capture form
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MBankAccountProcessor in org.adempiere.base
Methods in org.adempiere.base with parameters of type MBankAccountProcessorModifier and TypeMethodDescriptionstatic PaymentProcessor
Core.getPaymentProcessor
(MBankAccountProcessor mbap, PaymentInterface mp) Get payment processor instance -
Uses of MBankAccountProcessor in org.compiere.grid
Methods in org.compiere.grid that return MBankAccountProcessorModifier and TypeMethodDescriptionprotected MBankAccountProcessor
PaymentForm.getBankAccountProcessor
(Properties ctx, String tender, String CCType, int AD_Client_ID, int C_Currency_ID, BigDecimal PayAmt, String trxName) Get online payment processor configurationPaymentFormCheck.getBankAccountProcessor
(int C_Currency_ID, BigDecimal PayAmt) Get online payment processor configuration for tender type checkPaymentFormCreditCard.getBankAccountProcessor
(String CCType, BigDecimal PayAmt) Get online payment processor configuration for tender type credit cardPaymentFormDirect.getBankAccountProcessor()
Get online payment processor configured for direct* tender typeMethods in org.compiere.grid with parameters of type MBankAccountProcessorModifier and TypeMethodDescriptionvoid
IPaymentForm.setBankAccountProcessor
(MBankAccountProcessor bankAccountProcessor) Set online payment processor configurationvoid
PaymentForm.setBankAccountProcessor
(MBankAccountProcessor bankAccountProcessor) -
Uses of MBankAccountProcessor in org.compiere.model
Fields in org.compiere.model declared as MBankAccountProcessorModifier and TypeFieldDescriptionprotected MBankAccountProcessor
MPayment.m_mBankAccountProcessor
Temporary Bank Account Processorprotected MBankAccountProcessor[]
MPayment.m_mBankAccountProcessors
Temporary Bank Account Processorsprotected MBankAccountProcessor
PaymentProcessor.p_mbap
Methods in org.compiere.model that return MBankAccountProcessorModifier and TypeMethodDescriptionstatic MBankAccountProcessor[]
MBankAccountProcessor.find
(Properties ctx, String tender, String CCType, int AD_Client_ID, int AD_Org_ID, int C_Currency_ID, BigDecimal Amt, String trxName) static MBankAccountProcessor[]
MBankAccountProcessor.find
(Properties ctx, String tender, String CCType, int AD_Client_ID, int C_Currency_ID, BigDecimal Amt, String trxName) Get Bank Account Processorstatic MBankAccountProcessor
MBankAccountProcessor.get
(Properties ctx, int C_BankAccount_ID, int C_PaymentProcessor_ID, String trxName) Methods in org.compiere.model with parameters of type MBankAccountProcessorModifier and TypeMethodDescriptionstatic PaymentProcessor
PaymentProcessor.create
(MBankAccountProcessor mbap, PaymentInterface mp) Static Factory methodvoid
PaymentProcessor.initialize
(MBankAccountProcessor mbap, PaymentInterface mp)