|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectplanetj.database.RowCollection
planetj.dataengine.email.EmailRowCollection
This class servers as a convience class for a RowCollection that contains email functionality.
| Nested Class Summary |
| Nested classes inherited from class planetj.database.RowCollection |
RowCollection.LinkedRowCollection |
| Field Summary |
| Fields inherited from class planetj.database.RowCollection |
className, FIRST_ROW, INSERT_ACTION, LAST_ROW, mReturnedFromCache, mRowEventListeners, UPDATE_ACTION |
| Fields inherited from interface planetj.dataengine.email.IEmailObject |
CONFIG_KEY_POP3_SERVER, CONFIG_KEY_SMTP_SERVER, CONFIG_KEY_SMTP_USER_EMAIL, CONFIG_KEY_SMTP_USER_ID, CONFIG_KEY_SMTP_USER_PASSWORD |
| Constructor Summary | |
EmailRowCollection()
EmailRowCollection constructor comment. |
|
EmailRowCollection(Table table)
EmailRowCollection constructor comment. |
|
EmailRowCollection(Table table,
java.util.List fieldNames)
EmailRowCollection constructor comment. |
|
| Method Summary | |
java.lang.String |
getEmailSubject(ExecutingContext ec)
Get the email's subject. |
CMMailer |
getMailer(ExecutingContext ec)
Get this Row's mailer. |
java.lang.String |
getPOP3Server(ExecutingContext ec)
Get this Row's SMTP server. |
java.lang.String |
getSMTPServer(ExecutingContext ec)
Get this Row's SMTP server. |
java.lang.String |
getSMTPUserEmail(ExecutingContext ec)
Get this Row's SMTP user email. |
java.lang.String |
getSMTPUserId(ExecutingContext ec)
Get this Row's SMTP server. |
java.lang.String |
getSMTPUserPassword(ExecutingContext ec)
Get this Row's SMTP user password. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface planetj.dataengine.email.IEmailObject |
getEmailBody, getEmailRecipients |
| Methods inherited from interface java.util.List |
equals, hashCode |
| Constructor Detail |
public EmailRowCollection()
public EmailRowCollection(Table table)
throws CMException
table - planetj.database.Table
CMException - The exception description.
public EmailRowCollection(Table table,
java.util.List fieldNames)
throws CMException
table - planetj.database.TablefieldNames - java.util.List
CMException - The exception description.| Method Detail |
public java.lang.String getEmailSubject(ExecutingContext ec)
getEmailSubject in interface IEmailObjectpublic CMMailer getMailer(ExecutingContext ec)
getMailer in interface IEmailObjectpublic java.lang.String getPOP3Server(ExecutingContext ec)
getPOP3Server in interface IEmailObjectpublic java.lang.String getSMTPServer(ExecutingContext ec)
getSMTPServer in interface IEmailObjectpublic java.lang.String getSMTPUserEmail(ExecutingContext ec)
getSMTPUserEmail in interface IEmailObjectpublic java.lang.String getSMTPUserId(ExecutingContext ec)
getSMTPUserId in interface IEmailObjectpublic java.lang.String getSMTPUserPassword(ExecutingContext ec)
getSMTPUserPassword in interface IEmailObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||