public class CatalogGroupRelationDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupRelationDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupRelationInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupRelationSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogGroupRelation
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 |
|---|
CatalogGroupRelationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogGroupIdChild()
Gets the catalog group ID of the child catalog group.
|
java.lang.String |
getDataBeanKeyCatalogGroupIdParent()
Gets the catalog group ID of the parent catalog group.
|
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 |
setDataBeanKeyCatalogGroupIdChild(java.lang.String aCatalogGroupIdChild)
Sets the catalog group ID of the catalog group child.
|
void |
setDataBeanKeyCatalogGroupIdParent(java.lang.String aCatalogGroupIdParent)
Sets the catalog group ID of the parent catalog group.
|
void |
setDataBeanKeyCatalogId(java.lang.String aCatalogId)
Sets the catalog ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogGroupChildId, findByCatalogGroupChildIdAndStore, findByCatalogGroupChildIdAndStoreNoCache, findByCatalogGroupChildIdNoCache, findByCatalogGroupParentId, findByCatalogGroupParentIdAndStore, findByCatalogGroupParentIdAndStoreNoCache, findByCatalogGroupParentIdNoCache, findByCatalogId, findByLinkedCatalogId, findByParentCategoryAndLinkedCatalog, getCatalogGroupIdChild, getCatalogGroupIdChildInEntityType, getCatalogGroupIdParent, getCatalogGroupIdParentInEntityType, getCatalogId, getCatalogIdInEntityType, getCatalogIdLink, getEntity, getLastUpdate, getLastUpdateInEntityType, getLinkedCatalog, getRule, getSequence, getSequenceInEntityType, instantiateEntity, setCatalogGroupIdChild, setCatalogGroupIdChild, setCatalogGroupIdParent, setCatalogGroupIdParent, setCatalogId, setCatalogId, setCatalogIdLink, setInitKey_catalogGroupIdChild, setInitKey_catalogGroupIdChild, setInitKey_catalogGroupIdParent, setInitKey_catalogGroupIdParent, setInitKey_catalogId, setInitKey_catalogId, setLastUpdate, setLastUpdate, setRule, setSequence, setSequencepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanTypedProperty object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request property as TypedProperty object.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 getDataBeanKeyCatalogGroupIdParent()
getDataBeanKeyCatalogGroupIdParent in interface com.ibm.commerce.catalog.beans.CatalogGroupRelationSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogGroupIdChild()
getDataBeanKeyCatalogGroupIdChild in interface com.ibm.commerce.catalog.beans.CatalogGroupRelationSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogId()
getDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupRelationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyCatalogGroupIdParent(java.lang.String aCatalogGroupIdParent)
setDataBeanKeyCatalogGroupIdParent in interface com.ibm.commerce.catalog.beans.CatalogGroupRelationInputDataBeanaCatalogGroupIdParent - The parent catalog group ID.public void setDataBeanKeyCatalogGroupIdChild(java.lang.String aCatalogGroupIdChild)
setDataBeanKeyCatalogGroupIdChild in interface com.ibm.commerce.catalog.beans.CatalogGroupRelationInputDataBeanaCatalogGroupIdChild - The child catalog group ID.public void setDataBeanKeyCatalogId(java.lang.String aCatalogId)
setDataBeanKeyCatalogId in interface com.ibm.commerce.catalog.beans.CatalogGroupRelationInputDataBeanaCatalogId - The catalog ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception - An exception occurs during the execution of the method.