public class CatalogEntryTypeDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogEntryTypeDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogEntryTypeInputDataBean, com.ibm.commerce.catalog.beans.CatalogEntryTypeSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogEntryType
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 |
|---|
CatalogEntryTypeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryTypeReferenceNumber()
Gets the catalog entry type reference number.
|
TypedProperty |
getRequestProperties()
Gets the request property of 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 |
setDataBeanKeyCatalogEntryTypeReferenceNumber(java.lang.String aCatalogEntryTypeReferenceNumber)
Sets the reference number of the type of the catalog entry.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAll, getCatalogEntryTypeReferenceNumber, getDescription, getEntity, getOid, instantiateEntity, setDescription, setInitKey_catalogEntryTypeReferenceNumber, setOidpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - The request property as TypedProperty object.CreateException - In the execution of the method, a create exception occurs.FinderException - In the execution of the method, a finder exception occurs.NamingException - In the execution of the method, a naming exception occurs.RemoteException - In the execution of the method, a remote exception occurs.public java.lang.String getDataBeanKeyCatalogEntryTypeReferenceNumber()
getDataBeanKeyCatalogEntryTypeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryTypeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyCatalogEntryTypeReferenceNumber(java.lang.String aCatalogEntryTypeReferenceNumber)
setDataBeanKeyCatalogEntryTypeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryTypeInputDataBeanaCatalogEntryTypeReferenceNumber - The reference number of the type of the catalog entry.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception