Class BaseAttributeAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportAttributesAction, MultiOpAttributesAction, MultiOpAttributesGuardsAction, MultiOpAttributesSubattributesAction, MultiOpDialogAttributesAction, SearchAttributesAction, ShowAttributesAction, TransferAttributeAction

public abstract class BaseAttributeAction extends BaseContentAction
  • Constructor Details

    • BaseAttributeAction

      public BaseAttributeAction()
  • 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, Attribute attribute)
    • lockAttributes

      protected void lockAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockAttributes

      protected void unLockAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkAttributes

      protected void checkAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateAttributes

      protected void canUpdateAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception