com.ibm.commerce.inventory.objects
Class OrderItemShippingHistoryAccessBean

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

public class OrderItemShippingHistoryAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements OrderItemShippingHistoryAccessBeanData

This bean provides access to the ORDSHIPHST table.

The following is a description of this table:

Each row contains information about inventory that has been released for fulfillment of an OrderItem.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
OrderItemShippingHistoryAccessBean()
          Default constructor.
OrderItemShippingHistoryAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
OrderItemShippingHistoryAccessBean(java.lang.Long OrderItemsId, java.lang.Long VersionSpcId, java.lang.Integer OrdShipHstNum, java.lang.Integer QtyReturned)
          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 findByOrderItemsId(java.lang.Long OrderItemsId)
          Retrieves the information about inventory that has been released for fulfillment with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.ORDERITEMS_ID = ?
 java.util.Enumeration findNonTrackedInventoryByOrderItemsId(java.lang.Long NonTrackedInventoryByOrderItemsId)
          Retrieves the information about inventory that has been released for fulfillment with the specified Receipt_Id and OrderItems_id
The SQL query used to fetch the requested row from the ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.Receipt_Id is null and T1.OrderItems_id =?
 java.lang.String getDateShipped()
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getDateShippedInEJBType()
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
 java.lang.String getLastupdate()
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getOrderItemsId()
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderItemsIdInEJBType()
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOrdShipHstNum()
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getOrdShipHstNumInEJBType()
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyReturned()
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyReturnedInEJBType()
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyShipped()
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
 java.lang.Integer getQtyShippedInEJBType()
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
 java.lang.String getReceiptId()
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 java.lang.Long getReceiptIdInEJBType()
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 java.lang.String getVersionSpcId()
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getVersionSpcIdInEJBType()
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setDateShipped(java.lang.String aDateShipped)
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
 void setDateShipped(java.sql.Timestamp aDateShipped)
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.
 void setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)
          Set the primary key for this object
 void setInitKey_ordShipHstNum(java.lang.String aInitKey_ordShipHstNum)
          Set the primary key for this object
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderItemsId(java.lang.Long aOrderItemsId)
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderItemsId(java.lang.String aOrderItemsId)
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrdShipHstNum(java.lang.Integer aOrdShipHstNum)
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 void setOrdShipHstNum(java.lang.String aOrdShipHstNum)
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 void setQtyReturned(java.lang.Integer aQtyReturned)
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
 void setQtyReturned(java.lang.String aQtyReturned)
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.
 void setQtyShipped(java.lang.Integer aQtyShipped)
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
 void setQtyShipped(java.lang.String aQtyShipped)
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.
 void setReceiptId(java.lang.Long aReceiptId)
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 void setReceiptId(java.lang.String aReceiptId)
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.
 void setVersionSpcId(java.lang.Long aVersionSpcId)
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void setVersionSpcId(java.lang.String aVersionSpcId)
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT 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

OrderItemShippingHistoryAccessBean

public OrderItemShippingHistoryAccessBean()

Default constructor. Maps to findByPrimaryKey.


OrderItemShippingHistoryAccessBean

