Class BaseWizardDefAction

    • Constructor Detail

      • BaseWizardDefAction

        public BaseWizardDefAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            WizardDef wizarddef)
      • lockWizardDefs

        protected void lockWizardDefs​(WizardDef wizarddef,
                                      jakarta.servlet.http.HttpServletRequest req)
                               throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockWizardDefs

        protected void unLockWizardDefs​(WizardDef wizarddef,
                                        jakarta.servlet.http.HttpServletRequest req,
                                        boolean unlockByTimeoout)
                                 throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkWizardDefs

        protected void checkWizardDefs​(WizardDef wizarddef,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateWizardDefs

        protected void canUpdateWizardDefs​(WizardDef wizarddef,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception