Uses of Class
org.compiere.model.MBPBankAccount
-
Packages that use MBPBankAccount Package Description org.adempiere.util org.compiere.model Provides for....org.compiere.util -
-
Uses of MBPBankAccount in org.adempiere.util
Methods in org.adempiere.util that return MBPBankAccount Modifier and Type Method Description static MBPBankAccount[]
PaymentUtil. getBankAccounts(MBPartner bpartner, String creditCardNo, int C_PaymentProcessor_ID)
-
Uses of MBPBankAccount in org.compiere.model
Fields in org.compiere.model declared as MBPBankAccount Modifier and Type Field Description protected MBPBankAccount[]
MBPartner. m_accounts
BP Bank AccountsMethods in org.compiere.model that return MBPBankAccount Modifier and Type Method Description MBPBankAccount[]
MBPartner. getBankAccounts(boolean requery)
Get Bank Accountsstatic MBPBankAccount[]
MBPBankAccount. getOfBPartner(Properties ctx, int C_BPartner_ID)
Get Accounts Of BPartnerMethods in org.compiere.model with parameters of type MBPBankAccount Modifier and Type Method Description boolean
MPayment. saveToBP_BankAccount(MBPBankAccount ba)
Save Info from BP Bank Accountvoid
MPayment. setBP_BankAccount(MBPBankAccount ba)
Set Info from BP Bank AccountConstructors in org.compiere.model with parameters of type MBPBankAccount Constructor Description MBPBankAccount(Properties ctx, MBPBankAccount copy)
MBPBankAccount(Properties ctx, MBPBankAccount copy, String trxName)
MBPBankAccount(MBPBankAccount copy)
-
Uses of MBPBankAccount in org.compiere.util
Methods in org.compiere.util that return MBPBankAccount Modifier and Type Method Description MBPBankAccount
WebUser. getBankAccount()
Get BP Bank Account (or create it)MBPBankAccount
WebUser. getBankAccount(boolean requery)
Get BP Bank Account (or create it)
-