public class ClassificationCodeDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.ClassificationCodeDescriptionDataBeanBase
implements com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionInputDataBean, com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
ClassificationCodeDescriptionDataBean(java.lang.String aClassificationCodeId,
java.lang.String aLanguageId)
Constructs the
ClassificationCodeDescriptionDataBean with the specified classification code Id and language Id. |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyClassificationCodeId()
Gets the classification code ID.
|
java.lang.String |
getDataBeanKeyLanguageId()
Gets the language ID for the classification code description.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyClassificationCodeId(java.lang.String aClassificationCodeId)
Sets the classification code ID.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets the language ID for the classification code description.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByClassificationCode, getClassificationCodeId, getClassificationCodeIdInEntityType, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, instantiateEntity, setClassificationCodeId, setClassificationCodeId, setDescription, setInitKey_classificationCodeId, setInitKey_classificationCodeId, setInitKey_languageId, setInitKey_languageId, setLanguageId, setLanguageIdpublic static final java.lang.String COPYRIGHT
public ClassificationCodeDescriptionDataBean(java.lang.String aClassificationCodeId,
java.lang.String aLanguageId)
ClassificationCodeDescriptionDataBean with the specified classification code Id and language Id.aClassificationCodeId - The classification code ID.aLanguageId - The language ID.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanTypedProperty object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request property as TypedProperty object.CreateException - In the execution of the method, a create exception occurs.FinderException - In the execution of the method, a finder exception occurs.NamingException - In the execution of the method, a naming exception occurs.RemoteException - In the execution of the method, a remote exception occurs.public java.lang.String getDataBeanKeyClassificationCodeId()
getDataBeanKeyClassificationCodeId in interface com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyClassificationCodeId(java.lang.String aClassificationCodeId)
setDataBeanKeyClassificationCodeId in interface com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionInputDataBeanaClassificationCodeId - The classification code ID.public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionInputDataBeanaLanguageId - The language ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception - An exception occurs during the execution of the method.