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, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String EURO_CODE
public static final java.lang.String emptyString
String
.public final DataBean getDataBean()
getDataBean
in interface DataBeanCommand
DataBean
object.public void populateDataBeanCommand(InputDataBean aDataBean)
aDataBean
- This is the DataBean object to be populated.
public final void setDataBean(DataBean newDataBean)
setDataBean
in interface DataBeanCommand
newDataBean
- This is a DataBean object.
public void setRequestProperties(TypedProperty val)
setRequestProperties
in interface DataBeanCommand
val
- This is a TypedProperties
object.