|
static final int | DONE = 0 |
|
static final int | NO_DATA = 1 |
|
static final int | ERROR = 2 |
|
◆ AbstractAction()
org.turro.elephant.impl.abstracts.AbstractAction.AbstractAction |
( |
| ) |
|
◆ execute()
abstract int org.turro.elephant.impl.abstracts.AbstractAction.execute |
( |
| ) |
throws Exception |
|
abstract |
◆ getActionParameter()
String org.turro.elephant.impl.abstracts.AbstractAction.getActionParameter |
( |
| ) |
|
◆ getBooleanParameter()
boolean org.turro.elephant.impl.abstracts.AbstractAction.getBooleanParameter |
( |
String |
param | ) |
|
◆ getConstructor()
IConstructor org.turro.elephant.impl.abstracts.AbstractAction.getConstructor |
( |
| ) |
|
◆ getContextParameter()
String org.turro.elephant.impl.abstracts.AbstractAction.getContextParameter |
( |
| ) |
|
◆ getDateParameter()
Date org.turro.elephant.impl.abstracts.AbstractAction.getDateParameter |
( |
String |
param, |
|
|
Date |
defaultValue |
|
) |
| |
◆ getDoubleParameter()
double org.turro.elephant.impl.abstracts.AbstractAction.getDoubleParameter |
( |
String |
param, |
|
|
double |
defaultValue |
|
) |
| |
◆ getIdelParameter()
String org.turro.elephant.impl.abstracts.AbstractAction.getIdelParameter |
( |
| ) |
|
◆ getIntParameter()
int org.turro.elephant.impl.abstracts.AbstractAction.getIntParameter |
( |
String |
param, |
|
|
int |
defaultValue |
|
) |
| |
◆ getParameter() [1/2]
String org.turro.elephant.impl.abstracts.AbstractAction.getParameter |
( |
String |
param | ) |
|
◆ getParameter() [2/2]
String org.turro.elephant.impl.abstracts.AbstractAction.getParameter |
( |
String |
param, |
|
|
boolean |
encode |
|
) |
| |
◆ getStringParameter()
String org.turro.elephant.impl.abstracts.AbstractAction.getStringParameter |
( |
String |
param | ) |
|
◆ getValueParameter()
String org.turro.elephant.impl.abstracts.AbstractAction.getValueParameter |
( |
String |
param | ) |
|
◆ getValuePortion()
static String org.turro.elephant.impl.abstracts.AbstractAction.getValuePortion |
( |
String |
key, |
|
|
String |
value |
|
) |
| |
|
static |
◆ makeDateParameter() [1/2]
static String org.turro.elephant.impl.abstracts.AbstractAction.makeDateParameter |
( |
Date |
date | ) |
|
|
static |
◆ makeDateParameter() [2/2]
static String org.turro.elephant.impl.abstracts.AbstractAction.makeDateParameter |
( |
Timestamp |
date | ) |
|
|
static |
◆ setConstructor()
void org.turro.elephant.impl.abstracts.AbstractAction.setConstructor |
( |
IConstructor |
constructor | ) |
|
◆ constructor
IConstructor org.turro.elephant.impl.abstracts.AbstractAction.constructor |
|
protected |
The documentation for this class was generated from the following file: