public class RelatedCatalogEntryDataBean
extends com.ibm.commerce.catalog.beansrc.RelatedCatalogEntryDataBeanBase
implements com.ibm.commerce.catalog.beans.RelatedCatalogEntryInputDataBean, com.ibm.commerce.catalog.beans.RelatedCatalogEntrySmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans:
RelatedCatalogEntry
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 |
---|
RelatedCatalogEntryDataBean() |
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.
|
getDelegate
findAllSourceCatalogEntries, findAllTargetCatalogEntries, findByCatalogEntryAccessories, findByCatalogEntryAccessories, findByCatalogEntryAccessoriesAndStore, findByCatalogEntryAccessoriesAndStore, findByCatalogEntryAccessory, findByCatalogEntryAccessoryAndStore, findByCatalogEntryAccessoryAndStoreNoCache, findByCatalogEntryAccessoryWithSemantic, findByCatalogEntryAccessoryWithSemanticAndStore, findByCatalogEntryAndAllMAssocTypesAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStoreNoCache, findByCatalogEntryAndStore, findByCatalogEntryCrossSell, findByCatalogEntryCrossSellAndStore, findByCatalogEntryCrossSellAndStoreNoCache, findByCatalogEntryCrossSells, findByCatalogEntryCrossSells, findByCatalogEntryCrossSellsAndStore, findByCatalogEntryCrossSellsAndStore, findByCatalogEntryCrossSellWithSemantic, findByCatalogEntryCrossSellWithSemanticAndStore, findByCatalogEntryUpSell, findByCatalogEntryUpSellAndStore, findByCatalogEntryUpSellAndStoreNoCache, findByCatalogEntryUpSells, findByCatalogEntryUpSells, findByCatalogEntryUpSellsAndStore, findByCatalogEntryUpSellsAndStore, findByCatalogEntryUpSellWithSemantic, findByCatalogEntryUpSellWithSemanticAndStore, findByCatalogEntryWithSemanticAndMAssocTypeAndStore, findWithPushDownQuery, getAssociationReferenceNumber, getAssociationType, getDate1, getEntity, getField1, getField2, getField2InEntityType, getField3, getField3InEntityType, getFromCatalogEntryReferenceNumber, getFromCatalogEntryReferenceNumberInEntityType, getGroupName, getOid, getQuantity, getQuantityInEntityType, getRank, getRankInEntityType, getRelatedCatalogEntry, getRule, getSemanticSpecifier, getStoreId, getToCatalogEntryReferenceNumber, getToCatalogEntryReferenceNumberInEntityType, instantiateEntity, setAssociationReferenceNumber, setAssociationType, setDate1, setField1, setField2, setField2, setField3, setField3, setFromCatalogEntryReferenceNumber, setFromCatalogEntryReferenceNumber, setGroupName, setInitKey_associationReferenceNumber, setInitKey_associationReferenceNumber, setOid, setQuantity, setQuantity, setRank, setRank, setRule, setSemanticSpecifier, setStoreId, setToCatalogEntryReferenceNumber, setToCatalogEntryReferenceNumber
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- the request property.public java.lang.String getDataBeanKeyAssociationReferenceNumber()
getDataBeanKeyAssociationReferenceNumber
in interface com.ibm.commerce.catalog.beans.RelatedCatalogEntrySmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- the command context value to be set.public void setDataBeanKeyAssociationReferenceNumber(java.lang.String aAssociationReferenceNumber)
setDataBeanKeyAssociationReferenceNumber
in interface com.ibm.commerce.catalog.beans.RelatedCatalogEntryInputDataBean
aAssociationReferenceNumber
- the association reference number.public void populate()
DataBeanManager.activate()
runs.populate
in interface SmartDataBean
java.lang.Exception