Uses of Class
org.compiere.model.MJournalBatch
-
Packages that use MJournalBatch Package Description org.compiere.model Provides for.... -
-
Uses of MJournalBatch in org.compiere.model
Methods in org.compiere.model that return MJournalBatch Modifier and Type Method Description static MJournalBatch
MJournalBatch. copyFrom(Properties ctx, int GL_JournalBatch_ID, Timestamp dateDoc, String trxName)
Create new Journal Batch by copyingMethods in org.compiere.model with parameters of type MJournalBatch Modifier and Type Method Description int
MJournalBatch. copyDetailsFrom(MJournalBatch jb)
Copy Journal/Lines from other Journal BatchConstructors in org.compiere.model with parameters of type MJournalBatch Constructor Description MJournal(MJournalBatch parent)
Parent Constructor.MJournalBatch(MJournalBatch original)
Copy Constructor.
-