public class StoreEntityDataBean extends StoreEntityDataBeanBase implements StoreEntityInputDataBean, StoreEntitySmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright statement
|
Constructor and Description |
---|
StoreEntityDataBean() |
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 |
getDataBeanKeyStoreEntityId()
This method gets the store entity 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 |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
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.
|
getDelegate
findByIdentifierAndMemberId, findByIdentifierAndMemberIdNoCache, findByMember, findByMemberNoCache, fulfills, getDefaultCurrency, getDescription, getDescriptionNoCache, getDescriptionNoCache, getEntity, getIdentifier, getMarkForDelete, getMemberId, getMemberIdInEntityType, getOwner, getStoreEntityId, getStoreEntityIdInEntityType, getType, instantiateEntity, setDefaultCurrency, setIdentifier, setInitKey_storeEntityId, setInitKey_storeEntityId, setMarkForDelete, setMemberId, setMemberId
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId
in interface StoreEntitySmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public void populate()
DataBeanManager.activate()
executes.populate
in interface com.ibm.commerce.beans.SmartDataBean
java.lang.Exception
- The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- The command context to set within this bean.public void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId
in interface StoreEntityInputDataBean
aStoreEntityId
- The store id.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
- The request property to set within this bean.