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

java.lang.Objectcom.dghda.module.BaseModule
com.dghda.kent.BaseKentModule
com.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
- extends com.dghda.kent.BaseKentModule
| 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:
getConfigurationOptionsin interfacecom.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:
performActionin interfacecom.dghda.kent.ReportAction
|
|||||||||
| Home >> All >> com >> dghda >> kent >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC