java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.BidOrderRelationAccessBean
This table describes the relationship between bids and orders. This access bean corresponds to the database table 'BIDORDRREL'.
Constructor Summary | |
BidOrderRelationAccessBean() Zero argument constructor used to initialize the access bean. |
|
BidOrderRelationAccessBean(javax.ejb.EJBObject o) constructor |
|
BidOrderRelationAccessBean(java.lang.Long arg1, java.lang.Long arg2) 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 | findAll(com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all bid/order relation records. |
java.util.Enumeration | findByBid(java.lang.Long bidid, com.ibm.commerce.negotiation.util.SortingAttribute sort) Retrieves all bid/order relation records with the specified bid id. |
java.lang.String | getBidId() This method provides access to the BIDORDRREL.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getBidIdInEJBType() This method provides access to the BIDORDRREL.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getComment() This method provides access to the BIDORDRREL.COMMENTS column of DB2 type VARCHAR(254). |
java.lang.String | getCreationTime() This method provides access to the BIDORDRREL.CREATETIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getCreationTimeInEJBType() This method provides access to the BIDORDRREL.CREATETIME column of DB2 type TIMESTAMP. |
java.lang.String | getOrderId() This method provides access to the BIDORDRREL.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOrderIdInEJBType() This method provides access to the BIDORDRREL.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getStatus() This method provides access to the BIDORDRREL.STATUS column of DB2 type CHAR(4). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setBidId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBidId(java.lang.String newValue) This method accesses a non-CMP field |
void | setComment(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreationTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreationTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setInitKey_bidId(java.lang.Long newValue) Set the primary key for this object |
void | setInitKey_orderId(java.lang.Long newValue) Set the primary key for this object |
void | setOrderId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrderId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStatus(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 BidOrderRelationAccessBean()
public BidOrderRelationAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public BidOrderRelationAccessBean(java.lang.Long arg1, java.lang.Long arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findAll(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid/order relation records.
The SQL query used to fetch all the required rows from the BIDORDRREL table is:
SELECT * FROM BIDORDRREL T1 WHERE 1=1
public java.util.Enumeration findByBid(java.lang.Long bidid, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid/order relation records with the specified bid id.
The SQL query used to fetch all the required rows from the BIDORDRREL table is:
SELECT * FROM BIDORDRREL T1 WHERE T1.BID_ID=?
public void setInitKey_bidId(java.lang.Long newValue)
Set the primary key for this object
public void setInitKey_orderId(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 getCreationTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.CREATETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Date and time this entry is created.
public java.sql.Timestamp getCreationTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.CREATETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Date and time this entry is created.
public void setCreationTime(java.lang.String newValue)
public void setCreationTime(java.sql.Timestamp newValue)
public java.lang.String getComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comments about the order.
public void setComment(java.lang.String newValue)
public java.lang.String getBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID.
public java.lang.Long getBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID.
public void setBidId(java.lang.String newValue)
public void setBidId(java.lang.Long newValue)
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.STATUS column of DB2 type CHAR(4).
The following is a description of this column:
Order status. Valid values are as follows: &l
public void setStatus(java.lang.String newValue)
public java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order ID that corresponds to the bid.
public java.lang.Long getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDORDRREL.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order ID that corresponds to the bid.
public void setOrderId(java.lang.String newValue)
public void setOrderId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.