java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.OrderItemShippingHistoryAccessBean
Each row contains information about inventory that has been released for fulfillment of an OrderItem.
Constructor Summary | |
---|---|
OrderItemShippingHistoryAccessBean() constructor | |
OrderItemShippingHistoryAccessBean(javax.ejb.EJBObject o) constructor | |
OrderItemShippingHistoryAccessBean(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Integer arg2,
java.lang.Integer arg3) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByOrderItemsId(java.lang.Long arg0)
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 arg0)
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. |
java.sql.Timestamp |
getDateShippedInEJBType() This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP. |
java.lang.String |
getLastupdate() This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP. |
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 DEFAULT 0. |
java.lang.Integer |
getQtyReturnedInEJBType() This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyShipped() This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER. |
java.lang.Integer |
getQtyShippedInEJBType() This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER. |
java.lang.String |
getReceiptId() This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT. |
java.lang.Long |
getReceiptIdInEJBType() This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT. |
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. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDateShipped(java.lang.String newValue) This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP. |
void |
setDateShipped(java.sql.Timestamp newValue) This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP. |
void |
setInitKey_orderItemsId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_ordShipHstNum(java.lang.String newValue) Set the primary key for this object |
void |
setLastupdate(java.lang.String newValue) This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setOrderItemsId(java.lang.Long newValue) This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemsId(java.lang.String newValue) This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdShipHstNum(java.lang.Integer newValue) This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdShipHstNum(java.lang.String newValue) This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setQtyReturned(java.lang.Integer newValue) This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyReturned(java.lang.String newValue) This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyShipped(java.lang.Integer newValue) This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER. |
void |
setQtyShipped(java.lang.String newValue) This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER. |
void |
setReceiptId(java.lang.Long newValue) This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT. |
void |
setReceiptId(java.lang.String newValue) This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT. |
void |
setVersionSpcId(java.lang.Long newValue) This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionSpcId(java.lang.String newValue) This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderItemShippingHistoryAccessBean()
public OrderItemShippingHistoryAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderItemShippingHistoryAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Integerarg3
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByOrderItemsId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findNonTrackedInventoryByOrderItemsId(java.lang.Long arg0) 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
=?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_orderItemsId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_ordShipHstNum(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String 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.
The following is a description of this column:
Quantity shipped from this receipt.
getQtyShipped
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
The following is a description of this column:
Quantity shipped from this receipt.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyShipped(java.lang.String newValue)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.
The following is a description of this column:
Quantity shipped from this receipt.
setQtyShipped
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setQtyShipped(java.lang.Integer newValue)
This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.
The following is a description of this column:
Quantity shipped from this receipt.
newValue
- java.lang.Integerpublic 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.
getVersionSpcId
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setVersionSpcId(java.lang.String newValue)
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.
setVersionSpcId
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setVersionSpcId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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 DEFAULT 0.
The following is a description of this column:
The amount returned by the customer.
getQtyReturned
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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 DEFAULT 0.
The following is a description of this column:
The amount returned by the customer.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyReturned(java.lang.String newValue)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The amount returned by the customer.
setQtyReturned
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setQtyReturned(java.lang.Integer newValue)
This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The amount returned by the customer.
newValue
- java.lang.Integerpublic 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.
getOrdShipHstNum
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrdShipHstNum(java.lang.String newValue)
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.
setOrdShipHstNum
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setOrdShipHstNum(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
getOrderItemsId
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderItemsId(java.lang.String newValue)
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.
setOrderItemsId
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setOrderItemsId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
The following is a description of this column:
The time of last update.
getLastupdate
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of last update.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastupdate(java.lang.String newValue)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of last update.
setLastupdate
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of last update.
newValue
- java.sql.Timestamppublic 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.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
getDateShipped
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDateShipped(java.lang.String newValue)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
setDateShipped
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setDateShipped(java.sql.Timestamp newValue)
This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the OrderItem was released for fulfillment.
newValue
- java.sql.Timestamppublic 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.
The following is a description of this column:
The receipt for the shipped inventory.
getReceiptId
in interface
OrderItemShippingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
The following is a description of this column:
The receipt for the shipped inventory.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReceiptId(java.lang.String newValue)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.
The following is a description of this column:
The receipt for the shipped inventory.
setReceiptId
in interface
OrderItemShippingHistoryAccessBeanData
newValue
- Stringpublic void setReceiptId(java.lang.Long newValue)
This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.
The following is a description of this column:
The receipt for the shipped inventory.
newValue
- java.lang.Long