java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.OrderReleaseAccessBean
Each row in this table represents an OrderRelease. An OrderRelease is a grouping of all OrderItems in an Order that are to be shipped to the same address using the same shipping mode from the same FulfillmentCenter at the same time.
Constructor Summary | |
---|---|
OrderReleaseAccessBean() constructor | |
OrderReleaseAccessBean(javax.ejb.EJBObject o) constructor | |
OrderReleaseAccessBean(java.lang.Long arg0,
java.lang.Integer arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByOrdersId(java.lang.Long arg0)
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 arg0,
java.lang.Long arg1)
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 arg0)
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 provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP. |
void |
setCaptureDate(java.sql.Timestamp newValue) This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP. |
void |
setCustomerConfirm(java.lang.String newValue) This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP. |
void |
setCustomerConfirm(java.sql.Timestamp newValue) This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP. |
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 provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP. |
void |
setFfmacknowledgement(java.sql.Timestamp newValue) This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP. |
void |
setField1(java.lang.Integer newValue) This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER. |
void |
setField1(java.lang.String newValue) This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER. |
void |
setField2(java.lang.String newValue) This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254). |
void |
setField3(java.lang.String newValue) This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254). |
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 provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setOrderReleaseNum(java.lang.Integer newValue) This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrderReleaseNum(java.lang.String newValue) This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdersId(java.lang.Long newValue) This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.String newValue) This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setPackSlipXml(java.lang.String newValue) This method accesses a non-CMP field |
void |
setPickBatchId(java.lang.Long newValue) This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT. |
void |
setPickBatchId(java.lang.String newValue) This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT. |
void |
setStatus(java.lang.String newValue) This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4). |
void |
setTimePlaced(java.lang.String newValue) This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP. |
void |
setTimePlaced(java.sql.Timestamp newValue) This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP. |
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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderReleaseAccessBean(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByOrdersId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrdersIdAndOrderReleaseId(java.lang.Long arg0, java.lang.Long arg1) 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 =
?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByPickBatchId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_ordersId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_orderReleaseNum(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
getTimePlaced
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimePlaced(java.lang.String newValue)
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.
setTimePlaced
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setTimePlaced(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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 payment was captured for this release.
getCaptureDate
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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 payment was captured for this release.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCaptureDate(java.lang.String newValue)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time payment was captured for this release.
setCaptureDate
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setCaptureDate(java.sql.Timestamp newValue)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time payment was captured for this release.
newValue
- java.sql.Timestamppublic java.lang.String getPackSlipXml() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getPackSlipXml
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPackSlipXml(java.lang.String newValue)
setPackSlipXml
in interface
OrderReleaseAccessBeanData
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 OrderRelease was last updated.
getLastupdate
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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 OrderRelease was last updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastupdate(java.lang.String newValue)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the OrderRelease was last updated.
setLastupdate
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the OrderRelease was last updated.
newValue
- java.sql.Timestamppublic 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.
getField3
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField3(java.lang.String newValue)
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField3
in interface
OrderReleaseAccessBeanData
newValue
- java.lang.Stringpublic 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.
getOrderReleaseNum
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderReleaseNum(java.lang.String newValue)
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.
setOrderReleaseNum
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setOrderReleaseNum(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
getField2
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField2
in interface
OrderReleaseAccessBeanData
newValue
- java.lang.Stringpublic 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.
getField1
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
setField1
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setField1(java.lang.Integer newValue)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
newValue
- java.lang.Integerpublic 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.
getOrdersId
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrdersId(java.lang.String newValue)
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.
setOrdersId
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setOrdersId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
getPickBatchId
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPickBatchId(java.lang.String newValue)
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.
setPickBatchId
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setPickBatchId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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
getStatus
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
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
setStatus
in interface
OrderReleaseAccessBeanData
newValue
- java.lang.Stringpublic 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.
getCustomerConfirm
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCustomerConfirm(java.lang.String newValue)
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.
setCustomerConfirm
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setCustomerConfirm(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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.
getFfmacknowledgement
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFfmacknowledgement(java.lang.String newValue)
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.
setFfmacknowledgement
in interface
OrderReleaseAccessBeanData
newValue
- Stringpublic void setFfmacknowledgement(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic java.lang.String getExternalOrderNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getExternalOrderNum
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExternalOrderNum(java.lang.String newValue)
setExternalOrderNum
in interface
OrderReleaseAccessBeanData
public java.lang.String getExternalReference() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getExternalReference
in interface
OrderReleaseAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExternalReference(java.lang.String newValue)
setExternalReference
in interface
OrderReleaseAccessBeanData
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
aOrderId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException