public class LanguageDataBean extends LanguageDataBeanBase implements LanguageInputDataBean, LanguageSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
| Constructor and Description |
|---|
LanguageDataBean()
Creates a LanguageDataBean
|
LanguageDataBean(com.ibm.commerce.common.objects.LanguageAccessBean aabLanguage)
Constructs a LanguageDataBean from a LanguageAccessBean by
extracting the Language EJB reference from the LanguageAccessBean.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
Returns LanguageId
|
java.lang.String |
getDescriptionString()
Gets the language description.
|
java.lang.String |
getNativeDescriptionString()
Gets the language description described in its native language.
|
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 LanguageId
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAll, findAllNoCache, findByLocaleName, findByLocaleNameNoCache, getCountry, getDescription, getDescriptionNoCache, getEncoding, getEntity, getLanguage, getLanguageId, getLanguageIdInEntityType, getLocaleName, getMimeCharSet, getVariant, instantiateEntity, setCountry, setEncoding, setInitKey_languageId, setInitKey_languageId, setLanguage, setLocaleName, setMimeCharSet, setVariantpublic static final java.lang.String COPYRIGHT
public LanguageDataBean()
public LanguageDataBean(com.ibm.commerce.common.objects.LanguageAccessBean aabLanguage)
aabLanguage - com.ibm.commerce.common.objects.OrderAdjustmentAccessBeanjava.lang.Exceptionpublic com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface LanguageSmartDataBeanpublic java.lang.String getDescriptionString()
public java.lang.String getNativeDescriptionString()
public 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.Exceptionpublic void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface LanguageInputDataBeanaLanguageId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -