public class CatalogEntryDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogEntryDescriptionDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogEntryDescriptionInputDataBean, com.ibm.commerce.catalog.beans.CatalogEntryDescriptionSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogEntryDescription
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 |
|---|
CatalogEntryDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryReferenceNumber()
Gets the catalog entry 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 |
setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
Sets the catalog entry reference number for this catalog entry.
|
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.
|
getDelegatefindByCatalogEntry, findByCatalogEntryIds, findByCatalogEntryIdsAndLanguageId, findByCatalogEntryIdsNoCache, findByCatalogEntryNoCache, findByDescriptionKeysAndLanguageIdNoCache, getAuxDescription1, getAuxDescription2, getAvailabilityDate, getAvailabilityDateInEntityType, getAvailable, getAvailableInEntityType, getCatalogEntryReferenceNumber, getCatalogEntryReferenceNumberInEntityType, getEntity, getFullImage, getKeyWord, getLanguage_id, getLanguage_idInEntityType, getLongDescription, getName, getPublished, getPublishedInEntityType, getShortDescription, getThumbNail, getXmlDetail, instantiateEntity, setAuxDescription1, setAuxDescription2, setAvailabilityDate, setAvailabilityDate, setAvailable, setAvailable, setFullImage, setInitKey_catalogEntryReferenceNumber, setInitKey_catalogEntryReferenceNumber, setInitKey_language_id, setInitKey_language_id, setKeyWord, setLanguage_id, setLanguage_id, setLongDescription, setName, setPublished, setPublished, setShortDescription, setThumbNail, setXmlDetailpublic static final java.lang.String COPYRIGHT
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 getDataBeanKeyCatalogEntryReferenceNumber()
getDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanComandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanThe - command context as CommandContext object.public void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
setDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionInputDataBeanaCatalogEntryReferenceNumber - The catalog entry reference number.public void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionInputDataBeanaLanguage_id - The language ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception