public class CatalogGroupTradingPositionRelDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupTradingPositionRelDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupTradingPositionRelInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupTradingPositionRelSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogGroupTradingPositionRel
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 |
|---|
CatalogGroupTradingPositionRelDataBean() |
| 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 |
getDataBeanKeyStoreId()
Gets the store ID.
|
java.lang.String |
getDataBeanKeyTradingPositionId()
Gets the Trading Position 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 |
setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets the store ID.
|
void |
setDataBeanKeyTradingPositionId(java.lang.String aTradingPositionId)
Sets the Trading Position ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogIdAndCatGroupId, findByCatGroupId, findByTradingPositionId, findZeroLevelTPCByCatalogId, findZeroLevelTPCByCatalogIdAndStoreId, getCatalogGroupId, getCatalogGroupIdInEntityType, getCatalogId, getCatalogIdInEntityType, getEntity, getStoreId, getTradingPositionId, getTradingPositionIdInEntityType, instantiateEntity, setCatalogGroupId, setCatalogGroupId, setCatalogId, setCatalogId, setInitKey_catalogGroupId, setInitKey_catalogGroupId, setInitKey_catalogId, setInitKey_catalogId, setInitKey_storeId, setInitKey_storeId, setInitKey_tradingPositionId, setInitKey_tradingPositionId, setStoreId, setTradingPositionId, setTradingPositionIdpublic static final java.lang.String COPYRIGHT
public CatalogGroupTradingPositionRelDataBean()
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.CatalogGroupTradingPositionRelSmartDataBeanpublic java.lang.String getDataBeanKeyTradingPositionId()
getDataBeanKeyTradingPositionId in interface com.ibm.commerce.catalog.beans.CatalogGroupTradingPositionRelSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogId()
getDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupTradingPositionRelSmartDataBeanpublic java.lang.String getDataBeanKeyStoreId()
public 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.CatalogGroupTradingPositionRelInputDataBeanaCatalogGroupId - the Catalog Group ID.public void setDataBeanKeyTradingPositionId(java.lang.String aTradingPositionId)
setDataBeanKeyTradingPositionId in interface com.ibm.commerce.catalog.beans.CatalogGroupTradingPositionRelInputDataBeanaTradingPositionId - the Trading Position ID.public void setDataBeanKeyCatalogId(java.lang.String aCatalogId)
setDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupTradingPositionRelInputDataBeanaCatalogId - the Catalog ID.public void setDataBeanKeyStoreId(java.lang.String aStoreId)
aStoreId - the store ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception