|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.utf.objects.RFQProdAccessBean
This bean provides access to the RFQPROD table.
The following is a description of this table:
RFQ Request and Product relationship table. This table stores information about the products requested in an RFQ.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RFQProdAccessBean()
Default constructor. |
|
RFQProdAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
RFQProdAccessBean(java.lang.Long aProdAccessBean,
java.lang.Long aProdAccessBean)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByCatentryId(java.lang.Long aCatalogEntryId)
Retrieves the RFQProdAccessBeans that match the specified CatalogEntry. |
java.util.Enumeration |
findByRFQId(java.lang.Long aRFQId)
Retrieves the RFQProdAccessBeans of the specified RFQ. |
RFQProdAccessBean |
findByRFQIdAndCatentryId(java.lang.Long aRFQId,
java.lang.Long aCatalogEntryId)
Creates an access bean with the specified attributes. |
java.lang.String |
getCatentryId()
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatentryIdInEJBType()
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPrice()
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getPriceInEJBType()
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getQtyUnitId()
This method provides access to the RFQPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL. |
java.lang.String |
getQuantity()
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getRFQReferenceNumber()
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRFQReferenceNumberInEJBType()
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatentryId(java.lang.Long aCatentryId)
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatentryId(java.lang.String aCatentryId)
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL. |
void |
setInitKey_catentryId(java.lang.Long aInitKey_catentryId)
Set the primary key for this object |
void |
setInitKey_RFQReferenceNumber(java.lang.Long aInitKey_RFQReferenceNumber)
Set the primary key for this object |
void |
setPrice(java.math.BigDecimal aPrice)
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setPrice(java.lang.String aPrice)
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setQtyUnitId(java.lang.String aQtyUnitId)
This method provides access to the RFQPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL. |
void |
setQuantity(java.lang.Double aQuantity)
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL. |
void |
setQuantity(java.lang.String aQuantity)
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL. |
void |
setRFQReferenceNumber(java.lang.Long aRFQReferenceNumber)
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL. |
void |
setRFQReferenceNumber(java.lang.String aRFQReferenceNumber)
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RFQProdAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RFQProdAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RFQProdAccessBean(java.lang.Long aProdAccessBean, java.lang.Long aProdAccessBean) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aProdAccessBean
- java.lang.LongaProdAccessBean
- java.lang.Longjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatentryId(java.lang.Long aCatalogEntryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQProdAccessBeans that match the specified CatalogEntry.
The SQL query used to fetch all the required row from the
RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.CATENTRY_ID = ?
aCatalogEntryId
- the CatalogEntry IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRFQId(java.lang.Long aRFQId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQProdAccessBeans of the specified RFQ.
The SQL query used to fetch all the required row from the
RFQ table is:
SELECT * FROM RFQ T1 WHERE
T1.RFQ_ID = ?
aRFQId
- the RFQ IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic RFQProdAccessBean findByRFQIdAndCatentryId(java.lang.Long aRFQId, java.lang.Long aCatalogEntryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Creates an access bean with the specified attributes.
aRFQId
- the RFQ IDaCatalogEntryId
- the CatalogEntry IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic java.lang.String getCatentryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
getCatentryId
in interface RFQProdAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getCatentryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The type of currency in which the price has been specified. This is a currency code as per ISO 4217 standards.
getCurrency
in interface RFQProdAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Requested price for this product.
getPrice
in interface RFQProdAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Requested price for this product.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
The following is a description of this column:
Unit of measure for the quantity requested. For example, kilos, tons, or millimeters.
getQtyUnitId
in interface RFQProdAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Quantity requested for this product.
getQuantity
in interface RFQProdAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Quantity requested for this product.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRFQReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ.
getRFQReferenceNumber
in interface RFQProdAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRFQReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCatentryId(java.lang.Long aCatentryId)
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
aCatentryId
- java.lang.Longpublic void setCatentryId(java.lang.String aCatentryId)
This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
setCatentryId
in interface RFQProdAccessBeanData
aCatentryId
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the RFQPROD.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The type of currency in which the price has been specified. This is a currency code as per ISO 4217 standards.
setCurrency
in interface RFQProdAccessBeanData
aCurrency
- java.lang.Stringpublic void setInitKey_catentryId(java.lang.Long aInitKey_catentryId)
Set the primary key for this object
aInitKey_catentryId
- java.lang.Longpublic void setInitKey_RFQReferenceNumber(java.lang.Long aInitKey_RFQReferenceNumber)
Set the primary key for this object
aInitKey_RFQReferenceNumber
- java.lang.Longpublic void setPrice(java.math.BigDecimal aPrice)
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Requested price for this product.
aPrice
- java.math.BigDecimalpublic void setPrice(java.lang.String aPrice)
This method provides access to the RFQPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Requested price for this product.
setPrice
in interface RFQProdAccessBeanData
aPrice
- java.lang.Stringpublic void setQtyUnitId(java.lang.String aQtyUnitId)
This method provides access to the RFQPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
The following is a description of this column:
Unit of measure for the quantity requested. For example, kilos, tons, or millimeters.
setQtyUnitId
in interface RFQProdAccessBeanData
aQtyUnitId
- java.lang.Stringpublic void setQuantity(java.lang.Double aQuantity)
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Quantity requested for this product.
aQuantity
- java.lang.Doublepublic void setQuantity(java.lang.String aQuantity)
This method provides access to the RFQPROD.QUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Quantity requested for this product.
setQuantity
in interface RFQProdAccessBeanData
aQuantity
- java.lang.Stringpublic void setRFQReferenceNumber(java.lang.Long aRFQReferenceNumber)
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ.
aRFQReferenceNumber
- java.lang.Longpublic void setRFQReferenceNumber(java.lang.String aRFQReferenceNumber)
This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ.
setRFQReferenceNumber
in interface RFQProdAccessBeanData
aRFQReferenceNumber
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |