public class StoreEntityDescriptionDataBean extends StoreEntityDescriptionDataBeanBase implements StoreEntityDescriptionInputDataBean, StoreEntityDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright statement
|
Constructor and Description |
---|
StoreEntityDescriptionDataBean()
Constructor for a StoreEntityDescriptionDataBean.
|
StoreEntityDescriptionDataBean(com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean aabStoreEntityDescription)
This method constructs a StoreEntityDescriptionDataBean from a StoreEntityDescriptionAccessBean.
|
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 |
getDataBeanKeyLanguageId()
This method gets the language id.
|
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 |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the language id (this is the a mandatory parameter that must be set before activating this bean)
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
This method sets the store id (this is the a 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
findByLocaleNameAndDistinguishedName, getContactAddressId, getContactAddressIdInEntityType, getDescription, getDisplayName, getEntity, getLanguageId, getLanguageIdInEntityType, getLocationAddressId, getLocationAddressIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setContactAddressId, setContactAddressId, setDescription, setDisplayName, setInitKey_languageId, setInitKey_languageId, setInitKey_storeEntityId, setInitKey_storeEntityId, setLanguageId, setLanguageId, setLocationAddressId, setLocationAddressId, setStoreEntityId, setStoreEntityId
public static final java.lang.String COPYRIGHT
public StoreEntityDescriptionDataBean()
public StoreEntityDescriptionDataBean(com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean aabStoreEntityDescription)
aabStoreEntityDescription
- com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBeanpublic com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface StoreEntityDescriptionSmartDataBean
public java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId
in interface StoreEntityDescriptionSmartDataBean
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
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 setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface StoreEntityDescriptionInputDataBean
aLanguageId
- The language id.public void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId
in interface StoreEntityDescriptionInputDataBean
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.