Uses of Class
org.compiere.model.MPaymentBatch
-
Packages that use MPaymentBatch Package Description org.compiere.apps.form org.compiere.model Provides for.... -
-
Uses of MPaymentBatch in org.compiere.apps.form
Fields in org.compiere.apps.form declared as MPaymentBatch Modifier and Type Field Description MPaymentBatch
PayPrint. m_batch
Payment Batch -
Uses of MPaymentBatch in org.compiere.model
Methods in org.compiere.model that return MPaymentBatch Modifier and Type Method Description static MPaymentBatch
MPaymentBatch. getForPaySelection(Properties ctx, int C_PaySelection_ID, String trxName)
Get Payment Batch for PaySelectionMethods in org.compiere.model with parameters of type MPaymentBatch Modifier and Type Method Description static int
MPaySelectionCheck. confirmPrint(MPaySelectionCheck[] checks, MPaymentBatch batch)
Confirm Print.static int
MPaySelectionCheck. confirmPrint(MPaySelectionCheck[] checks, MPaymentBatch batch, boolean createDepositBatch)
Confirm Print.static void
MPaySelectionCheck. confirmPrint(MPaySelectionCheck check, MPaymentBatch batch)
Confirm Print for a payment selection check Create Payment the first time
-