Uses of Class
org.compiere.model.MBankAccountProcessor
-
Packages that use MBankAccountProcessor Package Description org.adempiere.base org.compiere.grid org.compiere.model Provides for.... -
-
Uses of MBankAccountProcessor in org.adempiere.base
Methods in org.adempiere.base with parameters of type MBankAccountProcessor Modifier and Type Method Description static 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 MBankAccountProcessor Modifier and Type Method Description protected MBankAccountProcessor
PaymentForm. getBankAccountProcessor(Properties ctx, String tender, String CCType, int AD_Client_ID, int C_Currency_ID, BigDecimal PayAmt, String trxName)
MBankAccountProcessor
PaymentFormCheck. getBankAccountProcessor(int C_Currency_ID, BigDecimal PayAmt)
MBankAccountProcessor
PaymentFormCreditCard. getBankAccountProcessor(String CCType, BigDecimal PayAmt)
MBankAccountProcessor
PaymentFormDirect. getBankAccountProcessor()
Methods in org.compiere.grid with parameters of type MBankAccountProcessor Modifier and Type Method Description void
IPaymentForm. setBankAccountProcessor(MBankAccountProcessor bankAccountProcessor)
void
PaymentForm. setBankAccountProcessor(MBankAccountProcessor bankAccountProcessor)
-
Uses of MBankAccountProcessor in org.compiere.model
Fields in org.compiere.model declared as MBankAccountProcessor Modifier and Type Field Description protected 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 MBankAccountProcessor Modifier and Type Method Description static 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 MBankAccountProcessor Modifier and Type Method Description static PaymentProcessor
PaymentProcessor. create(MBankAccountProcessor mbap, PaymentInterface mp)
Factoryvoid
PaymentProcessor. initialize(MBankAccountProcessor mbap, PaymentInterface mp)
-