com.ibm.commerce.inventory.objects
Class OrderReleaseAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.OrderReleaseAccessBean
All Implemented Interfaces:
OrderReleaseAccessBeanData, java.io.Serializable

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

This bean provides access to the ORDRELEASE table.

The following is a description of this table:

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

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
OrderReleaseAccessBean()
          Default constructor.
OrderReleaseAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
OrderReleaseAccessBean(java.lang.Long OrdersId, java.lang.Integer OrderReleaseNum)
          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).
 java.util.Enumeration findByOrdersId(java.lang.Long OrdersId)
          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 OrdersId, java.lang.Long OrderReleaseId)
          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 findByPickBatchId(java.lang.Long PickBatchId)
          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 NULL.
 java.sql.Timestamp getCaptureDateInEJBType()
          This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getCustomerConfirm()
          This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCustomerConfirmInEJBType()
          This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
 java.lang.String getFfmacknowledgement()
          This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getFfmacknowledgementInEJBType()
          This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
 java.lang.String getField1()
          This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
 java.lang.Integer getField1InEJBType()
          This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
 java.lang.String getField2()
          This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField3()
          This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getLastupdate()
          This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 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 provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL.
 java.lang.String getPickBatchId()
          This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
 java.lang.Long getPickBatchIdInEJBType()
          This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
 java.lang.String getStatus()
          This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.
 java.lang.String getTimePlaced()
          This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getTimePlacedInEJBType()
          This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setCaptureDate(java.lang.String aCaptureDate)
          This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
 void setCaptureDate(java.sql.Timestamp aCaptureDate)
          This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
 void setCustomerConfirm(java.lang.String aCustomerConfirm)
          This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
 void setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)
          This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
 void setFfmacknowledgement(java.lang.String aFfmacknowledgement)
          This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
 void setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)
          This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
 void setField1(java.lang.Integer aField1)
          This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.
 void setField3(java.lang.String aField3)
          This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.
 void setInitKey_orderReleaseNum(java.lang.String aInitKey_orderReleaseNum)
          Set the primary key for this object
 void setInitKey_ordersId(java.lang.String aInitKey_ordersId)
          Set the primary key for this object
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)
          This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
 void setOrderReleaseNum(java.lang.String aOrderReleaseNum)
          This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
 void setOrdersId(java.lang.Long aOrdersId)
          This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
 void setOrdersId(java.lang.String aOrdersId)
          This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
 void setPackSlipXml(java.lang.String aPackSlipXml)
          This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL.
 void setPickBatchId(java.lang.Long aPickBatchId)
          This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
 void setPickBatchId(java.lang.String aPickBatchId)
          This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
 void setStatus(java.lang.String aStatus)
          This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.
 void setTimePlaced(java.lang.String aTimePlaced)
          This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
 void setTimePlaced(java.sql.Timestamp aTimePlaced)
          This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderReleaseAccessBean

public OrderReleaseAccessBean()

Default constructor. Maps to findByPrimaryKey.


OrderReleaseAccessBean

public OrderReleaseAccessBean(javax.ejb.EJBObject object)
                       throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

OrderReleaseAccessBean

public OrderReleaseAccessBean(java.lang.Long OrdersId,
                              java.lang.Integer OrderReleaseNum)
                       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:
OrdersId - - java.lang.Long
OrderReleaseNum - - 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

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

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByOrdersId

public java.util.Enumeration findByOrdersId(java.lang.Long OrdersId)
                                     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:
OrdersId - - 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

findByOrdersIdAndOrderReleaseId

public java.util.Enumeration findByOrdersIdAndOrderReleaseId(java.lang.Long OrdersId,
                                                             java.lang.Long OrderReleaseId)
                                                      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:
OrdersId - - java.lang.Long
OrderReleaseId - - 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

findByPickBatchId

public java.util.Enumeration findByPickBatchId(java.lang.Long PickBatchId)
                                        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:
PickBatchId - - 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

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

The following is a description of this column:

The time payment was captured for this release.

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

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

The following is a description of this column:

The time payment was captured for this release.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

The time of fulfillment acknowledgement.

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

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

The following is a description of this column:

The time of fulfillment acknowledgement.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

The time the ORderRelease was last updated.

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

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

The following is a description of this column:

The time the ORderRelease was last updated.

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPackSlipXml

public java.lang.String getPackSlipXml()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL.

The following is a description of this column:

Packslip XML.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

The status of the release as follows:
SHIP = the release is ready to be shipped (this is the default initial status).
PRN = the release was included in a generated pickbatch.
MNF = the release shipment confirmation was received (manifested).

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

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

The following is a description of this column:

The time the order was released for fulfillment.

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

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

The following is a description of this column:

The time the order was released for fulfillment.

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

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setCaptureDate

public void setCaptureDate(java.lang.String aCaptureDate)

This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time payment was captured for this release.

Specified by:
setCaptureDate in interface OrderReleaseAccessBeanData
Parameters:
aCaptureDate - java.lang.String
Returns:
void

setCaptureDate

public void setCaptureDate(java.sql.Timestamp aCaptureDate)

This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time payment was captured for this release.

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

setCustomerConfirm

public void setCustomerConfirm(java.lang.String aCustomerConfirm)

This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.

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:
aCustomerConfirm - java.lang.String
Returns:
void

setCustomerConfirm

public void setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)

This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time when the customer was sent a shipping confirmation message.

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

setFfmacknowledgement

public void setFfmacknowledgement(java.lang.String aFfmacknowledgement)

This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time of fulfillment acknowledgement.

Specified by:
setFfmacknowledgement in interface OrderReleaseAccessBeanData
Parameters:
aFfmacknowledgement - java.lang.String
Returns:
void

setFfmacknowledgement

public void setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)

This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time of fulfillment acknowledgement.

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

setField1

public void setField1(java.lang.Integer aField1)

This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

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

setField1

public void setField1(java.lang.String aField1)

This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface OrderReleaseAccessBeanData
Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.String aField2)

This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

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

setField3

public void setField3(java.lang.String aField3)

This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

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

setInitKey_orderReleaseNum

public void setInitKey_orderReleaseNum(java.lang.String aInitKey_orderReleaseNum)

Set the primary key for this object

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

setInitKey_ordersId

public void setInitKey_ordersId(java.lang.String aInitKey_ordersId)

Set the primary key for this object

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

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the ORderRelease was last updated.

Specified by:
setLastupdate in interface OrderReleaseAccessBeanData
Parameters:
aLastupdate - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the ORderRelease was last updated.

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

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)

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:
aOrderReleaseNum - java.lang.Integer
Returns:
void

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.String aOrderReleaseNum)

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:
aOrderReleaseNum - java.lang.String
Returns:
void

setOrdersId

public void setOrdersId(java.lang.Long aOrdersId)

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:
aOrdersId - java.lang.Long
Returns:
void

setOrdersId

public void setOrdersId(java.lang.String aOrdersId)

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:
aOrdersId - java.lang.String
Returns:
void

setPackSlipXml

public void setPackSlipXml(java.lang.String aPackSlipXml)

This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL.

The following is a description of this column:

Packslip XML.

Specified by:
setPackSlipXml in interface OrderReleaseAccessBeanData
Parameters:
aPackSlipXml - java.lang.String
Returns:
void

setPickBatchId

public void setPickBatchId(java.lang.Long aPickBatchId)

This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.

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:
aPickBatchId - java.lang.Long
Returns:
void

setPickBatchId

public void setPickBatchId(java.lang.String aPickBatchId)

This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.

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:
aPickBatchId - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.String aStatus)

This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.

The following is a description of this column:

The status of the release as follows:
SHIP = the release is ready to be shipped (this is the default initial status).
PRN = the release was included in a generated pickbatch.
MNF = the release shipment confirmation was received (manifested).

Specified by:
setStatus in interface OrderReleaseAccessBeanData
Parameters:
aStatus - java.lang.String
Returns:
void

setTimePlaced

public void setTimePlaced(java.lang.String aTimePlaced)

This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the order was released for fulfillment.

Specified by:
setTimePlaced in interface OrderReleaseAccessBeanData
Parameters:
aTimePlaced - java.lang.String
Returns:
void

setTimePlaced

public void setTimePlaced(java.sql.Timestamp aTimePlaced)

This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the order was released for fulfillment.

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