Class BaseCustomActionDefAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportCustomActionDefsAction, MultiOpCustomActionDefsAction, MultiOpDialogCustomActionDefsAction, SearchCustomActionDefsAction, ShowCustomActionDefsAction, ShowCustomActionDefsQueriesAction, TransferCustomActionDefAction

public abstract class BaseCustomActionDefAction extends BaseActionsAction
  • Constructor Details

    • BaseCustomActionDefAction

      public BaseCustomActionDefAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseActionsAction
    • 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, CustomActionDef customactiondef)
    • lockCustomActionDefs

      protected void lockCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockCustomActionDefs

      protected void unLockCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkCustomActionDefs

      protected void checkCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateCustomActionDefs

      protected void canUpdateCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception