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(org.ofbiz.core.entity.GenericValue issue)
           
 java.util.Collection getFixVersions(org.ofbiz.core.entity.GenericValue issue)
           
 java.lang.String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)
           
 java.lang.String getParentIssueKey(org.ofbiz.core.entity.GenericValue issue)
           
 java.lang.String getParentIssueSummary(org.ofbiz.core.entity.GenericValue issue)
           
 org.ofbiz.core.entity.GenericValue getSecurityLevel(org.ofbiz.core.entity.GenericValue issue)
           
 java.util.Collection getSubTasks(org.ofbiz.core.entity.GenericValue issue)
           
 java.util.Collection getVersions(org.ofbiz.core.entity.GenericValue issue)
           
 long getWorkRatio(org.ofbiz.core.entity.GenericValue issue)
           
 boolean isSubTask(org.ofbiz.core.entity.GenericValue issue)
           
 boolean isWorkEstimateExists(org.ofbiz.core.entity.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 org.ofbiz.core.entity.GenericValue getSecurityLevel(org.ofbiz.core.entity.GenericValue issue)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getFixVersions

public java.util.Collection getFixVersions(org.ofbiz.core.entity.GenericValue issue)
                                    throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getVersions

public java.util.Collection getVersions(org.ofbiz.core.entity.GenericValue issue)
                                 throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getComponents

public java.util.Collection getComponents(org.ofbiz.core.entity.GenericValue issue)
                                   throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getWorkRatio

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

getPaddedWorkRatio

public java.lang.String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)

isWorkEstimateExists

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

isSubTask

public boolean isSubTask(org.ofbiz.core.entity.GenericValue issue)

getParentIssueKey

public java.lang.String getParentIssueKey(org.ofbiz.core.entity.GenericValue issue)
                                   throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getParentIssueSummary

public java.lang.String getParentIssueSummary(org.ofbiz.core.entity.GenericValue issue)
                                       throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

getSubTasks

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


Copyright © 2002-2005 Atlassian. All Rights Reserved.