public class ProductPageRelationDataBean
extends com.ibm.commerce.catalog.beansrc.ProductPageRelationDataBeanBase
implements com.ibm.commerce.catalog.beans.ProductPageRelationInputDataBean, com.ibm.commerce.catalog.beans.ProductPageRelationSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: ProductPageRelation
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 |
|---|
ProductPageRelationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDisplayReferenceNumber()
Gets the primary key.
|
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 |
setDataBeanKeyDisplayReferenceNumber(java.lang.String aDisplayReferenceNumber)
Sets the primary key.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogEntryId, findByStoreCatEntryMemberGroup, findByStoreCatEntryMemberGroupAuctionState, findByStoreCatEntryMemberGroupLanguageId, findByStoreCatEntryMemberGroups, findByStoreCatEntryMemberGroupsLanguageId, getAutionState, getAutionStateInEntityType, getCatalogEntryType, getDescription, getDevicetype_id, getDisplayReferenceNumber, getEntity, getField1, getField2, getLanguageId, getLanguageIdInEntityType, getMemberGroupID, getMemberGroupIDInEntityType, getOid, getProductReferenceNumber, getProductReferenceNumberInEntityType, getRank, getRankInEntityType, getStoreEntryID, getStoreEntryIDInEntityType, getTemplateName, instantiateEntity, setAutionState, setAutionState, setCatalogEntryType, setDescription, setDevicetype_id, setField1, setField2, setInitKey_displayReferenceNumber, setInitKey_displayReferenceNumber, setLanguageId, setLanguageId, setMemberGroupID, setMemberGroupID, setOid, setProductReferenceNumber, setProductReferenceNumber, setRank, setRank, setStoreEntryID, setStoreEntryID, setTemplateNamepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyDisplayReferenceNumber()
getDataBeanKeyDisplayReferenceNumber in interface com.ibm.commerce.catalog.beans.ProductPageRelationSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyDisplayReferenceNumber(java.lang.String aDisplayReferenceNumber)
setDataBeanKeyDisplayReferenceNumber in interface com.ibm.commerce.catalog.beans.ProductPageRelationInputDataBeanaDisplayReferenceNumber - the primary keypublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception