com.ibm.commerce.rfq.objects
Class RFQResponseAccessBean

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

public class RFQResponseAccessBean
extends AbstractEntityAccessBean

RFQ Response table. This table stores the basic RFQ response information. This access bean corresponds to the database table 'RFQRSP'. RFQResponseAccessBean

See Also:
Serialized Form

Constructor Summary
RFQResponseAccessBean()
constructor
RFQResponseAccessBean(javax.ejb.EJBObject o)
RFQResponseAccessBean constructor
RFQResponseAccessBean(java.lang.Long argRfqId, java.lang.String argName, java.lang.String argRemarks, java.lang.Integer argState, java.lang.Long argMemberId, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Integer argStoreId)
RFQResponseAccessBean(java.lang.Long argRfqResponseId, java.sql.Timestamp argCancelTime, java.sql.Timestamp argCreateTime, java.lang.Integer argMajorVersion, java.lang.Integer argMarkForDelete, java.lang.Long argMemberId, java.lang.Integer argMinorVersion, java.lang.String argName, java.lang.String argRejectReason, java.lang.String argRemarks, java.lang.Long argRfqId, java.lang.Integer argState, java.sql.Timestamp argUpdateTime, java.lang.Integer argStoreId)
Insert the method's description here.
Method Summary
void commitCopyHelper()
commitCopyHelper
java.lang.String defaultJNDIName()
defaultJNDIName
java.util.Enumeration findAll()
Retrieves all RFQResponseAccessBeans.
java.util.Enumeration findByName(java.lang.String argName)
Retrieves the RFQResponseAccessBeans with the specified name.
java.util.Enumeration findByNameForUpdate(java.lang.String argName)
Retrieves the RFQResponseAccessBeans with the specified name.
RFQResponseAccessBean findByPrimaryKeyForUpdate(com.ibm.commerce.rfq.objects.RFQResponseKey argRfqrspKey)
Retrieves the RFQResponse with the specified RFQResponseKey for update.
java.util.Enumeration findByRfqId(java.lang.Long argRfqId)
Retrieves the RFQResponseAccessBeans that match the specified RFQ.
java.util.Enumeration findByRfqIdAndState(java.lang.Long argRfqId, java.lang.Integer argState)
Retrieves the RFQResponseAccessBeans that match the specified RFQ and state.
java.util.Enumeration findByRfqIdForUpdate(java.lang.Long argRfqId)
Retrieves the RFQResponseAccessBeans that match the specified RFQ for update.
java.util.Enumeration findByRfqResponseId(java.lang.Long argRfqResponseId)
Retrieves the RFQResponseAccessBeans that match the specified RFQResponse ID.
java.util.Enumeration findByState(java.lang.Integer argState)
IBM internal use only.
java.util.Enumeration findByWhereClauseAndParameters(java.lang.String whereClause, java.lang.Object[] parameters)
Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters.
java.util.Enumeration findByWhereClauseParametersAndParameterTypes(java.lang.String whereClause, java.lang.Object[] parameters, int[] parameterTypes)
Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters.
RFQResponseAccessBean findForUpdate(java.lang.Long argRfqrspId)
Retrieves the RFQResponse with the specified RFQResponse ID for update.
java.util.Enumeration findResponseByRfqId(java.lang.Long argRfqId, com.ibm.commerce.base.util.SortingAttribute argSortingAttribute)
Retrieves the RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute.
java.util.Enumeration findResponseByRfqIdAndState(java.lang.Long argRfqId, java.lang.Integer argState, com.ibm.commerce.base.util.SortingAttribute argSort)
Retrieves the RFQResponseAccessBeans that match the specified RFQ and state, and ordered by the specified SortingAttribute.
java.util.Enumeration findResponseForBuyerByRfqId(java.lang.Long argRfqId, com.ibm.commerce.base.util.SortingAttribute argSort)
Retrieves the active RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute.
boolean fulfills(java.lang.Long arg0, java.lang.String arg1)
fulfills
java.lang.String getAcceptaction()
Get accessor for persistent attribute: acceptaction
java.lang.Integer getAcceptactionInEJBType()
This method accesses a non-CMP field
java.lang.String getCancelTime()
getCancelTime
java.sql.Timestamp getCancelTimeInEJBType()
getCancelTimeInEJBType
java.lang.String getCreateTime()
getCreateTime
java.sql.Timestamp getCreateTimeInEJBType()
getCreateTimeInEJBType
java.lang.String getDescription()
getDescription
java.lang.String getMajorVersion()
getMajorVersion
java.lang.Integer getMajorVersionInEJBType()
getMajorVersionInEJBType
java.lang.String getMarkForDelete()
getMarkForDelete
java.lang.Integer getMarkForDeleteInEJBType()
getMarkForDeleteInEJBType
java.lang.String getMemberId()
getMemberId
java.lang.Long getMemberIdInEJBType()
getMemberIdInEJBType
java.lang.String getMinorVersion()
getMinorVersion
java.lang.Integer getMinorVersionInEJBType()
getMinorVersionInEJBType
java.lang.String getName()
getName
java.lang.Long getOwner()
This method accesses a non-CMP field
java.lang.String getRejectReason()
getRejectReason
java.lang.String getRemarks()
getRemarks
java.lang.String getRfqId()
getRfqId
java.lang.Long getRfqIdInEJBType()
getRfqIdInEJBType
java.lang.String getRfqResponseId()
getRfqResponseId
java.lang.Long getRfqResponseIdInEJBType()
getRfqResponseIdInEJBType
java.lang.String getState()
getState
java.lang.Integer getStateInEJBType()
getStateInEJBType
java.lang.String getStoreId()
Get accessor for persistent attribute: storeId
java.lang.Integer getStoreIdInEJBType()
This method accesses a non-CMP field
java.lang.String getTfTradEngId()
getTfTradEngId
java.lang.Long getTfTradEngIdInEJBType()
getTfTradEngIdInEJBType
java.lang.String getUpdateTime()
getUpdateTime
java.sql.Timestamp getUpdateTimeInEJBType()
getUpdateTimeInEJBType
java.lang.String getVersionflags()
This method accesses a non-CMP field
java.lang.Integer getVersionflagsInEJBType()
This method accesses a non-CMP field
protected void instantiateEJB()
instantiateEJB
protected boolean instantiateEJBByPrimaryKey()
instantiateEJBByPrimaryKey
void refreshCopyHelper()
refreshCopyHelper
void setAcceptaction(java.lang.Integer newAcceptaction)
Set accessor for persistent attribute: acceptaction
void setAcceptaction(java.lang.String newValue)
This method accesses a non-CMP field
void setCancelTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCancelTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setCreateTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCreateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setDescription(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_rfqResponseId(java.lang.Long newValue)
setInitKey_rfqResponseId
void setMajorVersion(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMajorVersion(java.lang.String newValue)
This method accesses a non-CMP field
void setMarkForDelete(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMarkForDelete(java.lang.String newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field
void setMinorVersion(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMinorVersion(java.lang.String newValue)
This method accesses a non-CMP field
void setName(java.lang.String newValue)
This method accesses a non-CMP field
void setRejectReason(java.lang.String newValue)
This method accesses a non-CMP field
void setRemarks(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqId(java.lang.Long newValue)
This method accesses a non-CMP field
void setRfqId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqResponseId(java.lang.Long newValue)
This method accesses a non-CMP field
void setRfqResponseId(java.lang.String newValue)
This method accesses a non-CMP field
void setState(java.lang.Integer newValue)
This method accesses a non-CMP field
void setState(java.lang.String newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newStoreId)
Set accessor for persistent attribute: storeId
void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
void setTfTradEngId(java.lang.Long newValue)
This method accesses a non-CMP field
void setTfTradEngId(java.lang.String newValue)
This method accesses a non-CMP field
void setUpdateTime(java.lang.String newValue)
This method accesses a non-CMP field
void setUpdateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setVersionflags(java.lang.Integer newValue)
This method accesses a non-CMP field
void setVersionflags(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

RFQResponseAccessBean

public RFQResponseAccessBean()
constructor

RFQResponseAccessBean

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

RFQResponseAccessBean

public RFQResponseAccessBean(java.lang.Long argRfqResponseId,
                             java.sql.Timestamp argCancelTime,
                             java.sql.Timestamp argCreateTime,
                             java.lang.Integer argMajorVersion,
                             java.lang.Integer argMarkForDelete,
                             java.lang.Long argMemberId,
                             java.lang.Integer argMinorVersion,
                             java.lang.String argName,
                             java.lang.String argRejectReason,
                             java.lang.String argRemarks,
                             java.lang.Long argRfqId,
                             java.lang.Integer argState,
                             java.sql.Timestamp argUpdateTime,
                             java.lang.Integer argStoreId)
                      throws javax.naming.NamingException,
                             javax.ejb.FinderException,
                             javax.ejb.CreateException,
                             java.rmi.RemoteException
Insert the method's description here. Creation date: (12/21/2001 1:01:48 PM)
Parameters:
argName - java.lang.String
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.
javax.naming.NamingException
javax.ejb.CreateException

RFQResponseAccessBean

public RFQResponseAccessBean(java.lang.Long argRfqId,
                             java.lang.String argName,
                             java.lang.String argRemarks,
                             java.lang.Integer argState,
                             java.lang.Long argMemberId,
                             java.lang.Integer argMajorVersion,
                             java.lang.Integer argMinorVersion,
                             java.lang.Integer argStoreId)
                      throws javax.naming.NamingException,
                             javax.ejb.FinderException,
                             javax.ejb.CreateException,
                             java.rmi.RemoteException
Parameters:
argMajorVersion - java.lang.Integer
argMemberId - java.lang.Long
argMinorVersion - java.lang.Integer
argName - java.lang.String
argRemarks - java.lang.String
argRfqId - java.lang.Long
argState - java.lang.Integer
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail

getAcceptaction

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

setAcceptaction

public void setAcceptaction(java.lang.Integer newAcceptaction)
Set accessor for persistent attribute: acceptaction

getCancelTime

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

This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Date and time the RFQ Response was canceled.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCancelTime

public void setCancelTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getCreateTime

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

This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Date and time the RFQ Response was created.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreateTime

public void setCreateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getDescription

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

This method provides access to the RFQRSP.DESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

Description of RFQ Response.

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

setDescription

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

getMajorVersion

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

This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMajorVersion

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

getMarkForDelete

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

This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER.

The following is a description of this column:

Indicates if this RFQ Response is marked for deletion. Valid values are as follows:&l

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarkForDelete

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

getMemberId

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

This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The ID of the member who created the RFQ Response.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMemberId

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

getMinorVersion

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

This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMinorVersion

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

getName

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

This method provides access to the RFQRSP.NAME column of DB2 type VARCHAR(200) NOT NULL.

The following is a description of this column:

The name of the RFQ Response.

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

setName

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

getRejectReason

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

This method provides access to the RFQRSP.REJECTREASON column of DB2 type VARCHAR(254).

The following is a description of this column:

If a response is in a rejected state, this field indicates why the response was rejected.

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

setRejectReason

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

getRemarks

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

This method provides access to the RFQRSP.REMARKS column of DB2 type VARCHAR(254).

The following is a description of this column:

Free-form remarks that a seller provides when creating an RFQ Response.

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

setRemarks

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

getRfqId

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

This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The ID of the RFQ to which this RFQ response relates.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqId

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

getRfqResponseId

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

This method provides access to the RFQRSP.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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseId

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

getState

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

This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The state of the RFQ Response. Valid values are as follows:&l

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setState

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

getStoreId

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

setStoreId

public void setStoreId(java.lang.Integer newStoreId)
Set accessor for persistent attribute: storeId

getTfTradEngId

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

This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTfTradEngId

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

getUpdateTime

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

This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Date and time the RFQ Response was updated.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUpdateTime

public void setUpdateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getVersionflags

public java.lang.String getVersionflags()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setVersionflags

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

setInitKey_rfqResponseId

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

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:
void
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:
boolean
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

Load data from the EJBObject.

Returns:
void
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

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

findByWhereClauseParametersAndParameterTypes

public java.util.Enumeration findByWhereClauseParametersAndParameterTypes(java.lang.String whereClause,
                                                                          java.lang.Object[] parameters,
                                                                          int[] parameterTypes)
                                                                   throws javax.naming.NamingException,
                                                                          javax.ejb.FinderException,
                                                                          java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters.

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

Parameters:
whereClause - the where clause
parameters - the parameters
parameterTypes - the parameter types, as in java.sql.Types
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findResponseForBuyerByRfqId

public java.util.Enumeration findResponseForBuyerByRfqId(java.lang.Long argRfqId,
                                                         com.ibm.commerce.base.util.SortingAttribute argSort)
                                                  throws javax.naming.NamingException,
                                                         javax.ejb.FinderException,
                                                         java.rmi.RemoteException

Retrieves the active RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQRSP table is: SELECT * FROM RFQRSP T1 WHERE T1.RFQ_ID = ? AND T1.STATE NOT IN (1, 3, 6, 7) ORDER BY ...

Parameters:
argRfqId - the RFQ ID
argSort - the SortingAttribute
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByRfqIdAndState

public java.util.Enumeration findByRfqIdAndState(java.lang.Long argRfqId,
                                                 java.lang.Integer argState)
                                          throws javax.naming.NamingException,
                                                 javax.ejb.FinderException,
                                                 java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans that match the specified RFQ and state.

The SQL query used to fetch all the required row from the RFQRSP table is: SELECT * FROM RFQRSP T1 WHERE T1.RFQ_ID = ? AND T1.STATE = ?

Parameters:
argRfqId - the RFQ ID
argState - the state
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByRfqIdForUpdate

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

Retrieves the RFQResponseAccessBeans that match the specified RFQ for update.

The SQL query used to fetch all the required row from the RFQRSP table is: SELECT * FROM RFQRSP T1 WHERE T1.RFQ_ID = ? FOR UPDATE

Parameters:
argRfqId - the RFQ ID
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findAll

public java.util.Enumeration findAll()
                              throws javax.naming.NamingException,
                                     javax.ejb.FinderException,
                                     java.rmi.RemoteException

Retrieves all RFQResponseAccessBeans.

The SQL query used to fetch all the required row from the RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE 1 = 1

Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findForUpdate

public RFQResponseAccessBean findForUpdate(java.lang.Long argRfqrspId)
                                    throws javax.naming.NamingException,
                                           javax.ejb.FinderException,
                                           java.rmi.RemoteException

Retrieves the RFQResponse with the specified RFQResponse ID for update.

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

Parameters:
argRfqrspId - the RFQResponse ID
Returns:
the RFQResponse 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

findByWhereClauseAndParameters

public java.util.Enumeration findByWhereClauseAndParameters(java.lang.String whereClause,
                                                            java.lang.Object[] parameters)
                                                     throws javax.naming.NamingException,
                                                            javax.ejb.FinderException,
                                                            java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters.

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

Parameters:
whereClause - the where clause
parameters - the parameters
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByRfqId

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

Retrieves the RFQResponseAccessBeans that match the specified RFQ.

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

Parameters:
argRfqId - the RFQ ID
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findResponseByRfqIdAndState

public java.util.Enumeration findResponseByRfqIdAndState(java.lang.Long argRfqId,
                                                         java.lang.Integer argState,
                                                         com.ibm.commerce.base.util.SortingAttribute argSort)
                                                  throws javax.naming.NamingException,
                                                         javax.ejb.FinderException,
                                                         java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans that match the specified RFQ and state, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQRSP table is: SELECT * FROM RFQRSP T1 WHERE T1.RFQ_ID = ? AND T1.STATE = ? ORDER BY ...

Parameters:
argRfqId - the RFQ ID
argState - the state
argSort - the SortingAttribute
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByState

public java.util.Enumeration findByState(java.lang.Integer argState)
                                  throws javax.naming.NamingException,
                                         javax.ejb.FinderException,
                                         java.rmi.RemoteException

IBM internal use only.

Parameters:
argState - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findResponseByRfqId

public java.util.Enumeration findResponseByRfqId(java.lang.Long argRfqId,
                                                 com.ibm.commerce.base.util.SortingAttribute argSortingAttribute)
                                          throws javax.naming.NamingException,
                                                 javax.ejb.FinderException,
                                                 java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute.

The SQL query used to fetch all the required row from the RFQRSP table is: SELECT * FROM RFQRSP T1 WHERE T1.RFQ_ID = ? ORDER BY ...

Parameters:
argRfqId - the RFQ ID
argSortingAttribute - the SortingAttribute
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByNameForUpdate

public java.util.Enumeration findByNameForUpdate(java.lang.String argName)
                                          throws javax.naming.NamingException,
                                                 javax.ejb.FinderException,
                                                 java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans with the specified name.

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

Parameters:
argName - the name
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByPrimaryKeyForUpdate

public RFQResponseAccessBean findByPrimaryKeyForUpdate(com.ibm.commerce.rfq.objects.RFQResponseKey argRfqrspKey)
                                                throws javax.naming.NamingException,
                                                       javax.ejb.FinderException,
                                                       java.rmi.RemoteException

Retrieves the RFQResponse with the specified RFQResponseKey for update.

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

Parameters:
argRfqrspKey - the RFQResponseKey
Returns:
the RFQResponse 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

findByName

public java.util.Enumeration findByName(java.lang.String argName)
                                 throws javax.naming.NamingException,
                                        javax.ejb.FinderException,
                                        java.rmi.RemoteException

Retrieves the RFQResponseAccessBeans with the specified name.

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

Parameters:
argName - the name
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

findByRfqResponseId

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

Retrieves the RFQResponseAccessBeans that match the specified RFQResponse ID. Reserved for IBM internal use.

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

Parameters:
argRfqResponseId - the RFQResponse ID
Returns:
An Enumeration of all the RFQResponseAccessBeans 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

fulfills

public boolean fulfills(java.lang.Long arg0,
                        java.lang.String arg1)
                 throws javax.naming.NamingException,
                        javax.ejb.FinderException,
                        java.lang.Exception,
                        java.rmi.RemoteException
fulfills
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.String
Returns:
boolean
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException

getOwner

public java.lang.Long getOwner()
                        throws javax.naming.NamingException,
                               javax.ejb.FinderException,
                               java.lang.Exception,
                               java.rmi.RemoteException
This method accesses a non-CMP field
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException

getAcceptactionInEJBType

public java.lang.Integer getAcceptactionInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAcceptaction

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

getCancelTimeInEJBType

public java.sql.Timestamp getCancelTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException
getCancelTimeInEJBType

This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Date and time the RFQ Response was canceled.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCancelTime

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

getCreateTimeInEJBType

public java.sql.Timestamp getCreateTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException
getCreateTimeInEJBType

This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Date and time the RFQ Response was created.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreateTime

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

getMajorVersionInEJBType

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

This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMajorVersion

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

getMarkForDeleteInEJBType

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

This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER.

The following is a description of this column:

Indicates if this RFQ Response is marked for deletion. Valid values are as follows:&l

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarkForDelete

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

getMemberIdInEJBType

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

This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The ID of the member who created the RFQ Response.

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

setMemberId

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

getMinorVersionInEJBType

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

This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMinorVersion

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

getRfqIdInEJBType

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

This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The ID of the RFQ to which this RFQ response relates.

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

setRfqId

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

getRfqResponseIdInEJBType

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

This method provides access to the RFQRSP.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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseId

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

getStateInEJBType

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

This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The state of the RFQ Response. Valid values are as follows:&l

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setState

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

getStoreIdInEJBType

public java.lang.Integer getStoreIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

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

getTfTradEngIdInEJBType

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

This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT.

The following is a description of this column:

Reserved for IBM internal use.

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

setTfTradEngId

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

getUpdateTimeInEJBType

public java.sql.Timestamp getUpdateTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException
getUpdateTimeInEJBType

This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Date and time the RFQ Response was updated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUpdateTime

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

getVersionflagsInEJBType

public java.lang.Integer getVersionflagsInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setVersionflags

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

Feedback