|
|||||||||
| Home >> All >> com >> dghda >> [ kent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.dghda.kent
Interface ReportAction

- All Superinterfaces:
- KentModule, com.dghda.module.Module
- public interface ReportAction
- extends KentModule
An interface used to output a report's results. For example, an implementing class might send the results in an email.
| Nested Class Summary | |
static class |
ReportAction.ActionResult
A class that encapsulates the result of performing an action. |
| Nested classes inherited from class com.dghda.module.Module |
com.dghda.module.Module.ModuleVersion |
| Field Summary |
| Fields inherited from interface com.dghda.kent.KentModule |
ACTION_ID, AUTHENTICATED_USER, FORMAT_ID, REPORT_ID |
| Method Summary | |
ReportAction.ActionResult |
performAction(java.lang.String template,
java.lang.String data,
java.util.Properties config)
Take some action with the results of a report. |
| Methods inherited from interface com.dghda.kent.KentModule |
getConfigurationOptions |
| Methods inherited from interface com.dghda.module.Module |
getDescription, getID, getName, getVersion |
| Method Detail |
performAction
public ReportAction.ActionResult performAction(java.lang.String template, java.lang.String data, java.util.Properties config)
- Take some action with the results of a report.
|
|||||||||
| Home >> All >> com >> dghda >> [ kent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC