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

Quick Search    Search Deep

com.dghda.kent.actions
Class DummyAction  view DummyAction download DummyAction.java

java.lang.Object
  extended bycom.dghda.module.BaseModule
      extended bycom.dghda.kent.BaseKentModule
          extended bycom.dghda.kent.actions.DummyAction
All Implemented Interfaces:
com.dghda.kent.KentModule, com.dghda.module.Module, com.dghda.kent.ReportAction

public class DummyAction
extends com.dghda.kent.BaseKentModule
implements com.dghda.kent.ReportAction


Nested Class Summary
 
Nested classes inherited from class com.dghda.kent.ReportAction
com.dghda.kent.ReportAction.ActionResult
 
Nested classes inherited from class com.dghda.module.Module
com.dghda.module.Module.ModuleVersion
 
Field Summary
 
Fields inherited from class com.dghda.kent.BaseKentModule
 
Fields inherited from class com.dghda.module.BaseModule
 
Fields inherited from interface com.dghda.kent.KentModule
ACTION_ID, AUTHENTICATED_USER, FORMAT_ID, REPORT_ID
 
Constructor Summary
DummyAction(com.dghda.kent.ReportEngine engine)
           
 
Method Summary
 java.lang.String getConfigurationOptions(java.util.Properties config)
          Return some dummy options.
 com.dghda.kent.ReportAction.ActionResult performAction(java.lang.String template, java.lang.String data, java.util.Properties config)
          Does nothing, successfully.
 
Methods inherited from class com.dghda.kent.BaseKentModule
getReportEngine
 
Methods inherited from class com.dghda.module.BaseModule
getDescription, getID, getName, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dghda.module.Module
getDescription, getID, getName, getVersion
 

Constructor Detail

DummyAction

public DummyAction(com.dghda.kent.ReportEngine engine)
Method Detail

getConfigurationOptions

public java.lang.String getConfigurationOptions(java.util.Properties config)
Return some dummy options.

Specified by:
getConfigurationOptions in interface com.dghda.kent.KentModule

performAction

public com.dghda.kent.ReportAction.ActionResult performAction(java.lang.String template,
                                                              java.lang.String data,
                                                              java.util.Properties config)
Does nothing, successfully.

Specified by:
performAction in interface com.dghda.kent.ReportAction