|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.beans.ProductDataBean
This bean provides access to the CATENTRY table.
The following is a description of this table:
This table hold the information related to a Catalog Entry. Examples of Catalog Entries are Products, Items, Packages and Bundles.
Constructor Summary | |
ProductDataBean()
|
Method Summary | |
java.lang.Long[] |
getApplicableContractIds()
IBM internal use only. |
PriceDataBean[] |
getApplicableContractPrices()
IBM internal use only. |
AttributeAccessBean[] |
getAttributes()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] |
getBundleAccessories()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] |
getBundleCrossSells()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] |
getBundleUpSells()
IBM internal use only. |
PriceDataBean |
getCalculatedContractPrice()
IBM internal use only. |
PriceDataBean |
getCalculatedPrice()
IBM internal use only. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
CatalogEntryDescriptionAccessBean |
getDescription()
IBM internal use only. |
CategorizedMonetaryAmountsDataBean |
getDisplayTaxes()
IBM internal use only. |
boolean |
getErrorMode()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedItemDataBean[] |
getItemAccessories()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedItemDataBean[] |
getItemCrossSells()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedItemDataBean[] |
getItemUpSells()
IBM internal use only. |
PriceDataBean |
getListPrice()
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] |
getPackageAccessories()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] |
getPackageCrossSells()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] |
getPackageUpSells()
IBM internal use only. |
java.lang.String |
getPartNumber()
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
com.ibm.commerce.catalog.beans.RelatedProductDataBean[] |
getProductAccessories()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedProductDataBean[] |
getProductCrossSells()
IBM internal use only. |
java.lang.String |
getProductID()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedProductDataBean[] |
getProductUpSells()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setErrorMode(boolean aErrorMode1)
IBM internal use only. |
void |
setPartNumber(java.lang.String aPartNumber1)
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
void |
setProductID(java.lang.String aProductID1)
IBM internal use only. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
Constructor Detail |
public ProductDataBean()
Method Detail |
public java.lang.Long[] getApplicableContractIds() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic PriceDataBean[] getApplicableContractPrices() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic AttributeAccessBean[] getAttributes() throws javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
IBM internal use only.
javax.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 com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] getBundleAccessories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] getBundleCrossSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] getBundleUpSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic PriceDataBean getCalculatedContractPrice() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic PriceDataBean getCalculatedPrice() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic CommandContext getCommandContext()
Gets the command context set within this bean.
public CatalogEntryDescriptionAccessBean getDescription() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic CategorizedMonetaryAmountsDataBean getDisplayTaxes() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic boolean getErrorMode()
IBM internal use only.
public com.ibm.commerce.catalog.beans.RelatedItemDataBean[] getItemAccessories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedItemDataBean[] getItemCrossSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedItemDataBean[] getItemUpSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic PriceDataBean getListPrice() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog Entry.
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 com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] getPackageAccessories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] getPackageCrossSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] getPackageUpSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.lang.String getPartNumber()
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the Part Number of the Catalog Entry. Along with the Member_Id, these columns are a unique index.
public com.ibm.commerce.catalog.beans.RelatedProductDataBean[] getProductAccessories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedProductDataBean[] getProductCrossSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.lang.String getProductID()
IBM internal use only.
public com.ibm.commerce.catalog.beans.RelatedProductDataBean[] getProductUpSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException 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 setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setErrorMode(boolean aErrorMode1)
IBM internal use only.
aErrorMode1
- booleanpublic void setPartNumber(java.lang.String aPartNumber1)
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the Part Number of the Catalog Entry. Along with the Member_Id, these columns are a unique index.
aPartNumber1
- java.lang.Stringpublic void setProductID(java.lang.String aProductID1)
IBM internal use only.
aProductID1
- java.lang.Stringpublic 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 |