|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibi.broker.api.data.schedule.StorageLibraryEmail
public class StorageLibraryEmail
Constructor Summary | |
---|---|
StorageLibraryEmail()
|
Method Summary | |
---|---|
java.lang.String |
getLibraryURL()
Obtains the base URL contained in a library email notification. |
java.lang.String |
getMailFrom()
Obtains the "From" email address in this Library email notification. |
java.lang.String |
getMailMessage()
Obtains the email message content contained in the email message sent out as part of this notification email (Library email notification must be turned on by way of the setSendEmailAfterSaveReport()). |
java.lang.String |
getMailReplyAddress()
Obtains the "Reply" email address sent in this Library email notification. |
java.lang.String |
getMailServerName()
Obtains the mail server name used to send this library email notification. |
java.lang.String |
getMailSubject()
Obtains the email subject sent in this library email notification. |
boolean |
isSendEmailAfterSaveReport()
Obtains the value of the boolean flag that specifies whether or not an email notification is sent after a report is saved to the library. |
void |
setLibraryURL(java.lang.String libraryURL)
Assigns the base URL contained in a library email notification. |
void |
setMailFrom(java.lang.String mailFrom)
Assigns the "From" email address in this Library email notification (Library email notification must be turned on by way of the setSendEmailAfterSaveReport()). |
void |
setMailMessage(java.lang.String mailMessage)
Assigns the email message content contained in the email message sent out as part of this notification email (Library email notification must be turned on by way of the setSendEmailAfterSaveReport()). |
void |
setMailReplyAddress(java.lang.String mailReplyAddress)
Assigns the "Reply" email address sent in this Library email notification. |
void |
setMailServerName(java.lang.String mailServerName)
Assigns the mail server name used to send this library email notification. |
void |
setMailSubject(java.lang.String mailSubject)
Assigns the email subject sent in this library email notification. |
void |
setSendEmailAfterSaveReport(boolean sendEmailAfterSaveReport)
Assigns the value of the boolean flag that specifies whether or not an email notification is sent after a report is saved to the library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StorageLibraryEmail()
Method Detail |
---|
public java.lang.String getMailFrom()
setMailFrom(String)
,
isSendEmailAfterSaveReport()
public void setMailFrom(java.lang.String mailFrom)
mailFrom
- The "From" portion of the Library email notification as a String.getMailFrom()
,
isSendEmailAfterSaveReport()
public java.lang.String getMailMessage()
setMailMessage(String)
,
isSendEmailAfterSaveReport()
public void setMailMessage(java.lang.String mailMessage)
mailMessage
- The email message content as a String.getMailMessage()
,
isSendEmailAfterSaveReport()
public java.lang.String getMailReplyAddress()
setMailReplyAddress(String)
,
isSendEmailAfterSaveReport()
public void setMailReplyAddress(java.lang.String mailReplyAddress)
mailReplyAddress
- The email "Reply" address as a String.getMailReplyAddress()
,
isSendEmailAfterSaveReport()
public java.lang.String getMailServerName()
setMailServerName(String)
,
isSendEmailAfterSaveReport()
public void setMailServerName(java.lang.String mailServerName)
mailServerName
- The mail Server name as a String.getMailServerName()
,
isSendEmailAfterSaveReport()
public java.lang.String getMailSubject()
setMailSubject(String)
public void setMailSubject(java.lang.String mailSubject)
mailSubject
- The email "Subject" as a String.getMailSubject()
,
isSendEmailAfterSaveReport()
public boolean isSendEmailAfterSaveReport()
setSendEmailAfterSaveReport(boolean)
public void setSendEmailAfterSaveReport(boolean sendEmailAfterSaveReport)
sendEmailAfterSaveReport
- The sendEmailAfterSaveReport flag as a
boolean.isSendEmailAfterSaveReport()
public java.lang.String getLibraryURL()
setLibraryURL(String)
,
isSendEmailAfterSaveReport()
public void setLibraryURL(java.lang.String libraryURL)
libraryURL
- The library URL as a String.getLibraryURL()
,
isSendEmailAfterSaveReport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |