com.atlassian.jira.web.util
Class IssueTableBean

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

public class IssueTableBean
extends Object

Gets security Level info out of the database


Constructor Summary
IssueTableBean()
           
 
Method Summary
 Collection getComponents(org.ofbiz.core.entity.GenericValue issue)
           
 Collection getFixVersions(org.ofbiz.core.entity.GenericValue issue)
           
 String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)
           
 String getParentIssueKey(org.ofbiz.core.entity.GenericValue issue)
           
 String getParentIssueKey(Issue issue)
           
 String getParentIssueSummary(org.ofbiz.core.entity.GenericValue issue)
           
 String getParentIssueSummary(Issue issue)
           
 org.ofbiz.core.entity.GenericValue getSecurityLevel(org.ofbiz.core.entity.GenericValue issue)
           
 Collection getSubTasks(org.ofbiz.core.entity.GenericValue issue)
           
 Collection getVersions(org.ofbiz.core.entity.GenericValue issue)
           
 long getWorkRatio(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 Exception
Throws:
Exception

getFixVersions

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

getVersions

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

getComponents

public 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 String getPaddedWorkRatio(org.ofbiz.core.entity.GenericValue issue)

isWorkEstimateExists

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

getParentIssueKey

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

getParentIssueKey

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

getParentIssueSummary

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

getParentIssueSummary

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

getSubTasks

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.