com.jaspersoft.jasperserver.api.engine.scheduling.hibernate
Class PersistentReportJobMailNotification
java.lang.Object
com.jaspersoft.jasperserver.api.engine.scheduling.hibernate.PersistentReportJobMailNotification
public class PersistentReportJobMailNotification
- extends java.lang.Object
- Version:
- $Id: PersistentReportJobMailNotification.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentReportJobMailNotification
public PersistentReportJobMailNotification()
getId
public long getId()
setId
public void setId(long id)
getVersion
public int getVersion()
setVersion
public void setVersion(int version)
getMessageText
public java.lang.String getMessageText()
setMessageText
public void setMessageText(java.lang.String messageText)
getResultSendType
public byte getResultSendType()
setResultSendType
public void setResultSendType(byte resultSendType)
getSubject
public java.lang.String getSubject()
setSubject
public void setSubject(java.lang.String subject)
getRecipients
public java.util.List getRecipients()
setRecipients
public void setRecipients(java.util.List toAddresses)
copyFrom
public void copyFrom(ReportJobMailNotification mailNotification)
copyRecipientsFrom
protected void copyRecipientsFrom(ReportJobMailNotification mailNotification)
collectRecipients
protected void collectRecipients(java.util.List recipientsList,
java.util.List addresses,
byte type)
toClient
public ReportJobMailNotification toClient()
copyAddressesTo
protected void copyAddressesTo(ReportJobMailNotification mail)
isNew
public boolean isNew()
isSkipEmptyReports
public boolean isSkipEmptyReports()
setSkipEmptyReports
public void setSkipEmptyReports(boolean skipEmptyReports)
Copyright © 2007. All Rights Reserved.