Package com.atlassian.jira.web.util
Class IssueTableBean
java.lang.Object
com.atlassian.jira.web.util.IssueTableBean
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetComponents
(org.ofbiz.core.entity.GenericValue issue) Deprecated.getFixVersions
(org.ofbiz.core.entity.GenericValue issue) Deprecated.getPaddedWorkRatio
(org.ofbiz.core.entity.GenericValue issue) Deprecated.getParentIssueKey
(Issue issue) Deprecated.getParentIssueKey
(org.ofbiz.core.entity.GenericValue issue) Deprecated.getParentIssueSummary
(Issue issue) Deprecated.getParentIssueSummary
(org.ofbiz.core.entity.GenericValue issue) Deprecated.org.ofbiz.core.entity.GenericValue
getSecurityLevel
(org.ofbiz.core.entity.GenericValue issue) Deprecated.getSubTasks
(org.ofbiz.core.entity.GenericValue issue) Deprecated.getVersions
(org.ofbiz.core.entity.GenericValue issue) Deprecated.long
getWorkRatio
(org.ofbiz.core.entity.GenericValue issue) Deprecated.boolean
isWorkEstimateExists
(org.ofbiz.core.entity.GenericValue issue) Deprecated.
-
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
Deprecated. -
isWorkEstimateExists
public boolean isWorkEstimateExists(org.ofbiz.core.entity.GenericValue issue) Deprecated. -
getParentIssueKey
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
Deprecated.
-