|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.beans.InterestItemDataBean
This bean provides access to the IITEM table.
The following is a description of this table:
Each row of this table represents an IItem in an IItemList.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
InterestItemDataBean()
|
Method Summary | |
java.lang.Long[] |
getApplicableContractIds()
IBM internal use only. |
PriceDataBean[] |
getApplicableContractPrices()
IBM internal use only. |
java.lang.String |
getCatEntryID()
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
PriceDataBean |
getContractPrice()
IBM internal use only. |
CatalogEntryDescriptionAccessBean |
getDescription(java.lang.Integer aDescription1)
IBM internal use only. |
java.lang.String |
getManufactureName()
IBM internal use only. |
java.lang.String |
getMemberId()
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPartNumber()
IBM internal use only. |
PriceDataBean |
getPrice()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
void |
populate()
Retrieves data from the database. |
void |
setCatEntryID(java.lang.String aCatEntryID1)
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
Methods inherited from interface com.ibm.commerce.security.Delegator |
getDelegate |
Constructor Detail |
public InterestItemDataBean()
Method Detail |
public java.lang.Long[] getApplicableContractIds() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PriceDataBean[] getApplicableContractPrices() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.lang.String getCatEntryID()
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry id of the product being in the Interest Item List.
public CommandContext getCommandContext()
Gets the command context set within this bean.
public PriceDataBean getContractPrice() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer aDescription1) throws java.lang.Exception
IBM internal use only.
aDescription1
- java.lang.Integerjava.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.String getManufactureName() throws java.lang.Exception
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.String getMemberId() throws java.lang.Exception
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
java.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.String getPartNumber() throws java.lang.Exception
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionpublic PriceDataBean getPrice() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic TypedProperty getRequestProperties()
Gets the request property set within this bean.
public void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCatEntryID(java.lang.String aCatEntryID1)
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry id of the product being in the Interest Item List.
aCatEntryID1
- java.lang.Stringpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |