public interface DataBeanCommand
extends com.ibm.commerce.command.TargetableECCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
DataBean |
getDataBean()
This method gets the
DataBean object that this DataBeanCommand populates. |
void |
setDataBean(DataBean bean)
This method sets the
DataBean object that this DataBeanCommand populates. |
void |
setRequestProperties(TypedProperty properties)
This method is called by the
DataBeanManager before invoking the execute method in this command. |
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
static final java.lang.String COPYRIGHT
DataBean getDataBean()
DataBean
object that this DataBeanCommand
populates.DataBean
object.void setDataBean(DataBean bean)
DataBean
object that this DataBeanCommand
populates.bean
- This is a DataBean
object.void setRequestProperties(TypedProperty properties) throws ECException
DataBeanManager
before invoking the execute method in this command.properties
- This is an object that represents the data type properties.ECException