com.ibm.commerce.rfq.objects
Class RFQResponseProductAccessBean

java.lang.Object
  AbstractEntityAccessBean
      com.ibm.commerce.rfq.objects.RFQResponseProductAccessBean

public class RFQResponseProductAccessBean
extends AbstractEntityAccessBean

RFQ response and product relationship table. This table stores the products included in a specific RFQ Response. This access bean corresponds to the database table 'RFQRSPPROD'. RFQResponseProductAccessBean

See Also:
Serialized Form

Constructor Summary
RFQResponseProductAccessBean()
constructor
RFQResponseProductAccessBean(javax.ejb.EJBObject o)
RFQResponseProductAccessBean constructor
RFQResponseProductAccessBean(java.lang.Long argCatentryId, java.lang.Long argRfqRspId)
Creates an access bean with the specified attributes.
RFQResponseProductAccessBean(java.lang.Long argCatentryId, java.lang.Long argRfqRspId, java.math.BigDecimal argPrice, java.lang.Double argQuantity)
Creates an access bean with the specified attributes.
Method Summary
void commitCopyHelper()
commitCopyHelper
java.lang.String defaultJNDIName()
defaultJNDIName
java.util.Enumeration findByCatentryId(java.lang.Long argCatentryId)
Retrieves the RFQResponseProductAccessBeans that match the specified CatalogEntry.
java.util.Enumeration findByRfqProductId(java.lang.Long rfqProductId)
Insert the method's description here.
java.util.Enumeration findByRfqResponseId(java.lang.Long argRfqResponseId)
Retrieves the RFQResponseProductAccessBeans of the specified RFQResponse.
java.util.Enumeration findByRfqResponseIdAndCatentryId(java.lang.Long argRFQResponseId, java.lang.Long argCatentryId)
Retrieves the RFQResponseProductAccessBean that matches the specified RFQResponse and CatalogEntry.
java.util.Enumeration findByRfqResponseIdAndRfqProductId(java.lang.Long rfqResponseId, java.lang.Long rfqProductId)
findByRfqResponseIdAndRfqProductId
boolean fulfills(java.lang.Long member, java.lang.String relationship)
fulfills
java.lang.String getCatentryId()
This method provides access to the RFQRSPPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getCatentryIdInEJBType()
getCatentryIdInEJBType
java.lang.String getCurrency()
This method provides access to the RFQRSPPROD.CURRENCY column of DB2 type CHAR(3) NULL.
java.lang.Long getOwner()
getOwner
java.lang.String getPrice()
This method provides access to the RFQRSPPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
java.math.BigDecimal getPriceInEJBType()
getPriceInEJBType
java.lang.String getQuantity()
This method provides access to the RFQRSPPROD.QUANTITY column of DB2 type DOUBLE NULL.
java.lang.Double getQuantityInEJBType()
getQuantityInEJBType
java.lang.String getQuantityUnitId()
This method provides access to the RFQRSPPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
java.lang.String getRfqCatentryId()
This method provides access to the RFQRSPPROD.RFQCATENTRYID column of DB2 type BIGINT NULL.
java.lang.Long getRfqCatentryIdInEJBType()
getRfqCatentryIdInEJBType
java.lang.String getRfqProductId()
Get accessor for persistent attribute: rfqProductId
java.lang.Long getRfqProductIdInEJBType()
getRfqProductIdInEJBType
java.lang.String getRfqResponseId()
This method provides access to the RFQRSPPROD.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getRfqResponseIdInEJBType()
getRfqResponseIdInEJBType
java.lang.String getRfqResponseProdId()
Get accessor for persistent attribute: rfqResponseProdId
java.lang.Long getRfqResponseProdIdInEJBType()
getRfqResponseProdIdInEJBType
java.lang.String getSkuGenFlag()
Get accessor for persistent attribute: skuGenFlag
java.lang.Integer getSkuGenFlagInEJBType()
getSkuGenFlagInEJBType
protected void instantiateEJB()
instantiateEJB
protected boolean instantiateEJBByPrimaryKey()
instantiateEJBByPrimaryKey
void refreshCopyHelper()
refreshCopyHelper
void setCatentryId(java.lang.Long catentryId)
Set accessor for persistent attribute: catentryId
void setCatentryId(java.lang.String newValue)
This method accesses a non-CMP field
void setCurrency(java.lang.String newValue)
This method provides access to the RFQRSPPROD.CURRENCY column of DB2 type CHAR(3) NULL.
void setInitKey_rfqResponseProdId(java.lang.Long newValue)
setInitKey_rfqResponseProdId
void setPrice(java.math.BigDecimal newValue)
This method provides access to the RFQRSPPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.
void setPrice(java.lang.String newValue)
This method accesses a non-CMP field
void setQuantity(java.lang.Double newValue)
This method provides access to the RFQRSPPROD.QUANTITY column of DB2 type DOUBLE NULL.
void setQuantity(java.lang.String newValue)
This method accesses a non-CMP field
void setQuantityUnitId(java.lang.String newValue)
This method provides access to the RFQRSPPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
void setRfqCatentryId(java.lang.Long rfqCatentryId)
This method provides access to the RFQRSPPROD.RFQCATENTRYID column of DB2 type BIGINT NULL.
void setRfqCatentryId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqProductId(java.lang.Long rfqProductId)
Set accessor for persistent attribute: rfqProductId
void setRfqProductId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqResponseId(java.lang.Long rfqRspId)
Set accessor for persistent attribute: rfqResponseId
void setRfqResponseId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqResponseProdId(java.lang.Long rfqResponseProdId)
Set accessor for persistent attribute: rfqResponseProdId
void setRfqResponseProdId(java.lang.String newValue)
This method accesses a non-CMP field
void setSkuGenFlag(java.lang.Integer skuGenFlag)
Set accessor for persistent attribute: skuGenFlag
void setSkuGenFlag(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

RFQResponseProductAccessBean

public RFQResponseProductAccessBean()
constructor

RFQResponseProductAccessBean

public RFQResponseProductAccessBean(javax.ejb.EJBObject o)
                             throws java.rmi.RemoteException
RFQResponseProductAccessBean constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

RFQResponseProductAccessBean

public RFQResponseProductAccessBean(java.lang.Long argCatentryId,
                                    java.lang.Long argRfqRspId,
                                    java.math.BigDecimal argPrice,
                                    java.lang.Double argQuantity)
                             throws javax.naming.NamingException,
                                    javax.ejb.FinderException,
                                    javax.ejb.CreateException,
                                    java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
argCatentryId - the CatalogEntry ID
argRfqRspId - the RFQResponse ID
argPrice - the price
argQuantity - the quantity
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

RFQResponseProductAccessBean

public RFQResponseProductAccessBean(java.lang.Long argCatentryId,
                                    java.lang.Long argRfqRspId)
                             throws javax.naming.NamingException,
                                    javax.ejb.FinderException,
                                    javax.ejb.CreateException,
                                    java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
argCatentryId - the CatalogEntry ID
argRfqRspId - the RFQResponse ID
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

getCatentryId

public java.lang.String getCatentryId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RFQRSPPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the CatalogEntry.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCatentryIdInEJBType

public java.lang.Long getCatentryIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
getCatentryIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCatentryId

public void setCatentryId(java.lang.String newValue)
This method accesses a non-CMP field

setCatentryId

public void setCatentryId(java.lang.Long catentryId)
Set accessor for persistent attribute: catentryId

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the RFQRSPPROD.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.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrency

public void setCurrency(java.lang.String newValue)

This method provides access to the RFQRSPPROD.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.

Parameters:
newValue - java.lang.String
Returns:
void
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception

getPrice

public java.lang.String getPrice()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the RFQRSPPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Response price for this product.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPriceInEJBType

public java.math.BigDecimal getPriceInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getPriceInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPrice

public void setPrice(java.lang.String newValue)
This method accesses a non-CMP field

setPrice

public void setPrice(java.math.BigDecimal newValue)

This method provides access to the RFQRSPPROD.PRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Response price for this product.

Parameters:
newValue - java.math.BigDecimal
Returns:
void
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantity

public java.lang.String getQuantity()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the RFQRSPPROD.QUANTITY column of DB2 type DOUBLE NULL.

The following is a description of this column:

Response quantity for this product.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQuantityInEJBType

public java.lang.Double getQuantityInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
getQuantityInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQuantity

public void setQuantity(java.lang.String newValue)
This method accesses a non-CMP field

setQuantity

public void setQuantity(java.lang.Double newValue)

This method provides access to the RFQRSPPROD.QUANTITY column of DB2 type DOUBLE NULL.

The following is a description of this column:

Response quantity for this product.

Parameters:
newValue - java.lang.Double
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

getQuantityUnitId

public java.lang.String getQuantityUnitId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the RFQRSPPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.

The following is a description of this column:

Unit of measure for the response quantity. For example, kilos, tons, or millimeters.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQuantityUnitId

public void setQuantityUnitId(java.lang.String newValue)

This method provides access to the RFQRSPPROD.QTYUNIT_ID column of DB2 type CHAR(16) NULL.

The following is a description of this column:

Unit of measure for the response quantity. For example, kilos, tons, or millimeters.

Parameters:
newValue - java.lang.String
Returns:
void
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception

getRfqCatentryId

public java.lang.String getRfqCatentryId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the RFQRSPPROD.RFQCATENTRYID column of DB2 type BIGINT NULL.

The following is a description of this column:

The CatalogEntry ID of the product requested in the RFQ.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqCatentryIdInEJBType

public java.lang.Long getRfqCatentryIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getRfqCatentryIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqCatentryId

public void setRfqCatentryId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqCatentryId

public void setRfqCatentryId(java.lang.Long rfqCatentryId)

This method provides access to the RFQRSPPROD.RFQCATENTRYID column of DB2 type BIGINT NULL.

The following is a description of this column:

The CatalogEntry ID of the product requested in the RFQ.

Parameters:
rfqCatentryId - java.lang.Long
Returns:
void

getRfqProductId

public java.lang.String getRfqProductId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
Get accessor for persistent attribute: rfqProductId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqProductIdInEJBType

public java.lang.Long getRfqProductIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException
getRfqProductIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqProductId

public void setRfqProductId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqProductId

public void setRfqProductId(java.lang.Long rfqProductId)
Set accessor for persistent attribute: rfqProductId

getRfqResponseId

public java.lang.String getRfqResponseId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the RFQRSPPROD.RFQRSP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ Response.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqResponseIdInEJBType

public java.lang.Long getRfqResponseIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getRfqResponseIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseId

public void setRfqResponseId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqResponseId

public void setRfqResponseId(java.lang.Long rfqRspId)
Set accessor for persistent attribute: rfqResponseId

getRfqResponseProdId

public java.lang.String getRfqResponseProdId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Get accessor for persistent attribute: rfqResponseProdId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqResponseProdIdInEJBType

public java.lang.Long getRfqResponseProdIdInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException
getRfqResponseProdIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseProdId

public void setRfqResponseProdId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqResponseProdId

public void setRfqResponseProdId(java.lang.Long rfqResponseProdId)
Set accessor for persistent attribute: rfqResponseProdId

getSkuGenFlag

public java.lang.String getSkuGenFlag()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
Get accessor for persistent attribute: skuGenFlag
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSkuGenFlagInEJBType

public java.lang.Integer getSkuGenFlagInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getSkuGenFlagInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSkuGenFlag

public void setSkuGenFlag(java.lang.String newValue)
This method accesses a non-CMP field

setSkuGenFlag

public void setSkuGenFlag(java.lang.Integer skuGenFlag)
Set accessor for persistent attribute: skuGenFlag

setInitKey_rfqResponseProdId

public void setInitKey_rfqResponseProdId(java.lang.Long newValue)
setInitKey_rfqResponseProdId

Set the primary key for this object

Parameters:
newValue - java.lang.Long
Returns:
void

defaultJNDIName

public java.lang.String defaultJNDIName()
defaultJNDIName
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws javax.naming.NamingException,
                              javax.ejb.FinderException,
                              java.rmi.RemoteException
instantiateEJB
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws javax.ejb.CreateException,
                                             java.rmi.RemoteException,
                                             javax.naming.NamingException
instantiateEJBByPrimaryKey
Returns:
javax.ejb.CreateException,
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
refreshCopyHelper
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException
commitCopyHelper
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

findByRfqResponseId

public java.util.Enumeration findByRfqResponseId(java.lang.Long argRfqResponseId)
                                          throws javax.naming.NamingException,
                                                 javax.ejb.FinderException,
                                                 java.rmi.RemoteException

Retrieves the RFQResponseProductAccessBeans of the specified RFQResponse.

The SQL query used to fetch all the required row from the RFQRSPPROD table is: SELECT * FROM RFQRSPPROD T1 WHERE T1.RFQRSP_ID = ?

Parameters:
argRfqResponseId - the RFQResponse ID
Returns:
An Enumeration of all the RFQResponseProductAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByCatentryId

public java.util.Enumeration findByCatentryId(java.lang.Long argCatentryId)
                                       throws javax.naming.NamingException,
                                              javax.ejb.FinderException,
                                              java.rmi.RemoteException

Retrieves the RFQResponseProductAccessBeans that match the specified CatalogEntry.

The SQL query used to fetch all the required row from the RFQRSPPROD table is: SELECT * FROM RFQRSPPROD T1 WHERE T1.CATENTRY_ID = ?

Parameters:
argCatentryId - the CatalogEntry ID
Returns:
An Enumeration of all the RFQResponseProductAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByRfqResponseIdAndCatentryId

public java.util.Enumeration findByRfqResponseIdAndCatentryId(java.lang.Long argRFQResponseId,
                                                              java.lang.Long argCatentryId)
                                                       throws javax.naming.NamingException,
                                                              javax.ejb.FinderException,
                                                              java.rmi.RemoteException

Retrieves the RFQResponseProductAccessBean that matches the specified RFQResponse and CatalogEntry.

The SQL query used to fetch all the required row from the RFQRSPPROD table is: SELECT * FROM RFQRSPPROD T1 WHERE T1.RFQRSP_ID = ? AND T1.CATENTRY_ID = ?

Parameters:
argRFQResponseId - the RFQResponse ID
argCatentryId - the CatalogEntry ID
Returns:
the RFQResponseProductAccessBean representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByRfqProductId

public java.util.Enumeration findByRfqProductId(java.lang.Long rfqProductId)
                                         throws javax.naming.NamingException,
                                                javax.ejb.FinderException,
                                                java.rmi.RemoteException
Insert the method's description here. Creation date: (7/9/2001 1:52:54 PM)
Parameters:
rfqProductId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

getOwner

public java.lang.Long getOwner()
                        throws javax.naming.NamingException,
                               javax.ejb.FinderException,
                               java.lang.Exception,
                               java.rmi.RemoteException
getOwner
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException

fulfills

public boolean fulfills(java.lang.Long member,
                        java.lang.String relationship)
                 throws javax.naming.NamingException,
                        javax.ejb.FinderException,
                        java.lang.Exception,
                        java.rmi.RemoteException
fulfills
Returns:
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException

findByRfqResponseIdAndRfqProductId

public java.util.Enumeration findByRfqResponseIdAndRfqProductId(java.lang.Long rfqResponseId,
                                                                java.lang.Long rfqProductId)
                                                         throws javax.naming.NamingException,
                                                                javax.ejb.FinderException,
                                                                java.rmi.RemoteException
findByRfqResponseIdAndRfqProductId
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

Feedback