java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.inventory.objects.OrderReleaseAccessBean
Each row in this table represents an order release, which is a grouping of all order items in an order that are to be shipped on the same date to the same address, using the same shipping mode from the same fulfillment center. This access bean corresponds to the database table 'ORDRELEASE'.
Constructor Summary | |
OrderReleaseAccessBean() Zero argument constructor used to initialize the access bean. |
|
OrderReleaseAccessBean(javax.ejb.EJBObject o) constructor |
|
OrderReleaseAccessBean(java.lang.Long newOrdersId, java.lang.Integer newOrderReleaseNum) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByOrdersId(java.lang.Long aOrderId)
Retrieves the information about the OrderRelease with the specified ORDERS_ID
The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.ORDERS_ID = ? |
java.util.Enumeration | findByOrdersIdAndOrderReleaseId(java.lang.Long aOrdersId, java.lang.Long aOrderReleaseId)
Retrieves the information about the OrderRelease with the specified orders_id and ordreleasenum
The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.orders_id = ? and T1.ordreleasenum = ? |
java.util.Enumeration | findByOrdersIdForUpdate(java.lang.Long aOrderId)
Retrieves the information about the OrderRelease with the specified ORDERS_ID (for update)
The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.ORDERS_ID = ? FOR UPDATE |
java.util.Enumeration | findByPickBatchId(java.lang.Long aPickBatchId)
Retrieves the information about the OrderRelease with the specified PICKBATCH_ID
The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.PICKBATCH_ID = ? |
java.lang.String | getCaptureDate() This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getCaptureDateInEJBType() This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP. |
java.lang.String | getCustomerConfirm() This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getCustomerConfirmInEJBType() This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP. |
java.lang.String | getExternalOrderNum() getExternalOrderNum |
java.lang.String | getExternalReference() getExternalReference |
java.lang.String | getFfmacknowledgement() This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getFfmacknowledgementInEJBType() This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP. |
java.lang.String | getField1() This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER. |
java.lang.Integer | getField1InEJBType() This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER. |
java.lang.String | getField2() This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254). |
java.lang.String | getField3() This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String | getLastupdate() This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getLastupdateInEJBType() This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String | getOrderReleaseNum() This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getOrderReleaseNumInEJBType() This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
java.lang.String | getOrdersId() This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOrdersIdInEJBType() This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getPackSlipXml() This method accesses a non-CMP field |
java.lang.String | getPickBatchId() This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT. |
java.lang.Long | getPickBatchIdInEJBType() This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT. |
java.lang.String | getStatus() This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4). |
java.lang.String | getTimePlaced() This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getTimePlacedInEJBType() This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCaptureDate(java.lang.String newValue) This method accesses a non-CMP field |
void | setCaptureDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setCustomerConfirm(java.lang.String newValue) This method accesses a non-CMP field |
void | setCustomerConfirm(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setExternalOrderNum(java.lang.String newValue) This method accesses a non-CMP field |
void | setExternalReference(java.lang.String newValue) This method accesses a non-CMP field |
void | setFfmacknowledgement(java.lang.String newValue) This method accesses a non-CMP field |
void | setFfmacknowledgement(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setField1(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_orderReleaseNum(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_ordersId(java.lang.String newValue) Set the primary key for this object |
void | setLastupdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastupdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setOrderReleaseNum(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setOrderReleaseNum(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrdersId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrdersId(java.lang.String newValue) This method accesses a non-CMP field |
void | setPackSlipXml(java.lang.String newValue) This method accesses a non-CMP field |
void | setPickBatchId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setPickBatchId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStatus(java.lang.String newValue) This method accesses a non-CMP field |
void | setTimePlaced(java.lang.String newValue) This method accesses a non-CMP field |
void | setTimePlaced(java.sql.Timestamp 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 OrderReleaseAccessBean()
public OrderReleaseAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public OrderReleaseAccessBean(java.lang.Long newOrdersId, java.lang.Integer newOrderReleaseNum) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
public java.util.Enumeration findByOrdersId(java.lang.Long aOrderId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OrderRelease with the specified ORDERS_ID
The SQL query used to fetch the requested row from the ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.ORDERS_ID = ?
public java.util.Enumeration findByOrdersIdAndOrderReleaseId(java.lang.Long aOrdersId, java.lang.Long aOrderReleaseId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OrderRelease with the specified orders_id and ordreleasenum
The SQL query used to fetch the requested row from the ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.orders_id = ? and T1.ordreleasenum = ?
public java.util.Enumeration findByPickBatchId(java.lang.Long aPickBatchId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OrderRelease with the specified PICKBATCH_ID
The SQL query used to fetch the requested row from the ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.PICKBATCH_ID = ?
public void setInitKey_ordersId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_orderReleaseNum(java.lang.String 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 getTimePlaced() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the order was released for fulfillment.
public java.sql.Timestamp getTimePlacedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the order was released for fulfillment.
public void setTimePlaced(java.lang.String newValue)
public void setTimePlaced(java.sql.Timestamp newValue)
public java.lang.String getCaptureDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time that payment was captured for this release.
public java.sql.Timestamp getCaptureDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time that payment was captured for this release.
public void setCaptureDate(java.lang.String newValue)
public void setCaptureDate(java.sql.Timestamp newValue)
public java.lang.String getPackSlipXml() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPackSlipXml(java.lang.String newValue)
public java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the order release was last updated.
public java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the order release was last updated.
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField3(java.lang.String newValue)
public java.lang.String getOrderReleaseNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
public java.lang.Integer getOrderReleaseNumInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
public void setOrderReleaseNum(java.lang.String newValue)
public void setOrderReleaseNum(java.lang.Integer newValue)
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField2(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
public void setField1(java.lang.String newValue)
public void setField1(java.lang.Integer newValue)
public java.lang.String getOrdersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
public java.lang.Long getOrdersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
public void setOrdersId(java.lang.String newValue)
public void setOrdersId(java.lang.Long newValue)
public java.lang.String getPickBatchId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
public java.lang.Long getPickBatchIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
public void setPickBatchId(java.lang.String newValue)
public void setPickBatchId(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 ORDRELEASE.STATUS column of DB2 type CHAR(4).
The following is a description of this column:
The status of the release as follows: &l
public void setStatus(java.lang.String newValue)
public java.lang.String getCustomerConfirm() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
public java.sql.Timestamp getCustomerConfirmInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
public void setCustomerConfirm(java.lang.String newValue)
public void setCustomerConfirm(java.sql.Timestamp newValue)
public java.lang.String getFfmacknowledgement() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of fulfillment acknowledgement.
public java.sql.Timestamp getFfmacknowledgementInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of fulfillment acknowledgement.
public void setFfmacknowledgement(java.lang.String newValue)
public void setFfmacknowledgement(java.sql.Timestamp newValue)
public java.lang.String getExternalOrderNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setExternalOrderNum(java.lang.String newValue)
public java.lang.String getExternalReference() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setExternalReference(java.lang.String newValue)
public java.util.Enumeration findByOrdersIdForUpdate(java.lang.Long aOrderId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the information about the OrderRelease with the specified ORDERS_ID (for update)
The SQL query used to fetch the requested row from the ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.ORDERS_ID = ? FOR UPDATE
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.