Class BaseCustomBoxTypeAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportCustomBoxTypesAction, MultiOpCustomBoxTypesAction, MultiOpDialogCustomBoxTypesAction, SearchCustomBoxTypesAction, ShowCustomBoxTypesAction, TransferCustomBoxTypeAction

public abstract class BaseCustomBoxTypeAction extends BaseDefinitionsAction
  • Constructor Details

    • BaseCustomBoxTypeAction

      public BaseCustomBoxTypeAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseDefinitionsAction
    • 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, CustomBoxType customboxtype)
    • lockCustomBoxTypes

      protected void lockCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockCustomBoxTypes

      protected void unLockCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkCustomBoxTypes

      protected void checkCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateCustomBoxTypes

      protected void canUpdateCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception