Package org.adempiere.webui.apps.form
Class WPaymentFormMixedPOS
java.lang.Object
org.compiere.grid.PaymentForm
org.compiere.grid.PaymentFormMixedPOS
org.adempiere.webui.apps.form.WPaymentFormMixedPOS
- All Implemented Interfaces:
IPaymentForm
Form for mixed POS payment rule (
As it is, this is a dummy implementation that doesn't do anything.
X_C_Order.PAYMENTRULE_MixedPOSPayment).As it is, this is a dummy implementation that doesn't do anything.
- Author:
- Elaine
-
Field Summary
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterSave(boolean success) After save and transaction have been committed/rollbackbooleanMandatory field validationsvoidClose formGet instance of UI formvoidloadData()Load payment and related transaction records.booleansaveChangesInTrx(String trxName) Save changes to DBvoidShow formMethods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isApproved, isBankAccountProcessorExist, isOnlyRule, needSave, processOnline, saveChanges, setBankAccountProcessor, setCustomizeValues
-
Constructor Details
-
WPaymentFormMixedPOS
- Parameters:
windowNo-mTab-
-
-
Method Details
-
loadData
public void loadData()Description copied from interface:IPaymentFormLoad payment and related transaction records. Usually call from dynInit() -
checkMandatory
public boolean checkMandatory()Description copied from interface:IPaymentFormMandatory field validations- Returns:
- true if all mandatory field have been populated
-
saveChangesInTrx
Description copied from interface:IPaymentFormSave changes to DB- Returns:
- true if save successfully
-
showWindow
public void showWindow()Description copied from interface:IPaymentFormShow form -
closeWindow
public void closeWindow()Description copied from interface:IPaymentFormClose form -
getWindow
Description copied from interface:IPaymentFormGet instance of UI form- Returns:
- instance of UI form
-
afterSave
protected void afterSave(boolean success) Description copied from class:PaymentFormAfter save and transaction have been committed/rollback- Specified by:
afterSavein classPaymentForm
-