Class DocGLJournalTemplate


  • public abstract class DocGLJournalTemplate
    extends Object
    • Constructor Detail

      • DocGLJournalTemplate

        public DocGLJournalTemplate()
        Constructor
    • Method Detail

      • createFact

        public abstract Fact createFact​(DocGLJournal docGLJournal,
                                        AcctSchema as,
                                        ConnectionProvider conn,
                                        Connection con,
                                        VariablesSecureApp vars)
                                 throws javax.servlet.ServletException
        Create Facts (the accounting logic) for GLJ. (only for the accounting scheme, it was created)
              account     DR          CR
         
        Parameters:
        as - acct schema
        Returns:
        Fact
        Throws:
        javax.servlet.ServletException
      • getServletInfo

        public String getServletInfo()