com.atlassian.jira.issue.action
Class AbstractGVIssueAction

java.lang.Object
  extended bycom.atlassian.jira.issue.action.AbstractIssueAction
      extended bycom.atlassian.jira.issue.action.AbstractGVIssueAction
All Implemented Interfaces:
Comparable, IssueAction
Direct Known Subclasses:
ChangeHistory, Comment, Email, WorkflowStep, Worklog

public abstract class AbstractGVIssueAction
extends AbstractIssueAction


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.action.AbstractIssueAction
JIRA_TEMPLATES
 
Fields inherited from interface com.atlassian.jira.issue.action.IssueAction
FS
 
Constructor Summary
protected AbstractGVIssueAction(org.ofbiz.core.entity.GenericValue genericValue, User remoteUser)
           
 
Method Summary
protected  org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Object getId()
           
 Issue getIssue()
           
 String getLevel()
           
 User getUser()
           
 
Methods inherited from class com.atlassian.jira.issue.action.AbstractIssueAction
compareTo, getHtml, getPrettyDate, getPrettyTimePerformed, getRemoteUser, getTemplateDirectory, getTemplateName, isDisplayActionAllTab, populateVelocityParams
 
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.issue.action.IssueAction
getTimePerformed, getType, getUsername
 

Constructor Detail

AbstractGVIssueAction

protected AbstractGVIssueAction(org.ofbiz.core.entity.GenericValue genericValue,
                                User remoteUser)
Method Detail

getGenericValue

protected org.ofbiz.core.entity.GenericValue getGenericValue()

getId

public Object getId()

getUser

public User getUser()

getLevel

public String getLevel()

getIssue

public Issue getIssue()


Copyright © 2002-2006 Atlassian. All Rights Reserved.