

Public Member Functions | |
| FeedbackAction () | |
| int | execute () throws Exception |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractAction | |
| AbstractAction () | |
| void | setConstructor (IConstructor constructor) |
| IConstructor | getConstructor () |
| String | getContextParameter () |
| String | getIdelParameter () |
| String | getActionParameter () |
| String | getParameter (String param) |
| String | getParameter (String param, boolean encode) |
| String | getStringParameter (String param) |
| String | getValueParameter (String param) |
| boolean | getBooleanParameter (String param) |
| int | getIntParameter (String param, int defaultValue) |
| double | getDoubleParameter (String param, double defaultValue) |
| Date | getDateParameter (String param, Date defaultValue) |
Additional Inherited Members | |
Static Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractAction | |
| static String | makeDateParameter (Date date) |
| static String | makeDateParameter (Timestamp date) |
| static String | getValuePortion (String key, String value) |
Static Public Attributes inherited from org.turro.elephant.context.IAction | |
| static final int | DONE = 0 |
| static final int | NO_DATA = 1 |
| static final int | ERROR = 2 |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractAction | |
| IConstructor | constructor |
Definition at line 35 of file FeedbackAction.java.
| org.turro.elephant.impl.feedback.FeedbackAction.FeedbackAction | ( | ) |
Creates a new instance of FeedbackAction
Definition at line 38 of file FeedbackAction.java.
| int org.turro.elephant.impl.feedback.FeedbackAction.execute | ( | ) | throws Exception |
Called by constructor in request for one action.
| java.lang.Exception |
Implements org.turro.elephant.context.IAction.
Definition at line 42 of file FeedbackAction.java.
