public class ListPriceDataBean
extends com.ibm.commerce.catalog.beansrc.ListPriceDataBeanBase
implements com.ibm.commerce.catalog.beans.ListPriceInputDataBean, com.ibm.commerce.catalog.beans.ListPriceSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: ListPrice
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 |
|---|
ListPriceDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogEntryReferenceNumber()
Gets the catalog entry reference number.
|
java.lang.String |
getDataBeanKeyCurrency()
Gets the currency.
|
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 |
setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
Sets the catalog entry reference number.
|
void |
setDataBeanKeyCurrency(java.lang.String aCurrency)
Sets the currency.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findByCatalogEntry, getCatalogEntryReferenceNumber, getCurrency, getEntity, getListPrice, getListPriceInEntityType, getOid, instantiateEntity, setInitKey_catalogEntryReferenceNumber, setInitKey_catalogEntryReferenceNumber, setInitKey_currency, setListPrice, setListPrice, setOidpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - the request propertypublic java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()
getDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.ListPriceSmartDataBeanpublic java.lang.String getDataBeanKeyCurrency()
getDataBeanKeyCurrency in interface com.ibm.commerce.catalog.beans.ListPriceSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context.public void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
setDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.ListPriceInputDataBeanaCatalogEntryReferenceNumber - the catalog entry reference number.public void setDataBeanKeyCurrency(java.lang.String aCurrency)
setDataBeanKeyCurrency in interface com.ibm.commerce.catalog.beans.ListPriceInputDataBeanaCurrency - the currency.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception