public abstract class DataBeanCommandImpl extends AbstractECTargetableCommand implements DataBeanCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
emptyString
This is an empty
String. |
static java.lang.String |
EURO_CODE
This is the code for the Euro currency.
|
| Constructor and Description |
|---|
DataBeanCommandImpl() |
| Modifier and Type | Method and Description |
|---|---|
DataBean |
getDataBean()
This method gets the data bean associated with this data bean command.
|
void |
populateDataBeanCommand(InputDataBean aDataBean)
This method populates the input data bean.
|
void |
setDataBean(DataBean newDataBean)
This method sets the data bean associated with this command.
|
void |
setRequestProperties(TypedProperty val)
This method sets request properties associated with this command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String EURO_CODE
public static final java.lang.String emptyString
String.public final DataBean getDataBean()
getDataBean in interface DataBeanCommandDataBean object.public void populateDataBeanCommand(InputDataBean aDataBean)
aDataBean - This is the DataBean object to be populated.public final void setDataBean(DataBean newDataBean)
setDataBean in interface DataBeanCommandnewDataBean - This is a DataBean object.public void setRequestProperties(TypedProperty val)
setRequestProperties in interface DataBeanCommandval - This is a TypedProperties object.