Class IssueTableBean

java.lang.Object
com.atlassian.jira.web.util.IssueTableBean

public class IssueTableBean extends Object
Deprecated.
This information is all available in the Issue object and this object is not actually used anywhere in core JIRA. Since v6.3.
Gets security Level info out of the database
  • Constructor Details

    • IssueTableBean

      public IssueTableBean()
      Deprecated.
  • Method Details

    • getSecurityLevel

      public org.ofbiz.core.entity.GenericValue getSecurityLevel(org.ofbiz.core.entity.GenericValue issue) throws Exception
      Deprecated.
      Throws:
      Exception
    • getFixVersions

      public Collection getFixVersions(org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getVersions

      public Collection getVersions(org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getComponents

      public Collection getComponents(org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getWorkRatio

      public long getWorkRatio(org.ofbiz.core.entity.GenericValue issue)
      Deprecated.
    • getPaddedWorkRatio

      public String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)
      Deprecated.
    • isWorkEstimateExists

      public boolean isWorkEstimateExists(org.ofbiz.core.entity.GenericValue issue)
      Deprecated.
    • getParentIssueKey

      public String getParentIssueKey(Issue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getParentIssueKey

      public String getParentIssueKey(org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getParentIssueSummary

      public String getParentIssueSummary(Issue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getParentIssueSummary

      public String getParentIssueSummary(org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException
      Deprecated.
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getSubTasks

      public Collection getSubTasks(org.ofbiz.core.entity.GenericValue issue)
      Deprecated.