public class RelatedCatalogGroupDataBean
extends com.ibm.commerce.catalog.beansrc.RelatedCatalogGroupDataBeanBase
implements com.ibm.commerce.catalog.beans.RelatedCatalogGroupInputDataBean, com.ibm.commerce.catalog.beans.RelatedCatalogGroupSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans:
RelatedCatalogGroup
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 |
|---|
RelatedCatalogGroupDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAssociationReferenceNumber()
Gets the association reference number.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean, including the merchandising association reference number.
|
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 |
setDataBeanKeyAssociationReferenceNumber(java.lang.String aAssociationReferenceNumber)
Sets the association reference number.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean, including the merchandising association reference number.
|
getDelegatefindAllSourceCatalogGroups, findAllTargetCatalogGroups, findByCategoryAccessory, findByCategoryAccessoryAndStore, findByCategoryAccessoryWithSemantic, findByCategoryAccessoryWithSemanticAndStore, findByCategoryCrossSell, findByCategoryCrossSellAndStore, findByCategoryCrossSellWithSemantic, findByCategoryCrossSellWithSemanticAndStore, findByCategoryUpSell, findByCategoryUpSellAndStore, findByCategoryUpSellWithSemantic, findByCategoryUpSellWithSemanticAndStore, getAssociationReferenceNumber, getAssociationReferenceNumberInEntityType, getAssociationType, getDate1, getEntity, getField1, getField2, getField2InEntityType, getField3, getField3InEntityType, getFromCatalogGroupReferenceNumber, getFromCatalogGroupReferenceNumberInEntityType, getGroupName, getOid, getQuantity, getQuantityInEntityType, getRank, getRankInEntityType, getRelatedCatalogGroup, getRule, getSematicSpecifier, getStoreId, getToCatalogGroupReferenceNumber, getToCatalogGroupReferenceNumberInEntityType, instantiateEntity, setAssociationReferenceNumber, setAssociationReferenceNumber, setAssociationType, setDate1, setField1, setField2, setField2, setField3, setField3, setFromCatalogGroupReferenceNumber, setFromCatalogGroupReferenceNumber, setGroupName, setInitKey_associationReferenceNumber, setInitKey_associationReferenceNumber, setOid, setQuantity, setQuantity, setRank, setRank, setRule, setSematicSpecifier, setStoreId, setToCatalogGroupReferenceNumber, setToCatalogGroupReferenceNumberpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request propertypublic java.lang.String getDataBeanKeyAssociationReferenceNumber()
getDataBeanKeyAssociationReferenceNumber in interface com.ibm.commerce.catalog.beans.RelatedCatalogGroupSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyAssociationReferenceNumber(java.lang.String aAssociationReferenceNumber)
setDataBeanKeyAssociationReferenceNumber in interface com.ibm.commerce.catalog.beans.RelatedCatalogGroupInputDataBeanaAssociationReferenceNumber - the association reference number.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception