Class BasePageLayoutAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportPageLayoutsAction, MultiOpDialogPageLayoutsAction, MultiOpPageLayoutsAction, SearchPageLayoutsAction, ShowPageLayoutsAction, ShowPageLayoutsQueriesAction, TransferPageLayoutAction

public abstract class BasePageLayoutAction extends BaseLayoutAction
  • Constructor Details

    • BasePageLayoutAction

      public BasePageLayoutAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseLayoutAction
    • 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, PageLayout pagelayout)
    • lockPageLayouts

      protected void lockPageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockPageLayouts

      protected void unLockPageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkPageLayouts

      protected void checkPageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdatePageLayouts

      protected void canUpdatePageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception