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 PaymentProcessorCore. 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 MBankAccountProcessorPaymentForm. getBankAccountProcessor(Properties ctx, String tender, String CCType, int AD_Client_ID, int C_Currency_ID, BigDecimal PayAmt, String trxName)MBankAccountProcessorPaymentFormCheck. getBankAccountProcessor(int C_Currency_ID, BigDecimal PayAmt)MBankAccountProcessorPaymentFormCreditCard. getBankAccountProcessor(String CCType, BigDecimal PayAmt)MBankAccountProcessorPaymentFormDirect. getBankAccountProcessor()Methods in org.compiere.grid with parameters of type MBankAccountProcessor Modifier and Type Method Description voidIPaymentForm. setBankAccountProcessor(MBankAccountProcessor bankAccountProcessor)voidPaymentForm. setBankAccountProcessor(MBankAccountProcessor bankAccountProcessor) -
Uses of MBankAccountProcessor in org.compiere.model
Fields in org.compiere.model declared as MBankAccountProcessor Modifier and Type Field Description protected MBankAccountProcessorMPayment. m_mBankAccountProcessorTemporary Bank Account Processorprotected MBankAccountProcessor[]MPayment. m_mBankAccountProcessorsTemporary Bank Account Processorsprotected MBankAccountProcessorPaymentProcessor. p_mbapMethods 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 MBankAccountProcessorMBankAccountProcessor. 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 PaymentProcessorPaymentProcessor. create(MBankAccountProcessor mbap, PaymentInterface mp)FactoryvoidPaymentProcessor. initialize(MBankAccountProcessor mbap, PaymentInterface mp)
-