public class SupportedLanguageDataBean extends SupportedLanguageDataBeanBase implements SupportedLanguageInputDataBean, SupportedLanguageSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
| Constructor and Description |
|---|
SupportedLanguageDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
Gets the language ID
|
java.lang.String |
getDataBeanKeyStoreEntityId()
Gets the store entity ID
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets the language ID
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
Sets the store entity ID
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAll, findAllNoCache, findByStore, findByStoreNoCache, findByStores, findByStoresNoCache, getCurrency, getEntity, getLanguageId, getLanguageIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setCurrency, setInitKey_languageId, setInitKey_languageId, setInitKey_storeEntityId, setInitKey_storeEntityIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface SupportedLanguageSmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId in interface SupportedLanguageSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - The java.lang.Exception exceptionpublic 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 setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface SupportedLanguageInputDataBeanaLanguageId - The language IDpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId in interface SupportedLanguageInputDataBeanaStoreEntityId - The store entity IDpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty - The request property to set within this bean.