Class BasePageStyleAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportPageStylesAction, MultiOpDialogPageStylesAction, MultiOpPageStylesAction, SearchPageStylesAction, ShowPageStylesAction, TransferPageStyleAction

public abstract class BasePageStyleAction extends BaseLayoutAction
  • Constructor Details

    • BasePageStyleAction

      public BasePageStyleAction()
  • 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, PageStyle pagestyle)
    • lockPageStyles

      protected void lockPageStyles(PageStyle pagestyle, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockPageStyles

      protected void unLockPageStyles(PageStyle pagestyle, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkPageStyles

      protected void checkPageStyles(PageStyle pagestyle, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdatePageStyles

      protected void canUpdatePageStyles(PageStyle pagestyle, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception