Uses of Class
org.compiere.model.MJournal
-
Packages that use MJournal Package Description org.compiere.acct org.compiere.model Provides for.... -
-
Uses of MJournal in org.compiere.acct
Methods in org.compiere.acct with parameters of type MJournal Modifier and Type Method Description protected DocLine[]Doc_GLJournal. loadLines(MJournal journal)Load Invoice Line -
Uses of MJournal in org.compiere.model
Fields in org.compiere.model declared as MJournal Modifier and Type Field Description protected MJournalMJournalLine. m_parentParentMethods in org.compiere.model that return MJournal Modifier and Type Method Description MJournal[]MJournalBatch. getJournals(boolean requery)Get Journal LinesMJournalMJournalLine. getParent()Get ParentMJournalMJournal. reverseAccrualIt(int GL_JournalBatch_ID)Reverse Accrual.MJournalMJournal. reverseCorrectIt(int GL_JournalBatch_ID)Reverse Correction.Methods in org.compiere.model with parameters of type MJournal Modifier and Type Method Description intMJournal. copyLinesFrom(MJournal fromJournal, Timestamp dateAcct, char typeCR)Copy Lines from other JournalConstructors in org.compiere.model with parameters of type MJournal Constructor Description MJournal(MJournal original)Copy Constructor.MJournalLine(MJournal parent)Parent Constructor
-