java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.rfq.objects.RFQResponseTCRLAccessBean
The relationship between one specified RFQ term or condition, and an RFQ Response to this term or condition. This access bean corresponds to the database table 'RFQRSPTCRL'.
Constructor Summary | |
RFQResponseTCRLAccessBean() Zero argument constructor used to initialize the access bean. |
|
RFQResponseTCRLAccessBean(java.lang.Integer argChangeFlag, java.lang.Long argRfqId, java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqTCId) Creates an access bean with the specified attributes. |
|
RFQResponseTCRLAccessBean(javax.ejb.EJBObject o) constructor |
|
RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId, java.lang.Integer argChangeFlag, java.lang.Long argRfqId, java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqTCId) Creates an access bean with the specified attributes. |
|
RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCId, java.lang.Long argRfqResponseId, java.lang.Long argRfqTCId, java.lang.Long argRfqId, java.lang.Integer argChangeFlag) Creates an access bean with the specified attributes. |
|
RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqResponseId, java.lang.Long argRfqTCId, java.lang.Long argRfqId, java.lang.Integer argChangeFlag) Creates an access bean with the specified attributes. |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findRelationByResponseId(java.lang.Long argResponseId) Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse. |
RFQResponseTCRLAccessBean | findRelationByResponseIdResponseTcId(java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTcId) Retrieves the RFQResponseTCRL that matches the specified RFQResponse and its TermCondition. |
java.util.Enumeration | findRelationByResponseTcId(java.lang.Long argResponseTcId) Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse TermCondition. |
java.util.Enumeration | findRelationByRfqId(java.lang.Long argRfqId) Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ. |
RFQResponseTCRLAccessBean | findRelationByRfqIdRfqTcId(java.lang.Long argRfqId, java.lang.Long argRfqTcId) Retrieves the RFQResponseTCRL that matches the specified RFQ and its TermCondition. |
RFQResponseTCRLAccessBean | findRelationByRfqIdRfqTcIdResId(java.lang.Long argRfqId, java.lang.Long argRfqTcId, java.lang.Long argResId) Retrieves the RFQResponseTCRLAccessBean that matches the specified RFQ, RFQ TermCondition and RFQResponse. |
java.util.Enumeration | findRelationByRfqTcId(java.lang.Long argRfqTcId) Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ TermCondition. |
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String | getChangeFlag() This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER. |
java.lang.Integer | getChangeFlagInEJBType() This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER. |
java.lang.Long | getOwner() This method accesses a non-CMP field |
java.lang.String | getRfqId() This method provides access to the RFQRSPTCRL.RFQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRfqIdInEJBType() This method provides access to the RFQRSPTCRL.RFQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRfqResponseId() This method provides access to the RFQRSPTCRL.RFQRSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRfqResponseIdInEJBType() This method provides access to the RFQRSPTCRL.RFQRSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRfqResponseTCId() This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRfqResponseTCIdInEJBType() This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRfqTCId() This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRfqTCIdInEJBType() This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setChangeFlag(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setChangeFlag(java.lang.String newValue) This method accesses a non-CMP field |
void | setInit_argResponseTCRLId(java.lang.Long newValue) Set the primary key for this object |
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 | setRfqResponseTCId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRfqResponseTCId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRfqTCId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRfqTCId(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 RFQResponseTCRLAccessBean()
public RFQResponseTCRLAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public RFQResponseTCRLAccessBean(java.lang.Integer argChangeFlag, java.lang.Long argRfqId, java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqTCId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
public RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId, java.lang.Integer argChangeFlag, java.lang.Long argRfqId, java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqTCId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
public RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCId, java.lang.Long argRfqResponseId, java.lang.Long argRfqTCId, java.lang.Long argRfqId, java.lang.Integer argChangeFlag) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
public RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqResponseId, java.lang.Long argRfqTCId, java.lang.Long argRfqId, java.lang.Integer argChangeFlag) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public RFQResponseTCRLAccessBean findRelationByResponseIdResponseTcId(java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRL that matches the specified RFQResponse and its TermCondition.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQRSP_ID = ? AND T1.RFQRSPTC_ID = ?
public RFQResponseTCRLAccessBean findRelationByRfqIdRfqTcId(java.lang.Long argRfqId, java.lang.Long argRfqTcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRL that matches the specified RFQ and its TermCondition.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQ_ID = ? AND T1.RFQTC_ID = ?
public RFQResponseTCRLAccessBean findRelationByRfqIdRfqTcIdResId(java.lang.Long argRfqId, java.lang.Long argRfqTcId, java.lang.Long argResId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRLAccessBean that matches the specified RFQ, RFQ TermCondition and RFQResponse.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQ_ID = ? AND T1.RFQTC_ID = ? AND T1.RFQRSP_ID = ?
public java.util.Enumeration findRelationByResponseId(java.lang.Long argResponseId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQRSP_ID = ?
public java.util.Enumeration findRelationByResponseTcId(java.lang.Long argResponseTcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse TermCondition.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQRSPTC_ID = ?
public java.util.Enumeration findRelationByRfqId(java.lang.Long argRfqId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQ_ID = ?
public java.util.Enumeration findRelationByRfqTcId(java.lang.Long argRfqTcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ TermCondition.
The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQTC_ID = ?
public void setInit_argResponseTCRLId(java.lang.Long newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getChangeFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Integer getChangeFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setChangeFlag(java.lang.String newValue)
public void setChangeFlag(java.lang.Integer newValue)
public java.lang.String getRfqResponseId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.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.
public java.lang.Long getRfqResponseIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.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.
public void setRfqResponseId(java.lang.String newValue)
public void setRfqResponseId(java.lang.Long newValue)
public java.lang.String getRfqTCId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ term or condition.
public java.lang.Long getRfqTCIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ term or condition.
public void setRfqTCId(java.lang.String newValue)
public void setRfqTCId(java.lang.Long newValue)
public java.lang.String getRfqId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.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.Long getRfqIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.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 setRfqId(java.lang.String newValue)
public void setRfqId(java.lang.Long newValue)
public java.lang.String getRfqResponseTCId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ Response term or condition.
public java.lang.Long getRfqResponseTCIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ Response term or condition.
public void setRfqResponseTCId(java.lang.String newValue)
public void setRfqResponseTCId(java.lang.Long newValue)
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.