Class DocBankTemplate


  • public abstract class DocBankTemplate
    extends Object
    • Constructor Detail

      • DocBankTemplate

        public DocBankTemplate()
        Constructor
    • Method Detail

      • createFact

        public abstract Fact createFact​(DocBank docBank,
                                        AcctSchema as,
                                        ConnectionProvider conn,
                                        Connection con,
                                        VariablesSecureApp vars)
                                 throws javax.servlet.ServletException
        Create Facts (the accounting logic) for CMB.
              BankAsset       DR      CR  (Statement)
              BankInTransit   DR      CR              (Payment)
              Charge          DR          (Charge)
              Interest        DR      CR  (Interest)
         
        Parameters:
        as - accounting schema
        Returns:
        Fact
        Throws:
        javax.servlet.ServletException
      • getServletInfo

        public String getServletInfo()