java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportRolesAction, MultiOpDialogRolesAction, MultiOpRolesAction, MultiOpRolesContextInitializersAction, MultiOpRolesPermissionsAction, SearchRolesAction, ShowRolesAction, TransferRoleAction

public abstract class BaseRoleAction extends BaseAnoAccessConfigurationAction
  • Constructor Details

    • BaseRoleAction

      public BaseRoleAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseAnoAccessConfigurationAction
    • 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, Role role)
    • lockRoles

      protected void lockRoles(Role role, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing locking. Actually.
      Throws:
      Exception
    • unLockRoles

      protected void unLockRoles(Role role, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) throws Exception
      Executing unlocking. Actually.
      Throws:
      Exception
    • checkRoles

      protected void checkRoles(Role role, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Executing auto-unlocking check....
      Throws:
      Exception
    • canUpdateRoles

      protected void canUpdateRoles(Role role, jakarta.servlet.http.HttpServletRequest req) throws Exception
      Checking UpdateCapability rights
      Throws:
      Exception