com.atlassian.jira.issue.context
Class ProjectContext

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

public class ProjectContext
extends AbstractJiraContext

See Also:
Serialized Form

Field Summary
protected  Long project
           
protected  Long projectCategory
           
 
Fields inherited from interface com.atlassian.jira.issue.context.JiraContextNode
FIELD_CONFIG, FIELD_ISSUE_TYPE, FIELD_PROJECT, FIELD_PROJECT_CATEGORY
 
Constructor Summary
ProjectContext(org.ofbiz.core.entity.GenericValue project, JiraContextTreeManager treeManager)
           
ProjectContext(IssueContext issueContext, JiraContextTreeManager treeManager)
           
 
Method Summary
 void appendToParamsMap(Map props)
           
 boolean equals(Object o)
           
 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()
           
 int hashCode()
           
 boolean hasParentContext()
           
 
Methods inherited from class com.atlassian.jira.issue.context.AbstractJiraContext
compareTo, isInContext, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

projectCategory

protected Long projectCategory

project

protected Long project
Constructor Detail

ProjectContext

public ProjectContext(org.ofbiz.core.entity.GenericValue project,
                      JiraContextTreeManager treeManager)

ProjectContext

public ProjectContext(IssueContext issueContext,
                      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()

equals

public boolean equals(Object o)
Overrides:
equals in class AbstractJiraContext

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractJiraContext


Copyright © 2002-2007 Atlassian. All Rights Reserved.