com.atlassian.jira.web.util
Class IssueTableBean

java.lang.Object
  extended bycom.atlassian.jira.web.util.IssueTableBean

public class IssueTableBean
extends java.lang.Object

Gets security Level info out of the database


Constructor Summary
IssueTableBean()
           
 
Method Summary
 java.util.Collection getComponents(GenericValue issue)
           
 java.util.Collection getFixVersions(GenericValue issue)
           
 GenericValue getSecurityLevel(GenericValue issue)
           
 java.util.Collection getVersions(GenericValue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTableBean

public IssueTableBean()
Method Detail

getSecurityLevel

public GenericValue getSecurityLevel(GenericValue issue)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getFixVersions

public java.util.Collection getFixVersions(GenericValue issue)
                                    throws GenericEntityException
Throws:
GenericEntityException

getVersions

public java.util.Collection getVersions(GenericValue issue)
                                 throws GenericEntityException
Throws:
GenericEntityException

getComponents

public java.util.Collection getComponents(GenericValue issue)
                                   throws GenericEntityException
Throws:
GenericEntityException