java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.OrderItemPickingHistoryAccessBean
Details of the how inventory was picked from the receipt level when available inventory is allocated to an OrderItem.
Constructor Summary | |
---|---|
OrderItemPickingHistoryAccessBean() constructor | |
OrderItemPickingHistoryAccessBean(javax.ejb.EJBObject o) constructor | |
OrderItemPickingHistoryAccessBean(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Integer arg2) 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 order picking history with the specified
ORDERITEMS_ID
The SQL query used to fetch the requested row from the
ORDPICKHST table
is:SELECT * FROM ORDPICKHST T1 WHERE T1.ORDERITEMS_ID = ? |
java.lang.String |
getDatePicked() This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getDatePickedInEJBType() This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP. |
java.lang.String |
getLastupdate() This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getOrderItemsId() This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemsIdInEJBType() This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderPickingType() This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER. |
java.lang.Integer |
getOrderPickingTypeInEJBType() This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER. |
java.lang.String |
getOrdPickHstNum() This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getOrdPickHstNumInEJBType() This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyPicked() This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER. |
java.lang.Integer |
getQtyPickedInEJBType() This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER. |
java.lang.String |
getReceiptId() This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT. |
java.lang.Long |
getReceiptIdInEJBType() This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT. |
java.lang.String |
getVersionspcId() This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getVersionspcIdInEJBType() This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDatePicked(java.lang.String newValue) This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP. |
void |
setDatePicked(java.sql.Timestamp newValue) This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP. |
void |
setInitKey_orderItemsId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_ordPickHstNum(java.lang.String newValue) Set the primary key for this object |
void |
setLastupdate(java.lang.String newValue) This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setOrderItemsId(java.lang.Long newValue) This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemsId(java.lang.String newValue) This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderPickingType(java.lang.Integer newValue) This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER. |
void |
setOrderPickingType(java.lang.String newValue) This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER. |
void |
setOrdPickHstNum(java.lang.Integer newValue) This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdPickHstNum(java.lang.String newValue) This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setQtyPicked(java.lang.Integer newValue) This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER. |
void |
setQtyPicked(java.lang.String newValue) This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER. |
void |
setReceiptId(java.lang.Long newValue) This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT. |
void |
setReceiptId(java.lang.String newValue) This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT. |
void |
setVersionspcId(java.lang.Long newValue) This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionspcId(java.lang.String newValue) This method provides access to the ORDPICKHST.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 OrderItemPickingHistoryAccessBean()
public OrderItemPickingHistoryAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderItemPickingHistoryAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- 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 order picking history with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the
ORDPICKHST table
is:
SELECT * FROM ORDPICKHST T1 WHERE T1.ORDERITEMS_ID = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_orderItemsId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_ordPickHstNum(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 getQtyPicked() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER.
The following is a description of this column:
Quantity allocated from this receipt.
getQtyPicked
in interface
OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQtyPickedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER.
The following is a description of this column:
Quantity allocated from this receipt.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyPicked(java.lang.String newValue)
This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER.
The following is a description of this column:
Quantity allocated from this receipt.
setQtyPicked
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setQtyPicked(java.lang.Integer newValue)
This method provides access to the ORDPICKHST.QTYPICKED column of DB2 type INTEGER.
The following is a description of this column:
Quantity allocated from this receipt.
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 ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table.
getOrderItemsId
in interface
OrderItemPickingHistoryAccessBeanData
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 ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table.
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 ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table.
setOrderItemsId
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setOrderItemsId(java.lang.Long newValue)
This method provides access to the ORDPICKHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table.
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 ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Time of last update.
getLastupdate
in interface
OrderItemPickingHistoryAccessBeanData
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 ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
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 ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Time of last update.
setLastupdate
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the ORDPICKHST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Time of last update.
newValue
- java.sql.Timestamppublic java.lang.String getVersionspcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
getVersionspcId
in interface
OrderItemPickingHistoryAccessBeanData
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 ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
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 ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
setVersionspcId
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setVersionspcId(java.lang.Long newValue)
This method provides access to the ORDPICKHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
newValue
- java.lang.Longpublic java.lang.String getOrdPickHstNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies a row for this OrderItem.
getOrdPickHstNum
in interface
OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getOrdPickHstNumInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies a row for this OrderItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrdPickHstNum(java.lang.String newValue)
This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies a row for this OrderItem.
setOrdPickHstNum
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setOrdPickHstNum(java.lang.Integer newValue)
This method provides access to the ORDPICKHST.ORDPICKHSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies a row for this OrderItem.
newValue
- java.lang.Integerpublic java.lang.String getReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT.
The following is a description of this column:
Receipt that was used for this allocation. This value will be NULL if the item is not tracked.
getReceiptId
in interface
OrderItemPickingHistoryAccessBeanData
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 ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT.
The following is a description of this column:
Receipt that was used for this allocation. This value will be NULL if the item is not tracked.
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 ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT.
The following is a description of this column:
Receipt that was used for this allocation. This value will be NULL if the item is not tracked.
setReceiptId
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setReceiptId(java.lang.Long newValue)
This method provides access to the ORDPICKHST.RECEIPT_ID column of DB2 type BIGINT.
The following is a description of this column:
Receipt that was used for this allocation. This value will be NULL if the item is not tracked.
newValue
- java.lang.Longpublic java.lang.String getDatePicked() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time when inventory was allocated to the Order.
getDatePicked
in interface
OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getDatePickedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time when inventory was allocated to the Order.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDatePicked(java.lang.String newValue)
This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time when inventory was allocated to the Order.
setDatePicked
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setDatePicked(java.sql.Timestamp newValue)
This method provides access to the ORDPICKHST.DATEPICKED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time when inventory was allocated to the Order.
newValue
- java.sql.Timestamppublic java.lang.String getOrderPickingType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
getOrderPickingType
in interface
OrderItemPickingHistoryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getOrderPickingTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderPickingType(java.lang.String newValue)
This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
setOrderPickingType
in interface
OrderItemPickingHistoryAccessBeanData
newValue
- Stringpublic void setOrderPickingType(java.lang.Integer newValue)
This method provides access to the ORDPICKHST.ORDERPICKINGTYPE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integer