public class StoreDefaultDataBean extends StoreDefaultDataBeanBase implements StoreDefaultInputDataBean, StoreDefaultSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright statement
|
| Constructor and Description |
|---|
StoreDefaultDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
This method gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyStoreId()
This method gets the store ID
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
This method gets the request property set within this bean.
|
void |
populate()
This method loads the data for this bean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyStoreId(java.lang.String aStoreId)
This method sets the store id (this is the only mandatory parameter that must be set before activating this bean)
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByStore, getContractId, getContractIdInEntityType, getEntity, getShipModeId, getShipModeIdInEntityType, getStoreId, getStoreIdInEntityType, instantiateEntity, setContractId, setContractId, setInitKey_storeId, setInitKey_storeId, setShipModeId, setShipModeIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId in interface StoreDefaultSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
DataBeanManager.activate() executes.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - The command context to set within this bean.public void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId in interface StoreDefaultInputDataBeanaStoreId - The store id.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty - The request property to set within this bean.