Package org.compiere.grid
Interface IPaymentForm
-
- All Known Implementing Classes:
PaymentForm,PaymentFormCash,PaymentFormCheck,PaymentFormCreditCard,PaymentFormDirect,PaymentFormMixedPOS,PaymentFormOnCredit,WPaymentFormCash,WPaymentFormCheck,WPaymentFormCreditCard,WPaymentFormDirect,WPaymentFormDirectDebit,WPaymentFormDirectDeposit,WPaymentFormMixedPOS,WPaymentFormOnCredit
public interface IPaymentForm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckMandatory()voidcloseWindow()booleandynInit()ObjectgetWindow()booleanisApproved()voidloadData()booleanneedSave()Need Save record (payment with waiting order)voidprocessOnline()booleansaveChanges()Save ChangesbooleansaveChangesInTrx(String trxName)voidsetBankAccountProcessor(MBankAccountProcessor bankAccountProcessor)voidsetCustomizeValues(PO po)voidshowWindow()
-
-
-
Method Detail
-
loadData
void loadData()
-
checkMandatory
boolean checkMandatory()
-
saveChanges
boolean saveChanges()
Save Changes- Returns:
- true, if Window can exit
-
saveChangesInTrx
boolean saveChangesInTrx(String trxName)
-
needSave
boolean needSave()
Need Save record (payment with waiting order)- Returns:
- true if payment with waiting order
-
processOnline
void processOnline()
-
isApproved
boolean isApproved()
-
showWindow
void showWindow()
-
closeWindow
void closeWindow()
-
getWindow
Object getWindow()
-
setCustomizeValues
void setCustomizeValues(PO po)
-
setBankAccountProcessor
void setBankAccountProcessor(MBankAccountProcessor bankAccountProcessor)
-
-