Uses of Class
org.compiere.model.MBPBankAccount
Package
Description
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
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*).
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of MBPBankAccount in org.adempiere.util
Modifier and TypeMethodDescriptionstatic MBPBankAccount[]
PaymentUtil.getBankAccounts
(MBPartner bpartner, String creditCardNo, int C_PaymentProcessor_ID) Get business partner bank account by credit card number and payment processor id. -
Uses of MBPBankAccount in org.compiere.model
Modifier and TypeFieldDescriptionprotected MBPBankAccount[]
MBPartner.m_accounts
BP Bank AccountsModifier and TypeMethodDescriptionMBPartner.getBankAccounts
(boolean requery) Get Bank Accountsstatic MBPBankAccount[]
MBPBankAccount.getOfBPartner
(Properties ctx, int C_BPartner_ID) Get Accounts Of BPartnerModifier and TypeMethodDescriptionboolean
MPayment.saveToBP_BankAccount
(MBPBankAccount ba) Save Info to BP Bank Accountvoid
MPayment.setBP_BankAccount
(MBPBankAccount ba) Set Info from BP Bank AccountModifierConstructorDescriptionMBPBankAccount
(Properties ctx, MBPBankAccount copy) Copy constructorMBPBankAccount
(Properties ctx, MBPBankAccount copy, String trxName) Copy constructorMBPBankAccount
(MBPBankAccount copy) Copy constructor -
Uses of MBPBankAccount in org.compiere.util
Modifier and TypeMethodDescriptionWebUser.getBankAccount()
Deprecated.Get BP Bank Account (or create it)WebUser.getBankAccount
(boolean requery) Deprecated.Get BP Bank Account (or create it)