Package org.adempiere.webui.apps.form
Class WPaymentFormCreditCard
- java.lang.Object
-
- org.compiere.grid.PaymentForm
-
- org.compiere.grid.PaymentFormCreditCard
-
- org.adempiere.webui.apps.form.WPaymentFormCreditCard
-
- All Implemented Interfaces:
IPaymentForm,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class WPaymentFormCreditCard extends PaymentFormCreditCard implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Author:
- Elaine
-
-
Field Summary
-
Fields inherited from class org.compiere.grid.PaymentFormCreditCard
m_C_Payment_ID, m_CCType, m_mPayment, m_mPaymentOriginal, m_mPaymentTransaction, processMsg, selectedCreditCard
-
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 WPaymentFormCreditCard(int windowNo, GridTab mTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckMandatory()voidcloseWindow()ObjectgetWindow()voidinit()voidloadData()voidonEvent(org.zkoss.zk.ui.event.Event e)voidprocessOnline()booleansaveChangesInTrx(String trxName)voidshowWindow()-
Methods inherited from class org.compiere.grid.PaymentFormCreditCard
getBankAccountProcessor, getCreditCardList, isApproved, isBankAccountProcessorExist, processOnline, processOnline, save, saveChanges, validateCreditCard
-
Methods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isBankAccountProcessorExist, isOnlyRule, loadCurrencies, needSave, setBankAccountProcessor, setCustomizeValues
-
-
-
-
Constructor Detail
-
WPaymentFormCreditCard
public WPaymentFormCreditCard(int windowNo, GridTab mTab)
-
-
Method Detail
-
init
public void init()
-
loadData
public void loadData()
- Specified by:
loadDatain interfaceIPaymentForm- Overrides:
loadDatain classPaymentFormCreditCard
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event e)
- Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
-
checkMandatory
public boolean checkMandatory()
- Specified by:
checkMandatoryin interfaceIPaymentForm
-
saveChangesInTrx
public boolean saveChangesInTrx(String trxName)
- Specified by:
saveChangesInTrxin interfaceIPaymentForm
-
processOnline
public void processOnline()
- Specified by:
processOnlinein interfaceIPaymentForm- Overrides:
processOnlinein classPaymentForm
-
showWindow
public void showWindow()
- Specified by:
showWindowin interfaceIPaymentForm
-
closeWindow
public void closeWindow()
- Specified by:
closeWindowin interfaceIPaymentForm
-
getWindow
public Object getWindow()
- Specified by:
getWindowin interfaceIPaymentForm
-
-