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 boolean
checkMandatory()
void
closeWindow()
boolean
dynInit()
Object
getWindow()
boolean
isApproved()
void
loadData()
boolean
needSave()
Need Save record (payment with waiting order)void
processOnline()
boolean
saveChanges()
Save Changesboolean
saveChangesInTrx(String trxName)
void
setBankAccountProcessor(MBankAccountProcessor bankAccountProcessor)
void
setCustomizeValues(PO po)
void
showWindow()
-
-
-
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)
-
-