Class BaseWizardHandlerDefAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportWizardHandlerDefsAction, MultiOpDialogWizardHandlerDefsAction, MultiOpWizardHandlerDefsAction, SearchWizardHandlerDefsAction, ShowWizardHandlerDefsAction, TransferWizardHandlerDefAction

public abstract class BaseWizardHandlerDefAction extends BaseWizardAction
  • Constructor Details

    • BaseWizardHandlerDefAction

      public BaseWizardHandlerDefAction()
  • 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, WizardHandlerDef wizardhandlerdef)
    • lockWizardHandlerDefs

      protected void lockWizardHandlerDefs(WizardHandlerDef wizardhandlerdef, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockWizardHandlerDefs

      protected void unLockWizardHandlerDefs(WizardHandlerDef wizardhandlerdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkWizardHandlerDefs

      protected void checkWizardHandlerDefs(WizardHandlerDef wizardhandlerdef, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateWizardHandlerDefs

      protected void canUpdateWizardHandlerDefs(WizardHandlerDef wizardhandlerdef, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception