java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.PickBatchAccessBean
This table contains pick batch information. A pick batch groups together order releases for their processing as a unit at a FulfillmentCenter (picking inventory for OrderItems, packing them into boxes, and shipping to customer through selected carrier).
Constructor Summary | |
---|---|
PickBatchAccessBean() constructor | |
PickBatchAccessBean(javax.ejb.EJBObject o) constructor | |
PickBatchAccessBean(java.lang.Long arg0,
java.lang.Integer arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getDate1() This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getDate1InEJBType() This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP. |
java.lang.String |
getDate2() This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getDate2InEJBType() This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP. |
java.lang.String |
getField1() This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER. |
java.lang.Integer |
getField1InEJBType() This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER. |
java.lang.String |
getField2() This method provides access to the PICKBATCH.FIELD2 column of DB2 type VARCHAR(254). |
java.lang.String |
getField3() This method provides access to the PICKBATCH.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String |
getFufillmentCenterId() This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFufillmentCenterIdInEJBType() This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLastUpdate() This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getMemberId() This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT. |
java.lang.Long |
getMemberIdInEJBType() This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT. |
java.lang.String |
getPickBatchId() This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPickBatchIdInEJBType() This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPickSlipXml() This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDate1(java.lang.String newValue) This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP. |
void |
setDate1(java.sql.Timestamp newValue) This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP. |
void |
setDate2(java.lang.String newValue) This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP. |
void |
setDate2(java.sql.Timestamp newValue) This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP. |
void |
setField1(java.lang.Integer newValue) This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER. |
void |
setField1(java.lang.String newValue) This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER. |
void |
setField2(java.lang.String newValue) This method provides access to the PICKBATCH.FIELD2 column of DB2 type VARCHAR(254). |
void |
setField3(java.lang.String newValue) This method provides access to the PICKBATCH.FIELD3 column of DB2 type VARCHAR(254). |
void |
setFufillmentCenterId(java.lang.Integer newValue) This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setFufillmentCenterId(java.lang.String newValue) This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_pickBatchId(java.lang.String newValue) Set the primary key for this object |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setMemberId(java.lang.Long newValue) This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT. |
void |
setMemberId(java.lang.String newValue) This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT. |
void |
setPickBatchId(java.lang.Long newValue) This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL. |
void |
setPickBatchId(java.lang.String newValue) This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL. |
void |
setPickSlipXml(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 PickBatchAccessBean()
public PickBatchAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PickBatchAccessBean(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public void setInitKey_pickBatchId(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 getPickSlipXml() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getPickSlipXml
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPickSlipXml(java.lang.String newValue)
setPickSlipXml
in interface
PickBatchAccessBeanData
public java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp when the pick batch was last updated.
getLastUpdate
in interface
PickBatchAccessBeanData
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 PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp when the pick batch was last updated.
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 PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp when the pick batch was last updated.
setLastUpdate
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the PICKBATCH.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp when the pick batch was last updated.
newValue
- java.sql.Timestamppublic java.lang.String getDate2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
getDate2
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getDate2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDate2(java.lang.String newValue)
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
setDate2
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setDate2(java.sql.Timestamp newValue)
This method provides access to the PICKBATCH.DATE2 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
newValue
- java.sql.Timestamppublic java.lang.String getDate1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
getDate1
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getDate1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDate1(java.lang.String newValue)
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
setDate1
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setDate1(java.sql.Timestamp newValue)
This method provides access to the PICKBATCH.DATE1 column of DB2 type TIMESTAMP.
The following is a description of this column:
Customizable.
newValue
- java.sql.Timestamppublic java.lang.String getFufillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter for which the pick batch was generated. Foreign key to FFMCENTER.
getFufillmentCenterId
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getFufillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter for which the pick batch was generated. Foreign key to FFMCENTER.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFufillmentCenterId(java.lang.String newValue)
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter for which the pick batch was generated. Foreign key to FFMCENTER.
setFufillmentCenterId
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setFufillmentCenterId(java.lang.Integer newValue)
This method provides access to the PICKBATCH.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
FulfillmentCenter for which the pick batch was generated. Foreign key to FFMCENTER.
newValue
- java.lang.Integerpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField3
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField3(java.lang.String newValue)
This method provides access to the PICKBATCH.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField3
in interface
PickBatchAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField2
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the PICKBATCH.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField2
in interface
PickBatchAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
getField1
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
setField1
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setField1(java.lang.Integer newValue)
This method provides access to the PICKBATCH.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
newValue
- java.lang.Integerpublic java.lang.String getPickBatchId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key.
getPickBatchId
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getPickBatchIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPickBatchId(java.lang.String newValue)
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key.
setPickBatchId
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setPickBatchId(java.lang.Long newValue)
This method provides access to the PICKBATCH.PICKBATCH_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique key.
newValue
- java.lang.Longpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the user who generated the pick batch.
getMemberId
in interface
PickBatchAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the user who generated the pick batch.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the user who generated the pick batch.
setMemberId
in interface
PickBatchAccessBeanData
newValue
- Stringpublic void setMemberId(java.lang.Long newValue)
This method provides access to the PICKBATCH.MEMBER_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the user who generated the pick batch.
newValue
- java.lang.Long