Class BaseBoxAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportBoxsAction, MultiOpBoxsAction, MultiOpBoxsAttributesAction, MultiOpBoxsGuardsAction, MultiOpBoxsLocalizationsAction, MultiOpBoxsMediaLinksAction, MultiOpBoxsScriptsAction, MultiOpBoxsSubboxesAction, MultiOpDialogBoxsAction, SearchBoxsAction, ShowBoxsAction, ShowBoxsQueriesAction, TransferBoxAction

public abstract class BaseBoxAction extends BaseContentAction
  • Constructor Details

    • BaseBoxAction

      public BaseBoxAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseContentAction
    • 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, Box box)
    • lockBoxs

      protected void lockBoxs(Box box, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockBoxs

      protected void unLockBoxs(Box box, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkBoxs

      protected void checkBoxs(Box box, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateBoxs

      protected void canUpdateBoxs(Box box, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception