public class CatalogEntryConfigurationDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogEntryConfigurationDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogEntryConfigurationInputDataBean, com.ibm.commerce.catalog.beans.CatalogEntryConfigurationSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans:
CatalogEntryConfiguration
Mandatory Parameters (for single row retrieval):
catentry ID
Some hints and tips for using this data bean are:
catentry ID value before activating the data bean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
CatalogEntryConfigurationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context.
|
java.lang.String |
getDataBeanKeyCatalogEntryId()
Gets the primary key of the catalog entry.
|
TypedProperty |
getRequestProperties()
Gets the request properties.
|
void |
populate()
Loads data into the data bean
when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context.
|
void |
setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
Sets the primary key of the catalog entry.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request properties.
|
getDelegategetCatalogEntryId, getCatalogEntryIdInEntityType, getEntity, getField1, getField1InEntityType, getField2, getField2InEntityType, getField3, getField4, getReference, getUrl, instantiateEntity, setCatalogEntryId, setCatalogEntryId, setField1, setField1, setField2, setField2, setField3, setField4, setInitKey_catalogEntryId, setInitKey_catalogEntryId, setReference, setUrlpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
catentry IDsetRequestProperties in interface InputDataBeanaRequestProperty - the request propertiespublic java.lang.String getDataBeanKeyCatalogEntryId()
getDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.CatalogEntryConfigurationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
setDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.CatalogEntryConfigurationInputDataBeanaCatalogEntryId - the primary key of the catalog entrypublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception