com.atlassian.jira.plugin.projectpanel.impl
Class AbstractProjectTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
All Implemented Interfaces:
ProjectTabPanel
Direct Known Subclasses:
ComponentsProjectTabPanel, ComponentsVersionsProjectTabPanel, GenericProjectTabPanel, PopularIssuesProjectTabPanel, VersionsProjectTabPanel

public abstract class AbstractProjectTabPanel
extends Object
implements ProjectTabPanel


Field Summary
protected  ProjectTabPanelModuleDescriptor descriptor
           
 
Constructor Summary
AbstractProjectTabPanel()
           
 
Method Summary
 IssueConstant getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
          Returns the issue constant for the given issue constant generic value
 void init(ProjectTabPanelModuleDescriptor descriptor)
           
 boolean showPanel(ProjectActionSupport action, org.ofbiz.core.entity.GenericValue project)
          Always returns true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.plugin.projectpanel.ProjectTabPanel
getHtml
 

Field Detail

descriptor

protected ProjectTabPanelModuleDescriptor descriptor
Constructor Detail

AbstractProjectTabPanel

public AbstractProjectTabPanel()
Method Detail

init

public void init(ProjectTabPanelModuleDescriptor descriptor)
Specified by:
init in interface ProjectTabPanel

showPanel

public boolean showPanel(ProjectActionSupport action,
                         org.ofbiz.core.entity.GenericValue project)
Always returns true.

Specified by:
showPanel in interface ProjectTabPanel
Parameters:
action - ignored
project - ignored
Returns:
true

getIssueConstant

public IssueConstant getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
Returns the issue constant for the given issue constant generic value

Specified by:
getIssueConstant in interface ProjectTabPanel
Parameters:
issueConstantGV - issue constant generic value
Returns:
issue constant


Copyright © 2002-2009 Atlassian. All Rights Reserved.