public class CompositeCatalogEntryDataBean
extends com.ibm.commerce.catalog.beansrc.CompositeCatalogEntryDataBeanBase
implements com.ibm.commerce.catalog.beans.CompositeCatalogEntryInputDataBean, com.ibm.commerce.catalog.beans.CompositeCatalogEntrySmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans:
CompositeCatalogEntry
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 |
|---|
CompositeCatalogEntryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CatalogEntryDataBean |
getCatalogEntryDataBean()
Gets a bean that represents the composed catalog entry.
|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyFromCatalogEntryReferenceNumber()
Gets the from/parent catalog entry reference number, which uniquely identifies this catalog entry in the system.
|
java.lang.String |
getDataBeanKeyRelationship_type()
Gets the relationship type.
|
java.lang.String |
getDataBeanKeyToCatalogEntryReferenceNumber()
Gets the to/child catalog entry reference number, which uniquely identifies this catalog entry in the system.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCatalogEntryDataBean(CatalogEntryDataBean abnCatalogEntry)
Sets the ibnCatalogEntry variable used to represent the composite catalog entry object used by this data bean.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyFromCatalogEntryReferenceNumber(java.lang.String aFromCatalogEntryReferenceNumber)
Sets the from/parent catalog entry reference number, which uniquely identifies this catalog entry in the system.
|
void |
setDataBeanKeyRelationship_type(java.lang.String aRelationship_type)
Sets the relationship type.
|
void |
setDataBeanKeyToCatalogEntryReferenceNumber(java.lang.String aToCatalogEntryReferenceNumber)
Sets the to/child catalog entry reference number, which uniquely identifies this catalog entry in the system.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindBundleComponents, findPackageComponents, getCompositeCatalogEntry, getEntity, getField1, getField2, getField2InEntityType, getField3, getField3InEntityType, getFromCatalogEntryReferenceNumber, getFromCatalogEntryReferenceNumberInEntityType, getGroupName, getOid, getQuantity, getQuantityInEntityType, getRelationship_type, getToCatalogEntryReferenceNumber, getToCatalogEntryReferenceNumberInEntityType, instantiateEntity, setField1, setField2, setField2, setField3, setField3, setFromCatalogEntryReferenceNumber, setFromCatalogEntryReferenceNumber, setGroupName, setInitKey_fromCatalogEntryReferenceNumber, setInitKey_fromCatalogEntryReferenceNumber, setInitKey_relationship_type, setInitKey_toCatalogEntryReferenceNumber, setInitKey_toCatalogEntryReferenceNumber, setOid, setQuantity, setQuantity, setToCatalogEntryReferenceNumber, setToCatalogEntryReferenceNumberpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanTypedProperty object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - 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 getDataBeanKeyRelationship_type()
getDataBeanKeyRelationship_type in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntrySmartDataBeanpublic java.lang.String getDataBeanKeyFromCatalogEntryReferenceNumber()
getDataBeanKeyFromCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntrySmartDataBeanpublic java.lang.String getDataBeanKeyToCatalogEntryReferenceNumber()
getDataBeanKeyToCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntrySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyRelationship_type(java.lang.String aRelationship_type)
setDataBeanKeyRelationship_type in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntryInputDataBeanaRelationship_type - The relationship type.public void setDataBeanKeyFromCatalogEntryReferenceNumber(java.lang.String aFromCatalogEntryReferenceNumber)
setDataBeanKeyFromCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntryInputDataBeanaFromCatalogEntryReferenceNumber - The from/parent catalog entry reference number.public void setDataBeanKeyToCatalogEntryReferenceNumber(java.lang.String aToCatalogEntryReferenceNumber)
setDataBeanKeyToCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntryInputDataBeanaToCatalogEntryReferenceNumber - The to/child catalog entry reference number.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception - An exception occurs during the execution of the method.public CatalogEntryDataBean getCatalogEntryDataBean()
getCatalogEntryDataBean in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntrySmartDataBeanCatalogEntryDataBean.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 void setCatalogEntryDataBean(CatalogEntryDataBean abnCatalogEntry)
setCatalogEntryDataBean in interface com.ibm.commerce.catalog.beans.CompositeCatalogEntryInputDataBeanabnCatalogEntry -