com.atlassian.jira.issue.action
Class Email

java.lang.Object
  extended by com.atlassian.jira.issue.action.AbstractIssueAction
      extended by com.atlassian.jira.issue.action.AbstractGVIssueAction
          extended by com.atlassian.jira.issue.action.Email
All Implemented Interfaces:
IssueAction, java.lang.Comparable

public class Email
extends AbstractGVIssueAction

Created by IntelliJ IDEA. User: owenfellows Date: Apr 30, 2004 Time: 1:05:43 PM To change this template use File | Settings | File Templates.


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
Email(org.ofbiz.core.entity.GenericValue genericValue, com.opensymphony.user.User remoteUser)
           
 
Method Summary
 com.atlassian.mail.MailUtils.Attachment[] getAttachments()
           
 com.opensymphony.user.User getAuthor()
           
 java.lang.String getBody()
           
 java.lang.String getcc()
           
 FileIconBean getFileIconBean()
           
 java.lang.String getFrom()
           
 java.lang.String getReceivedDateStr()
           
 java.lang.String getSubject()
           
protected  java.lang.String getTemplateName()
           
 java.sql.Timestamp getTimePerformed()
           
 java.lang.String getTo()
           
 java.lang.String getType()
           
 java.lang.String getUsername()
           
 
Methods inherited from class com.atlassian.jira.issue.action.AbstractGVIssueAction
compareTo, getGenericValue, getId, getLevel, getUser
 
Methods inherited from class com.atlassian.jira.issue.action.AbstractIssueAction
getHtml, getPrettyDate, getPrettyTimePerformed, getRemoteUser, getTemplateDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email(org.ofbiz.core.entity.GenericValue genericValue,
             com.opensymphony.user.User remoteUser)
Method Detail

getTemplateName

protected java.lang.String getTemplateName()
Specified by:
getTemplateName in class AbstractIssueAction

getType

public java.lang.String getType()

getUsername

public java.lang.String getUsername()

getTimePerformed

public java.sql.Timestamp getTimePerformed()

getAuthor

public com.opensymphony.user.User getAuthor()
                                     throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getFrom

public java.lang.String getFrom()
                         throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getReceivedDateStr

public java.lang.String getReceivedDateStr()
                                    throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getTo

public java.lang.String getTo()
                       throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getcc

public java.lang.String getcc()
                       throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getSubject

public java.lang.String getSubject()
                            throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getBody

public java.lang.String getBody()
                         throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getAttachments

public com.atlassian.mail.MailUtils.Attachment[] getAttachments()
                                                         throws javax.mail.MessagingException,
                                                                java.io.IOException
Throws:
javax.mail.MessagingException
java.io.IOException

getFileIconBean

public FileIconBean getFileIconBean()


Copyright © 2002-2006 Atlassian. All Rights Reserved.