com.atlassian.jira.issue.context
Class ProjectCategoryContext

java.lang.Object
  extended by com.atlassian.jira.issue.context.AbstractJiraContext
      extended by com.atlassian.jira.issue.context.ProjectCategoryContext
All Implemented Interfaces:
com.atlassian.bandana.BandanaContext, IssueContext, JiraContextNode, Serializable, Comparable

public class ProjectCategoryContext
extends AbstractJiraContext

See Also:
Serialized Form

Field Summary
protected  org.ofbiz.core.entity.GenericValue projectCategory
           
 
Fields inherited from interface com.atlassian.jira.issue.context.JiraContextNode
FIELD_CONFIG, FIELD_ISSUE_TYPE, FIELD_PROJECT, FIELD_PROJECT_CATEGORY
 
Constructor Summary
ProjectCategoryContext(org.ofbiz.core.entity.GenericValue projectCategory, JiraContextTreeManager treeManager)
           
 
Method Summary
 void appendToParamsMap(Map props)
           
 List getChildContexts()
           
 org.ofbiz.core.entity.GenericValue getIssueType()
           
 com.atlassian.bandana.BandanaContext getParentContext()
           
 org.ofbiz.core.entity.GenericValue getProject()
           
 org.ofbiz.core.entity.GenericValue getProjectCategory()
           
 boolean hasParentContext()
           
 
Methods inherited from class com.atlassian.jira.issue.context.AbstractJiraContext
compareTo, equals, hashCode, isInContext, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

projectCategory

protected org.ofbiz.core.entity.GenericValue projectCategory
Constructor Detail

ProjectCategoryContext

public ProjectCategoryContext(org.ofbiz.core.entity.GenericValue projectCategory,
                              JiraContextTreeManager treeManager)
Method Detail

getParentContext

public com.atlassian.bandana.BandanaContext getParentContext()

hasParentContext

public boolean hasParentContext()

getChildContexts

public List getChildContexts()

appendToParamsMap

public void appendToParamsMap(Map props)

getProject

public org.ofbiz.core.entity.GenericValue getProject()

getProjectCategory

public org.ofbiz.core.entity.GenericValue getProjectCategory()

getIssueType

public org.ofbiz.core.entity.GenericValue getIssueType()


Copyright © 2002-2007 Atlassian. All Rights Reserved.