Package org.compiere.grid
Class PaymentFormDirect
- java.lang.Object
-
- org.compiere.grid.PaymentForm
-
- org.compiere.grid.PaymentFormDirect
-
- All Implemented Interfaces:
IPaymentForm
- Direct Known Subclasses:
WPaymentFormDirect
public abstract class PaymentFormDirect extends PaymentForm
- Author:
- Elaine
-
-
Field Summary
Fields Modifier and Type Field Description int
m_C_Payment_ID
Start PaymentMPayment
m_mPayment
MPayment
m_mPaymentOriginal
String
processMsg
-
Fields inherited from class org.compiere.grid.PaymentForm
log, m_AD_Client_ID, m_AD_Org_ID, m_Amount, m_C_BPartner_ID, m_C_Currency_ID, m_Cash_As_Payment, m_DateAcct, m_DocStatus, m_isSOTrx, m_needSave, m_onlyRule, m_PaymentRule, s_Currencies
-
-
Constructor Summary
Constructors Constructor Description PaymentFormDirect(int windowNo, GridTab mTab, boolean isDebit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MBankAccountProcessor
getBankAccountProcessor()
ArrayList<KeyNamePair>
getBPBankAccountList()
boolean
isBankAccountProcessorExist()
void
loadData()
boolean
save(int newC_BankAccount_ID, String routing, String number, String trxName)
boolean
saveChanges()
Save Changes-
Methods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isApproved, isBankAccountProcessorExist, isOnlyRule, loadCurrencies, needSave, processOnline, setBankAccountProcessor, setCustomizeValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.compiere.grid.IPaymentForm
checkMandatory, closeWindow, getWindow, saveChangesInTrx, showWindow
-
-
-
-
Constructor Detail
-
PaymentFormDirect
public PaymentFormDirect(int windowNo, GridTab mTab, boolean isDebit)
-
-
Method Detail
-
loadData
public void loadData()
-
getBPBankAccountList
public ArrayList<KeyNamePair> getBPBankAccountList()
-
saveChanges
public boolean saveChanges()
Description copied from interface:IPaymentForm
Save Changes- Specified by:
saveChanges
in interfaceIPaymentForm
- Overrides:
saveChanges
in classPaymentForm
- Returns:
- true, if Window can exit
-
isBankAccountProcessorExist
public boolean isBankAccountProcessorExist()
-
getBankAccountProcessor
public MBankAccountProcessor getBankAccountProcessor()
-
-