|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.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, LAST_ROW |
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,
List fieldNames)
EmailRowCollection constructor comment. |
Method Summary | |
String |
getEmailSubject(ExecutingContext ec)
Get the email's subject. |
CMMailer |
getMailer(ExecutingContext ec)
Get this Row's mailer. |
String |
getPOP3Server(ExecutingContext ec)
Get this Row's SMTP server. |
String |
getSMTPServer(ExecutingContext ec)
Get this Row's SMTP server. |
String |
getSMTPUserEmail(ExecutingContext ec)
Get this Row's SMTP user email. |
String |
getSMTPUserId(ExecutingContext ec)
Get this Row's SMTP server. |
String |
getSMTPUserPassword(ExecutingContext ec)
Get this Row's SMTP user password. |
Methods inherited from class java.lang.Object |
equals, 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, List fieldNames) throws CMException
table
- planetj.database.TablefieldNames
- java.util.List
CMException
- The exception description.Method Detail |
public String getEmailSubject(ExecutingContext ec)
getEmailSubject
in interface IEmailObject
public CMMailer getMailer(ExecutingContext ec)
getMailer
in interface IEmailObject
public String getPOP3Server(ExecutingContext ec)
getPOP3Server
in interface IEmailObject
public String getSMTPServer(ExecutingContext ec)
getSMTPServer
in interface IEmailObject
public String getSMTPUserEmail(ExecutingContext ec)
getSMTPUserEmail
in interface IEmailObject
public String getSMTPUserId(ExecutingContext ec)
getSMTPUserId
in interface IEmailObject
public String getSMTPUserPassword(ExecutingContext ec)
getSMTPUserPassword
in interface IEmailObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |