public class CatalogDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogDescriptionDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogDescriptionInputDataBean, com.ibm.commerce.catalog.beans.CatalogDescriptionSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogDescription
Mandatory Parameters (for single row retrieval):
Some hints and tips for using this data bean are:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
CatalogDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogReferenceNumber()
Gets the catalog reference number.
|
java.lang.String |
getDataBeanKeyLanguage_id()
Gets the language ID.
|
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 |
setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
Sets the catalog reference number.
|
void |
setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
Sets the language ID for the attribute.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogId, findByCatalogIdNoCache, findByCatalogIdsAndLanguageId, findByCatalogIdsAndLanguageIdEnumeration, findByCatalogIdsAndLanguageIdNoCache, getCatalogReferenceNumber, getEntity, getFullIImage, getLanguage_id, getLanguage_idInEntityType, getLongDescription, getName, getShortDescription, getThumbNail, instantiateEntity, setCatalogReferenceNumber, setFullIImage, setInitKey_catalogReferenceNumber, setInitKey_catalogReferenceNumber, setInitKey_language_id, setInitKey_language_id, setLanguage_id, setLanguage_id, setLongDescription, setName, setShortDescription, setThumbNailpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanTypedProperty object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanThe - request property as TypedProperty object.RemoteException - In the execution of the method, a remote exception occurs.FinderException - In the execution of the method, a finder exception occurs.NamingException - In the execution of the method, a naming exception occurs.CreateException - In the execution of the method, a create exception occurs.public java.lang.String getDataBeanKeyCatalogReferenceNumber()
getDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
setDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogDescriptionInputDataBeanaCatalogReferenceNumber - The catalog reference number.public void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogDescriptionInputDataBeanaLanguage_id - The language ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception