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:
java.lang.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, com.opensymphony.user.User remoteUser)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
protected  org.ofbiz.core.entity.GenericValue getGenericValue()
           
 java.lang.Object getId()
           
 java.lang.String getLevel()
           
 com.opensymphony.user.User getUser()
           
 
Methods inherited from class com.atlassian.jira.issue.action.AbstractIssueAction
getHtml, getPrettyDate, getPrettyTimePerformed, getRemoteUser, getTemplateDirectory, getTemplateName
 
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,
                                com.opensymphony.user.User remoteUser)
Method Detail

getGenericValue

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

getId

public java.lang.Object getId()

getUser

public com.opensymphony.user.User getUser()

getLevel

public java.lang.String getLevel()

compareTo

public int compareTo(java.lang.Object o)


Copyright © 2002-2005 Atlassian. All Rights Reserved.