com.ibm.commerce.inventory.objects
Class OrderReleaseAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.inventory.objects.OrderReleaseAccessBean
All Implemented Interfaces:
OrderReleaseAccessBeanData

public class OrderReleaseAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements OrderReleaseAccessBeanData

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'.

See Also:
Serialized Form

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

OrderReleaseAccessBean

public OrderReleaseAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.inventory.objects.OrderRelease com.ibm.commerce.inventory.objimpl.OrderReleaseHomeBase.findByPrimaryKey(com.ibm.commerce.inventory.objects.OrderReleaseKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_ordersId( java.lang.Long ) setInitKey_orderReleaseNum( java.lang.Integer )

OrderReleaseAccessBean

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

OrderReleaseAccessBean

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

Parameters:
newOrdersId - - java.lang.Long
newOrderReleaseNum - - java.lang.Integer
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

findByOrdersId

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 = ?

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

findByOrdersIdAndOrderReleaseId

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 = ?

Parameters:
aOrdersId - - java.lang.Long
aOrderReleaseId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByPickBatchId

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 = ?

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

setInitKey_ordersId

public void setInitKey_ordersId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_orderReleaseNum

public void setInitKey_orderReleaseNum(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

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

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

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

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

getTimePlaced

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.

Specified by:
getTimePlaced in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTimePlacedInEJBType

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.

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

setTimePlaced

public void setTimePlaced(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTimePlaced in interface OrderReleaseAccessBeanData

setTimePlaced

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

getCaptureDate

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.

Specified by:
getCaptureDate in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCaptureDateInEJBType

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.

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

setCaptureDate

public void setCaptureDate(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCaptureDate in interface OrderReleaseAccessBeanData

setCaptureDate

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

getPackSlipXml

public java.lang.String getPackSlipXml()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getPackSlipXml in interface OrderReleaseAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPackSlipXml

public void setPackSlipXml(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPackSlipXml in interface OrderReleaseAccessBeanData

getLastupdate

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.

Specified by:
getLastupdate in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLastupdateInEJBType

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.

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

setLastupdate

public void setLastupdate(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setLastupdate in interface OrderReleaseAccessBeanData

setLastupdate

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

getField3

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.

Specified by:
getField3 in interface OrderReleaseAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField3

public void setField3(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField3 in interface OrderReleaseAccessBeanData

getOrderReleaseNum

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.

Specified by:
getOrderReleaseNum in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrderReleaseNumInEJBType

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.

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

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOrderReleaseNum in interface OrderReleaseAccessBeanData

setOrderReleaseNum

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

getField2

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.

Specified by:
getField2 in interface OrderReleaseAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField2

public void setField2(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField2 in interface OrderReleaseAccessBeanData

getField1

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.

Specified by:
getField1 in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getField1InEJBType

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.

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

setField1

public void setField1(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField1 in interface OrderReleaseAccessBeanData

setField1

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

getOrdersId

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.

Specified by:
getOrdersId in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrdersIdInEJBType

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.

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

setOrdersId

public void setOrdersId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOrdersId in interface OrderReleaseAccessBeanData

setOrdersId

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

getPickBatchId

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.

Specified by:
getPickBatchId in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPickBatchIdInEJBType

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.

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

setPickBatchId

public void setPickBatchId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPickBatchId in interface OrderReleaseAccessBeanData

setPickBatchId

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

getStatus

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

Specified by:
getStatus in interface OrderReleaseAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStatus

public void setStatus(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStatus in interface OrderReleaseAccessBeanData

getCustomerConfirm

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.

Specified by:
getCustomerConfirm in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCustomerConfirmInEJBType

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.

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

setCustomerConfirm

public void setCustomerConfirm(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCustomerConfirm in interface OrderReleaseAccessBeanData

setCustomerConfirm

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

getFfmacknowledgement

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.

Specified by:
getFfmacknowledgement in interface OrderReleaseAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getFfmacknowledgementInEJBType

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.

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

setFfmacknowledgement

public void setFfmacknowledgement(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setFfmacknowledgement in interface OrderReleaseAccessBeanData

setFfmacknowledgement

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

getExternalOrderNum

public java.lang.String getExternalOrderNum()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
getExternalOrderNum
Specified by:
getExternalOrderNum in interface OrderReleaseAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setExternalOrderNum

public void setExternalOrderNum(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setExternalOrderNum in interface OrderReleaseAccessBeanData

getExternalReference

public java.lang.String getExternalReference()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
getExternalReference
Specified by:
getExternalReference in interface OrderReleaseAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setExternalReference

public void setExternalReference(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setExternalReference in interface OrderReleaseAccessBeanData

findByOrdersIdForUpdate

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

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

Feedback