java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.utf.objects.RFQProdAccessBean
RFQ Request and Product relationship table. This table stores information about the products requested in an RFQ. This access bean corresponds to the database table 'RFQPROD'. RFQProdAccessBean
Constructor Summary | |
RFQProdAccessBean() constructor |
|
RFQProdAccessBean(javax.ejb.EJBObject o) RFQProdAccessBean |
|
RFQProdAccessBean(java.lang.Long argRFQReferenceNumber, java.lang.Long argCatentryId) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findByCatentryId(java.lang.Long argCatentryId) Retrieves the RFQProdAccessBeans that match the specified CatalogEntry. |
java.util.Enumeration | findByRFQAndCategory(java.lang.Long rfqId, java.lang.Long rfqCategoryId) findByRFQAndCategory |
java.util.Enumeration | findByRFQAndNullCategory(java.lang.Long rfqId) findByRFQAndNullCategory |
java.util.Enumeration | findByRFQId(java.lang.Long argRFQId) Retrieves the RFQProdAccessBeans of the specified RFQ. |
java.util.Enumeration | findByRFQIdAndCatentryId(java.lang.Long argRFQId, java.lang.Long argCatentryId) Creates an access bean with the specified attributes. |
RFQProdAccessBean | findByRFQProdId(java.lang.Long rfqprodId) findByRFQProdId |
java.lang.String | getCatentryId() This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatentryIdInEJBType() getCatentryIdInEJBType |
java.lang.String | getChangeable() Get accessor for persistent attribute: changeable |
java.lang.Integer | getChangeableInEJBType() getChangeableInEJBType |
java.lang.String | getCurrency() getCurrency |
java.lang.String | getPrice() getPrice |
java.math.BigDecimal | getPriceInEJBType() getPriceInEJBType |
java.lang.String | getQtyUnitId() getQtyUnitId |
java.lang.String | getQuantity() getQuantity |
java.lang.Double | getQuantityInEJBType() getQuantityInEJBType |
java.lang.String | getRfqCategryId() Get accessor for persistent attribute: rfqCategryId |
java.lang.Long | getRfqCategryIdInEJBType() getRfqCategryIdInEJBType |
java.lang.String | getRfqprodId() getRfqprodId |
java.lang.Long | getRfqprodIdInEJBType() getRfqprodIdInEJBType |
java.lang.String | getRfqProductName() Get accessor for persistent attribute: rfqProductName |
java.lang.String | getRFQReferenceNumber() This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRFQReferenceNumberInEJBType() getRFQReferenceNumberInEJBType |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setCatentryId(java.lang.Long newCatentryId) This method provides access to the RFQPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void | setCatentryId(java.lang.String newValue) This method accesses a non-CMP field |
void | setChangeable(java.lang.Integer newChangeable) Set accessor for persistent attribute: changeable |
void | setChangeable(java.lang.String newValue) This method accesses a non-CMP field |
void | setCurrency(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_rfqprodId(java.lang.Long newValue) setInitKey_rfqprodId |
void | setPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setPrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setQtyUnitId(java.lang.String newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setRfqCategryId(java.lang.Long newRfqCategryId) Set accessor for persistent attribute: rfqCategryId |
void | setRfqCategryId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRfqprodId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRfqprodId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRfqProductName(java.lang.String newRfqProductName) Set accessor for persistent attribute: rfqProductName |
void | setRFQReferenceNumber(java.lang.Long newRFQReferenceNumber) This method provides access to the RFQPROD.RFQ_ID column of DB2 type BIGINT NOT NULL. |
void | setRFQReferenceNumber(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RFQProdAccessBean()
public RFQProdAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public RFQProdAccessBean(java.lang.Long argRFQReferenceNumber, java.lang.Long argCatentryId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
public 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.
public void setCatentryId(java.lang.Long newCatentryId)
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.
public java.lang.String getQtyUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQtyUnitId(java.lang.String newValue)
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQuantity(java.lang.Double newValue)
public java.lang.String getPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrice(java.math.BigDecimal newValue)
public java.lang.String getRfqProductName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRfqProductName(java.lang.String newRfqProductName)
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
public 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.
public void setRFQReferenceNumber(java.lang.Long newRFQReferenceNumber)
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.
public java.lang.String getRfqCategryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRfqCategryId(java.lang.Long newRfqCategryId)
public java.lang.String getRfqprodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRfqprodId(java.lang.Long newValue)
public java.lang.String getChangeable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setChangeable(java.lang.Integer newChangeable)
public void setInitKey_rfqprodId(java.lang.Long newValue)
Set the primary key for this object
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.util.Enumeration findByRFQIdAndCatentryId(java.lang.Long argRFQId, java.lang.Long argCatentryId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
public java.util.Enumeration findByCatentryId(java.lang.Long argCatentryId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public java.util.Enumeration findByRFQId(java.lang.Long argRFQId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public RFQProdAccessBean findByRFQProdId(java.lang.Long rfqprodId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.lang.Long getCatentryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCatentryId(java.lang.String newValue)
public java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
public java.math.BigDecimal getPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrice(java.lang.String newValue)
public java.lang.Long getRFQReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRFQReferenceNumber(java.lang.String newValue)
public java.lang.Long getRfqCategryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRfqCategryId(java.lang.String newValue)
public java.lang.Long getRfqprodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRfqprodId(java.lang.String newValue)
public java.lang.Integer getChangeableInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setChangeable(java.lang.String newValue)
public java.util.Enumeration findByRFQAndCategory(java.lang.Long rfqId, java.lang.Long rfqCategoryId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByRFQAndNullCategory(java.lang.Long rfqId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.