Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.dghda.kent
Interface ReportAction  view ReportAction download ReportAction.java

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.