public class CatalogEntryClassificationCodeDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogEntryClassificationCodeDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogEntryClassificationCodeInputDataBean, com.ibm.commerce.catalog.beans.CatalogEntryClassificationCodeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
CatalogEntryClassificationCodeDataBean(java.lang.String aCatEntryId,
java.lang.String aDomain)
Constructs a
CatalogEntryClassificationCodeDataBean from a catalog entry and
a classification domain. |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context.
|
java.lang.String |
getDataBeanKeyCatEntryId()
Gets the primary key of the catalog entry.
|
java.lang.String |
getDataBeanKeyDomain()
Gets the classification domain.
|
TypedProperty |
getRequestProperties()
Gets the request properties.
|
void |
populate()
Loads data into the data bean
when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context.
|
void |
setDataBeanKeyCatEntryId(java.lang.String aCatEntryId)
Sets the primary key of the catalog entry.
|
void |
setDataBeanKeyDomain(java.lang.String aDomain)
Sets the classification domain.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request properties.
|
getDelegatefindByCatalogEntry, getCatEntryId, getCatEntryIdInEntityType, getCode, getDomain, getEntity, instantiateEntity, setCatEntryId, setCatEntryId, setCode, setDomain, setInitKey_catEntryId, setInitKey_catEntryId, setInitKey_domainpublic static final java.lang.String COPYRIGHT
public CatalogEntryClassificationCodeDataBean(java.lang.String aCatEntryId,
java.lang.String aDomain)
CatalogEntryClassificationCodeDataBean from a catalog entry and
a classification domain.aCatEntryId - the catalog entry ID.aDomain - the domain to which this code refers.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanthe - request propertiespublic java.lang.String getDataBeanKeyCatEntryId()
getDataBeanKeyCatEntryId in interface com.ibm.commerce.catalog.beans.CatalogEntryClassificationCodeSmartDataBeanpublic java.lang.String getDataBeanKeyDomain()
getDataBeanKeyDomain in interface com.ibm.commerce.catalog.beans.CatalogEntryClassificationCodeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command contextpublic void setDataBeanKeyCatEntryId(java.lang.String aCatEntryId)
setDataBeanKeyCatEntryId in interface com.ibm.commerce.catalog.beans.CatalogEntryClassificationCodeInputDataBeanaCatEntryId - the catalog entrypublic void setDataBeanKeyDomain(java.lang.String aDomain)
setDataBeanKeyDomain in interface com.ibm.commerce.catalog.beans.CatalogEntryClassificationCodeInputDataBeanaDomain - the domainpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception