public class CatalogCatalogGroupRelationDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogCatalogGroupRelationDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogCatalogGroupRelationInputDataBean, com.ibm.commerce.catalog.beans.CatalogCatalogGroupRelationSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center. Access Beans: CatalogCatalogGroupRelation
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 |
|---|
CatalogCatalogGroupRelationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogGroupReferenceNumber()
Returns the catalog group reference number.
|
java.lang.String |
getDataBeanKeyCatalogReferenceNumber()
Returns the catalog reference number.
|
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 |
setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
Sets the catalog group reference number.
|
void |
setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
Sets the catalog reference number.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogGroupId, findByCatalogGroupIdAndStore, findByCatalogId, findByCatalogIdAndStore, getCatalogGroupReferenceNumber, getCatalogGroupReferenceNumberInEntityType, getCatalogIdLink, getCatalogReferenceNumber, getCatalogReferenceNumberInEntityType, getEntity, getLastUpdate, getLastUpdateInEntityType, getSequence, getSequenceInEntityType, instantiateEntity, setCatalogGroupReferenceNumber, setCatalogGroupReferenceNumber, setCatalogIdLink, setCatalogReferenceNumber, setCatalogReferenceNumber, setInitKey_catalogGroupReferenceNumber, setInitKey_catalogGroupReferenceNumber, setInitKey_catalogReferenceNumber, setInitKey_catalogReferenceNumber, setLastUpdate, setLastUpdate, setSequence, setSequencepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - request propertypublic java.lang.String getDataBeanKeyCatalogGroupReferenceNumber()
getDataBeanKeyCatalogGroupReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogCatalogGroupRelationSmartDataBeanpublic java.lang.String getDataBeanKeyCatalogReferenceNumber()
getDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogCatalogGroupRelationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
setDataBeanKeyCatalogGroupReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogCatalogGroupRelationInputDataBeanaCatalogGroupReferenceNumber - the catalog group IDpublic void setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
setDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogCatalogGroupRelationInputDataBeanaCatalogReferenceNumber - the catalog IDpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception