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

See Also:
Serialized Form

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

OrderReleaseAccessBean

public OrderReleaseAccessBean()
constructor

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 arg0,
                              java.lang.Integer arg1)
                       throws javax.naming.NamingException,
                              javax.ejb.CreateException,
                              java.rmi.RemoteException,
                              javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.Integer
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail

findByOrdersId

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

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

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

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 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:
setTimePlaced in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setTimePlaced

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

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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

Specified by:
setCaptureDate in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setCaptureDate

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

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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

Specified by:
setLastupdate in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setLastupdate

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

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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 provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface OrderReleaseAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setOrderReleaseNum in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setOrderReleaseNum

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

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

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 provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface OrderReleaseAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setField1

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

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

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 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:
setOrdersId in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setOrdersId

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

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

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 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:
setPickBatchId in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setPickBatchId

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

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

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 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:
setStatus in interface OrderReleaseAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setCustomerConfirm in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setCustomerConfirm

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

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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 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:
setFfmacknowledgement in interface OrderReleaseAccessBeanData
Parameters:
newValue - String
Returns:
void

setFfmacknowledgement

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

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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:
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:
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