public class StoreCatalogEntryDataBean
extends com.ibm.commerce.catalog.beansrc.StoreCatalogEntryDataBeanBase
implements com.ibm.commerce.catalog.beans.StoreCatalogEntryInputDataBean, com.ibm.commerce.catalog.beans.StoreCatalogEntrySmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: StoreCatalogEntry
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 |
|---|
StoreCatalogEntryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context.
|
java.lang.String |
getDataBeanKeyCatalogEntryReferenceNumber()
Gets the primary key of the catalog entry.
|
java.lang.String |
getDataBeanKeyStoreEntryID()
Gets the primary key of the store.
|
TypedProperty |
getRequestProperties()
Gets the request properties, including catalog entry ID and store ID.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context.
|
void |
setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
Sets the primary key of the catalog entry.
|
void |
setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
Sets the primary key of the store.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request properties, including catalog entry ID and store ID.
|
getDelegatefindByCatalogEntryId, findByCatalogEntryIdAndStoreId, findByStoreId, getCatalogEntryReferenceNumber, getCatalogEntryReferenceNumberInEntityType, getEntity, getStoreEntryID, getStoreEntryIDInEntityType, instantiateEntity, setInitKey_catalogEntryReferenceNumber, setInitKey_catalogEntryReferenceNumber, setInitKey_storeEntryID, setInitKey_storeEntryIDpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - the request propertiespublic java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()
getDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogEntrySmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntryID()
getDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogEntrySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
setDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogEntryInputDataBeanaCatalogEntryReferenceNumber - the primary key of the catalog entrypublic void setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
setDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogEntryInputDataBeanaStoreEntryID - the primary key of the storepublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception