Class DeleteIssueSecurity

All Implemented Interfaces:
ErrorCollection, I18nHelper, SchemeAware, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class DeleteIssueSecurity extends SchemeAwareIssueSecurityAction
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Validates that a permission id has been passed and that the delete has been confirmed
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      protected String doExecute() throws Exception
      Deletes the specified permission
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Returns:
      String indicating result of action
      Throws:
      Exception
      See Also:
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getIssueSecurityDisplayName

      public String getIssueSecurityDisplayName() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getIssueSecurityParameter

      public String getIssueSecurityParameter() throws org.ofbiz.core.entity.GenericEntityException
      Get the permission parameter. This is a value such as the group that has the permission or the current reporter
      Returns:
      The value of the parameter field of the permission object
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getIssueSecurityName

      public String getIssueSecurityName() throws org.ofbiz.core.entity.GenericEntityException
      Get the name of the permission
      Returns:
      The name of the permission
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • isConfirmed

      public boolean isConfirmed()
    • setConfirmed

      public void setConfirmed(boolean confirmed)