Class DalBaseProcess

    • Constructor Detail

      • DalBaseProcess

        public DalBaseProcess()
    • Method Detail

      • isDoCommit

        public boolean isDoCommit()
      • setDoCommit

        public void setDoCommit​(boolean doCommit)
      • execute

        public void execute​(ProcessBundle bundle)
                     throws Exception
        Is called by the process scheduler. The execute method sets the usercontext and does transaction handling.
        Specified by:
        execute in interface Process
        Parameters:
        bundle - provides the current user and other context information.
        Throws:
        Exception - if an error occurs executing the process