public class InterestItemDataBean
extends com.ibm.commerce.catalog.beansrc.InterestItemDataBeanBase
implements com.ibm.commerce.catalog.beans.InterestItemInputDataBean, com.ibm.commerce.catalog.beans.InterestItemSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: InterestItem
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.
|
Constructor and Description |
---|
InterestItemDataBean()
InterestItemDataBean default constructor, calls super constructor.
|
InterestItemDataBean(InterestItemAccessBean abInterestItem)
InterestItemDataBean constructor, specifying the primary key of the interest item.
|
InterestItemDataBean(InterestItemAccessBean abInterestItem, CommandContext c)
InterestItemDataBean constructor, specifying the primary key of the interest item and the command context.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] | getApplicableContractIds()
Gets a list of applicable contracts for calculating the prices.
|
PriceDataBean[] | getApplicableContractPrices()
Gets a list of applicable contract prices.
|
CatalogEntryDataBean | getCatalogEntryDataBean()
Gets the corresponding CatalogEntryDataBean for the interest item
|
java.lang.String | getCatEntryID()
Gets the primary key of the catalog entry contained in the interest item.
|
CommandContext | getCommandContext()
Gets the command context.
|
PriceDataBean | getContractPrice()
Gets the price of the interest item.
|
java.lang.String | getDate()
Gets the last update date of the interest item.
|
java.lang.String | getDescription()
Gets the description of the interest item.
|
CatalogEntryDescriptionAccessBean | getDescription(java.lang.Integer iLanguageId)
Gets the description of the interest item in the specified language.
|
java.lang.String | getManufactureName()
Gets the manufacturer name of the interest item.
|
java.lang.String | getMemberId()
Gets the primary key of the member that owns the interest item.
|
java.lang.String | getPartNumber()
Gets the part number of the interest item.
|
PriceDataBean | getPrice()
Gets the price of the interest item.
|
TypedProperty | getRequestProperties()
Gets the request properties.
|
void | populate()
Loads data into the data bean when the DataBeanManager.activate() runs.
|
void | setCatEntryID(java.lang.String catEntryId)
Sets the primary key of the catalog entry.
|
void | setCommandContext(CommandContext commandContext)
Sets the command context.
|
void | setRequestProperties(TypedProperty param)
Sets the request properties.
|
public static final java.lang.String COPYRIGHT
public InterestItemDataBean()
public InterestItemDataBean(InterestItemAccessBean abInterestItem) throws java.lang.Exception
public InterestItemDataBean(InterestItemAccessBean abInterestItem, CommandContext c) throws java.lang.Exception
public java.lang.Long[] getApplicableContractIds() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
public PriceDataBean[] getApplicableContractPrices() throws ECException
public java.lang.String getCatEntryID()
public CommandContext getCommandContext()
public PriceDataBean getContractPrice() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
public java.lang.String getDate() throws java.lang.Exception
public java.lang.String getDescription() throws java.lang.Exception
public CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer iLanguageId) throws java.lang.Exception
public java.lang.String getManufactureName() throws java.lang.Exception
public java.lang.String getPartNumber() throws java.lang.Exception
public PriceDataBean getPrice() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCatEntryID(java.lang.String catEntryId)
public void setCommandContext(CommandContext commandContext)
public void setRequestProperties(TypedProperty param)
public java.lang.String getMemberId() throws java.lang.Exception
public CatalogEntryDataBean getCatalogEntryDataBean()