java.lang.Objectcom.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. This access bean corresponds to the database table 'ORDPICKHST'.
Constructor Summary | |
OrderItemPickingHistoryAccessBean() Zero argument constructor used to initialize the access bean. |
|
OrderItemPickingHistoryAccessBean(javax.ejb.EJBObject o) constructor |
|
OrderItemPickingHistoryAccessBean(java.lang.Long newOrderItemsId, java.lang.Long newVersionSpcId, java.lang.Integer newOrdPickHstNum) 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). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByOrderItemsId(java.lang.Long aOrderItemsId)
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 accesses a non-CMP field |
void | setDatePicked(java.sql.Timestamp newValue) This method accesses a non-CMP field |
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 accesses a non-CMP field |
void | setLastupdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setOrderItemsId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrderItemsId(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrderPickingType(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setOrderPickingType(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrdPickHstNum(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setOrdPickHstNum(java.lang.String newValue) This method accesses a non-CMP field |
void | setQtyPicked(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQtyPicked(java.lang.String newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.String newValue) This method accesses a non-CMP field |
void | setVersionspcId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setVersionspcId(java.lang.String newValue) This method accesses a non-CMP field |
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
public OrderItemPickingHistoryAccessBean(java.lang.Long newOrderItemsId, java.lang.Long newVersionSpcId, java.lang.Integer newOrdPickHstNum) 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
Method Detail |
public java.util.Enumeration findByOrderItemsId(java.lang.Long aOrderItemsId) 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 = ?
public void setInitKey_orderItemsId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_ordPickHstNum(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
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.
public void setQtyPicked(java.lang.String newValue)
public void setQtyPicked(java.lang.Integer newValue)
public 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.
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.
public void setOrderItemsId(java.lang.String newValue)
public void setOrderItemsId(java.lang.Long newValue)
public 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.
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.
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public 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.
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.
public void setVersionspcId(java.lang.String newValue)
public void setVersionspcId(java.lang.Long newValue)
public 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.
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.
public void setOrdPickHstNum(java.lang.String newValue)
public void setOrdPickHstNum(java.lang.Integer newValue)
public 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.
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.
public void setReceiptId(java.lang.String newValue)
public void setReceiptId(java.lang.Long newValue)
public 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.
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.
public void setDatePicked(java.lang.String newValue)
public void setDatePicked(java.sql.Timestamp newValue)
public 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.
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.
public void setOrderPickingType(java.lang.String newValue)
public void setOrderPickingType(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.