public OrderItemShippingHistoryAccessBean(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

OrderItemShippingHistoryAccessBean

public OrderItemShippingHistoryAccessBean(java.lang.Long OrderItemsId,
                                          java.lang.Long VersionSpcId,
                                          java.lang.Integer OrdShipHstNum,
                                          java.lang.Integer QtyReturned)
                                   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:
OrderItemsId - - java.lang.Long
VersionSpcId - - java.lang.Long
OrdShipHstNum - - java.lang.Integer
QtyReturned - - 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

findByOrderItemsId

public java.util.Enumeration findByOrderItemsId(java.lang.Long OrderItemsId)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Retrieves the information about inventory that has been released for fulfillment with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.ORDERITEMS_ID = ?

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

findNonTrackedInventoryByOrderItemsId

public java.util.Enumeration findNonTrackedInventoryByOrderItemsId(java.lang.Long NonTrackedInventoryByOrderItemsId)
                                                            throws java.rmi.RemoteException,
                                                                   javax.ejb.FinderException,
                                                                   javax.naming.NamingException

Retrieves the information about inventory that has been released for fulfillment with the specified Receipt_Id and OrderItems_id
The SQL query used to fetch the requested row from the ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.Receipt_Id is null and T1.OrderItems_id =?

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

getDateShipped

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

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

Specified by:
getDateShipped in interface OrderItemShippingHistoryAccessBeanData
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

getDateShippedInEJBType

public java.sql.Timestamp getDateShippedInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the OrderItem 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

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 ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time of last update.

Specified by:
getLastupdate in interface OrderItemShippingHistoryAccessBeanData
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 ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time of last update.

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

getOrderItemsId

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

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

Specified by:
getOrderItemsId in interface OrderItemShippingHistoryAccessBeanData
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

getOrderItemsIdInEJBType

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

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

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

getOrdShipHstNum

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

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

Specified by:
getOrdShipHstNum in interface OrderItemShippingHistoryAccessBeanData
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

getOrdShipHstNumInEJBType

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

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

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

getQtyReturned

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

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The amount returned by the customer.

Specified by:
getQtyReturned in interface OrderItemShippingHistoryAccessBeanData
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

getQtyReturnedInEJBType

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

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The amount returned by the customer.

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

getQtyShipped

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

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity shipped from this receipt.

Specified by:
getQtyShipped in interface OrderItemShippingHistoryAccessBeanData
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

getQtyShippedInEJBType

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

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity shipped from this receipt.

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

getReceiptId

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

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The receipt for the shipped inventory.

Specified by:
getReceiptId in interface OrderItemShippingHistoryAccessBeanData
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

getReceiptIdInEJBType

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

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The receipt for the shipped inventory.

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

getVersionSpcId

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

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

Specified by:
getVersionSpcId in interface OrderItemShippingHistoryAccessBeanData
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

getVersionSpcIdInEJBType

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

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

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

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

setDateShipped

public void setDateShipped(java.lang.String aDateShipped)

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

Specified by:
setDateShipped in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aDateShipped - java.lang.String
Returns:
void

setDateShipped

public void setDateShipped(java.sql.Timestamp aDateShipped)

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

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

setInitKey_orderItemsId

public void setInitKey_orderItemsId(java.lang.String aInitKey_orderItemsId)

Set the primary key for this object

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

setInitKey_ordShipHstNum

public void setInitKey_ordShipHstNum(java.lang.String aInitKey_ordShipHstNum)

Set the primary key for this object

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

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

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

The following is a description of this column:

The time of last update.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

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

The following is a description of this column:

The time of last update.

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

setOrderItemsId

public void setOrderItemsId(java.lang.Long aOrderItemsId)

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

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

setOrderItemsId

public void setOrderItemsId(java.lang.String aOrderItemsId)

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

Specified by:
setOrderItemsId in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aOrderItemsId - java.lang.String
Returns:
void

setOrdShipHstNum

public void setOrdShipHstNum(java.lang.Integer aOrdShipHstNum)

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

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

setOrdShipHstNum

public void setOrdShipHstNum(java.lang.String aOrdShipHstNum)

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

Specified by:
setOrdShipHstNum in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aOrdShipHstNum - java.lang.String
Returns:
void

setQtyReturned

public void setQtyReturned(java.lang.Integer aQtyReturned)

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The amount returned by the customer.

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

setQtyReturned

public void setQtyReturned(java.lang.String aQtyReturned)

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The amount returned by the customer.

Specified by:
setQtyReturned in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aQtyReturned - java.lang.String
Returns:
void

setQtyShipped

public void setQtyShipped(java.lang.Integer aQtyShipped)

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity shipped from this receipt.

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

setQtyShipped

public void setQtyShipped(java.lang.String aQtyShipped)

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity shipped from this receipt.

Specified by:
setQtyShipped in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aQtyShipped - java.lang.String
Returns:
void

setReceiptId

public void setReceiptId(java.lang.Long aReceiptId)

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The receipt for the shipped inventory.

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

setReceiptId

public void setReceiptId(java.lang.String aReceiptId)

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The receipt for the shipped inventory.

Specified by:
setReceiptId in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aReceiptId - java.lang.String
Returns:
void

setVersionSpcId

public void setVersionSpcId(java.lang.Long aVersionSpcId)

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

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

setVersionSpcId

public void setVersionSpcId(java.lang.String aVersionSpcId)

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

Specified by:
setVersionSpcId in interface OrderItemShippingHistoryAccessBeanData
Parameters:
aVersionSpcId - java.lang.String
Returns:
void