public class CatalogGroupPageRelationDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupPageRelationDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupPageRelationInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupPageRelationSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogGroupPageRelation
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 |
|---|
CatalogGroupPageRelationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDisplayReferenceNumber()
Gets the reference number of the relationship between the catalog group and the display page.
|
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 reference number of the relationship between the catalog group and the display page.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogGroupId, findByStoreCategoryMember, findByStoreCategoryMemberGroups, findByStoreCategoryMemberGroupsLanguageId, findByStoreCategoryMemberLanguageId, getCatalogGroupReferenceNumber, getDescription, getDevicetype_id, getDisplayReferenceNumber, getEntity, getField1, getField2, getLanguageId, getLanguageIdInEntityType, getMemberGroupId, getMemberGroupIdInEntityType, getOid, getPageName, getRank, getRankInEntityType, getStoreent_id, getStoreent_idInEntityType, instantiateEntity, setCatalogGroupReferenceNumber, setDescription, setDevicetype_id, setField1, setField2, setInitKey_displayReferenceNumber, setInitKey_displayReferenceNumber, setLanguageId, setLanguageId, setMemberGroupId, setMemberGroupId, setOid, setPageName, setRank, setRank, setStoreent_id, setStoreent_idpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - the request propertypublic java.lang.String getDataBeanKeyDisplayReferenceNumber()
getDataBeanKeyDisplayReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupPageRelationSmartDataBeanpublic 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.CatalogGroupPageRelationInputDataBeanaDisplayReferenceNumber - the reference number of the relationshippublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception