Class BaseWizardDefAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportWizardDefsAction, MultiOpDialogWizardDefsAction, MultiOpWizardDefsAction, MultiOpWizardDefsWizardStepsAction, SearchWizardDefsAction, ShowWizardDefsAction, ShowWizardDefsQueriesAction, TransferWizardDefAction

public abstract class BaseWizardDefAction extends BaseWizardAction
  • Constructor Details

    • BaseWizardDefAction

      public BaseWizardDefAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseWizardAction
    • getCurrentModuleDefName

      protected String getCurrentModuleDefName()
      Specified by:
      getCurrentModuleDefName in class BaseAdminapiAction
    • getCurrentDocumentDefName

      protected String getCurrentDocumentDefName()
      Specified by:
      getCurrentDocumentDefName in class BaseAdminapiAction
    • addFieldExplanations

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

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

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

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

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