com.atlassian.jira.web.util
Class IssueTableBean
java.lang.Object
com.atlassian.jira.web.util.IssueTableBean
public class IssueTableBean
- extends Object
Gets security Level info out of the database
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueTableBean
public IssueTableBean()
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-2011 Atlassian. All Rights Reserved.