public class CatalogGroupCatalogEntryRelationDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupCatalogEntryRelationDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans:
CatalogGroupCatalogEntryRelation
Mandatory Parameters (for single row retrieval):
Some hints and tips for using this data bean are:
catentry ID, and catalog ID values before activating the data bean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
CatalogGroupCatalogEntryRelationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryId()
Gets the catalog entry ID.
|
java.lang.String |
getDataBeanKeyCatalogGroupId()
Gets the catalog group ID.
|
java.lang.String |
getDataBeanKeyCatalogId()
Gets the catalog 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 |
setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
Sets the catalog entry ID.
|
void |
setDataBeanKeyCatalogGroupId(java.lang.String aCatalogGroupId)
Sets the catalog group ID.
|
void |
setDataBeanKeyCatalogId(java.lang.String aCatalogId)
Sets the catalog ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogEntryId, findByCatalogEntryIdAndStore, findByCatalogEntryIdAndStoreNoCache, findByCatalogEntryIdNoCache, findByCatalogGroupId, findByCatalogGroupIdNoCache, findByCatalogId, findByCatalogIdNoCache, getCatalogEntryId, getCatalogEntryIdInEntityType, getCatalogGroupId, getCatalogGroupIdInEntityType, getCatalogId, getCatalogIdInEntityType, getEntity, getLastUpdate, getLastUpdateInEntityType, getRule, getSequence, getSequenceInEntityType, instantiateEntity, setCatalogEntryId, setCatalogEntryId, setCatalogGroupId, setCatalogGroupId, setCatalogId, setCatalogId, setInitKey_catalogEntryId, setInitKey_catalogEntryId, setInitKey_catalogGroupId, setInitKey_catalogGroupId, setInitKey_catalogId, setInitKey_catalogId, setLastUpdate, setLastUpdate, setRule, setSequence, setSequencepublic static final java.lang.String COPYRIGHT
public CatalogGroupCatalogEntryRelationDataBean()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanTypedProperty object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request property.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 getDataBeanKeyCatalogGroupId()
getDataBeanKeyCatalogGroupId in interface com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogEntryId()
getDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogId()
getDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyCatalogGroupId(java.lang.String aCatalogGroupId)
setDataBeanKeyCatalogGroupId in interface com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationInputDataBeanaCatalogGroupId - The catalog group ID.public void setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
setDataBeanKeyCatalogEntryId in interface com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationInputDataBeanaCatalogEntryId - The catalog entry ID.public void setDataBeanKeyCatalogId(java.lang.String aCatalogId)
setDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupCatalogEntryRelationInputDataBeanaCatalogId - The catalog ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception