public class StoreCatalogDataBean
extends com.ibm.commerce.catalog.beansrc.StoreCatalogDataBeanBase
implements com.ibm.commerce.catalog.beans.StoreCatalogInputDataBean, com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: StoreCatalog
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 |
|---|
StoreCatalogDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context.
|
java.lang.String |
getDataBeanKeyCatalogReferenceNumber()
Gets the primary key of the catalog.
|
java.lang.String |
getDataBeanKeyStoreEntryID()
Gets the primary key of the store.
|
TypedProperty |
getRequestProperties()
Gets the request properties, including the catalog reference number, 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 |
setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
Sets the primary key of the catalog.
|
void |
setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
Sets the primary key of the store.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request properties, including the catalog reference number, and store ID.
|
findByCatalogId, findByCatalogIdAndStoreId, findByStoreId, getCatalogReferenceNumber, getCatalogReferenceNumberInEntityType, getEntity, getLastUpdate, getLastUpdateInEntityType, getMasterCatalog, getStoreEntryID, getStoreEntryIDInEntityType, instantiateEntity, setCatalogReferenceNumber, setCatalogReferenceNumber, setInitKey_catalogReferenceNumber, setInitKey_catalogReferenceNumber, setInitKey_storeEntryID, setInitKey_storeEntryID, setLastUpdate, setLastUpdate, setMasterCatalog, setStoreEntryID, setStoreEntryIDpublic 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 getDataBeanKeyCatalogReferenceNumber()
getDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntryID()
getDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
setDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogInputDataBeanaCatalogReferenceNumber - the primary key of the catalogpublic void setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
setDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogInputDataBeanaStoreEntryID - the primary key of the storepublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception