Uses of Class
org.compiere.model.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
Modifier and TypeMethodDescriptionstatic PaymentProcessor
Core.getPaymentProcessor
(MBankAccountProcessor mbap, PaymentInterface mp) Get payment processor instance -
Uses of MBankAccountProcessor in org.compiere.grid
Modifier 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 typeModifier and TypeMethodDescriptionvoid
IPaymentForm.setBankAccountProcessor
(MBankAccountProcessor bankAccountProcessor) Set online payment processor configurationvoid
PaymentForm.setBankAccountProcessor
(MBankAccountProcessor bankAccountProcessor) -
Uses of MBankAccountProcessor in org.compiere.model
Modifier and TypeFieldDescriptionprotected MBankAccountProcessor
MPayment.m_mBankAccountProcessor
Temporary Bank Account Processorprotected MBankAccountProcessor[]
MPayment.m_mBankAccountProcessors
Temporary Bank Account Processorsprotected MBankAccountProcessor
PaymentProcessor.p_mbap
Modifier 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) Modifier and TypeMethodDescriptionstatic PaymentProcessor
PaymentProcessor.create
(MBankAccountProcessor mbap, PaymentInterface mp) Static Factory methodvoid
PaymentProcessor.initialize
(MBankAccountProcessor mbap, PaymentInterface mp)