|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.reporting.FileReporter
Base class for reporting job processes that write output to a file.
| Constructor Summary | |
FileReporter(java.lang.String outputFile)
|
|
| 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. |
void |
saveFile(java.lang.String fileData)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileReporter(java.lang.String outputFile)
| Method Detail |
public void saveFile(java.lang.String fileData)
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 | |||||||||