|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.utils.email.EMailReporter
| Constructor Summary | |
EMailReporter()
|
|
| Method Summary | |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
void |
saveData(java.lang.String data,
ILoginInfo userInfo)
Saves the data. |
void |
saveData(java.lang.String data,
java.lang.String eMail)
This is needed for situations (such as Alert processing), where an email address may not be the one that is in the login process, this method allows the email message to be directed to a specific email address. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EMailReporter()
| Method Detail |
public void saveData(java.lang.String data,
ILoginInfo userInfo)
IReporter
saveData in interface IReporterdata - The data to be saved/sent by the reporter.userInfo - User for whom the data is to be saved.
public void saveData(java.lang.String data,
java.lang.String eMail)
IReporter
saveData in interface IReporterdata - The data to be saved/sent by the reporter.public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||