public class ProductSetDataBean
extends com.ibm.commerce.catalog.beansrc.ProductSetDataBeanBase
implements com.ibm.commerce.catalog.beans.ProductSetInputDataBean, com.ibm.commerce.catalog.beans.ProductSetSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: ProductSet
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 |
|---|
ProductSetDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyProductSetId()
Gets the primary key of the product set.
|
TypedProperty |
getRequestProperties()
Gets the request property set within 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 |
setDataBeanKeyProductSetId(java.lang.String aProductSetId)
Sets the primary key of the product set.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findByAllNonStatic, findByCatalogIdAndCatalogGroupId, findByName, findByNameAndOwner, findByTermConditionId, fulfills, getEntity, getMarkForDelete, getMarkForDeleteInEntityType, getName, getOwner, getOwnerId, getOwnerIdInEntityType, getProductSetId, getProductSetIdInEntityType, getPublishTime, getPublishTimeInEntityType, getStaticflag, getXmlDefinition, getXmlString, instantiateEntity, isChildLevelProductSet, isTopLevelProductSet, setInitKey_productSetId, setInitKey_productSetId, setMarkForDelete, setMarkForDelete, setName, setOwnerId, setOwnerId, setProductSetId, setProductSetId, setPublishTime, setPublishTime, setStaticflag, setXmlDefinitionpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request propertiespublic java.lang.String getDataBeanKeyProductSetId()
getDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanthe - command contextpublic void setDataBeanKeyProductSetId(java.lang.String aProductSetId)
setDataBeanKeyProductSetId in interface com.ibm.commerce.catalog.beans.ProductSetInputDataBeanaProductSetId - the primary key of the product setpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception