public class ProductSetCeRelDataBean
extends com.ibm.commerce.catalog.beansrc.ProductSetCeRelDataBeanBase
implements com.ibm.commerce.catalog.beans.ProductSetCeRelInputDataBean, com.ibm.commerce.catalog.beans.ProductSetCeRelSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: ProductSetCeRel
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 |
|---|
ProductSetCeRelDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryId()
Gets the primary key of the catalog entry.
|
java.lang.String |
getDataBeanKeyProductSetId()
Gets the primary key of the product set.
|
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 |
setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
Sets the primary key of the catalog entry.
|
void |
setDataBeanKeyProductSetId(java.lang.String aProductSetId)
Sets the primary key of the product set.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogEntryId, findByProductSetId, findEntitledCatalogEntry, findUnEntitledCatalogEntry, findValidCatalogEntryByEntitlement, getCatalogEntryId, getCatalogEntryIdInEntityType, getEntity, getProductSetId, getProductSetIdInEntityType, instantiateEntity, setCatalogEntryId, setCatalogEntryId, setInitKey_catalogEntryId, setInitKey_catalogEntryId, setInitKey_productSetId, setInitKey_productSetId, setProductSetId, setProductSetIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanthe - request propertypublic java.lang.String getDataBeanKeyCatalogEntryId()
getDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.ProductSetCeRelSmartDataBeanpublic java.lang.String getDataBeanKeyProductSetId()
getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetCeRelSmartDataBeanpublic 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.ProductSetCeRelInputDataBeanaCatalogEntryId - the primary key of the catalog entrypublic void setDataBeanKeyProductSetId(java.lang.String aProductSetId)
setDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetCeRelInputDataBeanaProductSetId - the primary key of the product setpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception