public class CatalogGroupProductSetRelDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupProductSetRelDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogGroupProductSetRel
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 |
|---|
CatalogGroupProductSetRelDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogGroupId()
Gets the Catalog Group ID.
|
java.lang.String |
getDataBeanKeyCatalogId()
Gets the Catalog ID.
|
java.lang.String |
getDataBeanKeyProductSetId()
Gets the Product Set 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 |
setDataBeanKeyCatalogGroupId(java.lang.String aCatalogGroupId)
Sets the Catalog Group ID.
|
void |
setDataBeanKeyCatalogId(java.lang.String aCatalogId)
Sets the Catalog ID.
|
void |
setDataBeanKeyProductSetId(java.lang.String aProductSetId)
Sets the Product Set ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogId, findByCatalogIdAndCatalogGroupIds, findByCatalogIdAndCatGroupId, findByCatGroupId, findByProductSetId, getCatalogGroupId, getCatalogGroupIdInEntityType, getCatalogId, getCatalogIdInEntityType, getEntity, getProductSetId, getProductSetIdInEntityType, instantiateEntity, setCatalogGroupId, setCatalogGroupId, setCatalogId, setCatalogId, setInitKey_catalogGroupId, setInitKey_catalogGroupId, setInitKey_catalogId, setInitKey_catalogId, 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 InputDataBeanaRequestProperty - the request property.public java.lang.String getDataBeanKeyCatalogGroupId()
getDataBeanKeyCatalogGroupId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBeanpublic java.lang.String getDataBeanKeyProductSetId()
getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogId()
getDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context value to be set.public void setDataBeanKeyCatalogGroupId(java.lang.String aCatalogGroupId)
setDataBeanKeyCatalogGroupId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBeanaCatalogGroupId - the Catalog Group ID value to be set.public void setDataBeanKeyProductSetId(java.lang.String aProductSetId)
setDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBeanaProductSetId - the Product Set ID value to be set.public void setDataBeanKeyCatalogId(java.lang.String aCatalogId)
setDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupProductSetRelInputDataBeanaCatalogId - the Catalog ID value to be set.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception