public class

IssueTableBean

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

This class is deprecated.
This information is all available in the Issue object and this object is not actually used anywhere in core JIRA. Since v6.3.

Class Overview

Gets security Level info out of the database

Summary

Public Constructors
IssueTableBean()
Public Methods
Collection getComponents(GenericValue issue)
Collection getFixVersions(GenericValue issue)
String getPaddedWorkRatio(GenericValue issue)
String getParentIssueKey(GenericValue issue)
String getParentIssueKey(Issue issue)
String getParentIssueSummary(Issue issue)
String getParentIssueSummary(GenericValue issue)
GenericValue getSecurityLevel(GenericValue issue)
Collection getSubTasks(GenericValue issue)
Collection getVersions(GenericValue issue)
long getWorkRatio(GenericValue issue)
boolean isWorkEstimateExists(GenericValue issue)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IssueTableBean ()

Public Methods

public Collection getComponents (GenericValue issue)

Throws
GenericEntityException

public Collection getFixVersions (GenericValue issue)

Throws
GenericEntityException

public String getPaddedWorkRatio (GenericValue issue)

public String getParentIssueKey (GenericValue issue)

Throws
GenericEntityException

public String getParentIssueKey (Issue issue)

Throws
GenericEntityException

public String getParentIssueSummary (Issue issue)

Throws
GenericEntityException

public String getParentIssueSummary (GenericValue issue)

Throws
GenericEntityException

public GenericValue getSecurityLevel (GenericValue issue)

Throws
Exception

public Collection getSubTasks (GenericValue issue)

public Collection getVersions (GenericValue issue)

Throws
GenericEntityException

public long getWorkRatio (GenericValue issue)

public boolean isWorkEstimateExists (GenericValue issue)