|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.OrderReleaseAccessBean
This bean provides access to the ORDRELEASE table.
The following is a description of this table:
Each row in this table represents an OrderRelease. An OrderRelease is a grouping of all OrderItems in an Order that are to be shipped to the same address using the same shipping mode from the same FulfillmentCenter at the same time.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OrderReleaseAccessBean()
Default constructor. |
|
OrderReleaseAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
OrderReleaseAccessBean(java.lang.Long OrdersId,
java.lang.Integer OrderReleaseNum)
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 |
findByOrdersId(java.lang.Long OrdersId)
Retrieves the information about the OrderRelease with the specified ORDERS_ID The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.ORDERS_ID = ? |
java.util.Enumeration |
findByOrdersIdAndOrderReleaseId(java.lang.Long OrdersId,
java.lang.Long OrderReleaseId)
Retrieves the information about the OrderRelease with the specified orders_id and ordreleasenum The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.orders_id = ? and T1.ordreleasenum = ? |
java.util.Enumeration |
findByPickBatchId(java.lang.Long PickBatchId)
Retrieves the information about the OrderRelease with the specified PICKBATCH_ID The SQL query used to fetch the requested row from the ORDRELEASE table is: SELECT * FROM ORDRELEASE T1 WHERE T1.PICKBATCH_ID = ? |
java.lang.String |
getCaptureDate()
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCaptureDateInEJBType()
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getCustomerConfirm()
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCustomerConfirmInEJBType()
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getFfmacknowledgement()
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getFfmacknowledgementInEJBType()
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getField1()
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField1InEJBType()
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLastupdate()
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getOrderReleaseNum()
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getOrderReleaseNumInEJBType()
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getOrdersId()
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrdersIdInEJBType()
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPackSlipXml()
This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL. |
java.lang.String |
getPickBatchId()
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getPickBatchIdInEJBType()
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getStatus()
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL. |
java.lang.String |
getTimePlaced()
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimePlacedInEJBType()
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCaptureDate(java.lang.String aCaptureDate)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL. |
void |
setCaptureDate(java.sql.Timestamp aCaptureDate)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL. |
void |
setCustomerConfirm(java.lang.String aCustomerConfirm)
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL. |
void |
setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL. |
void |
setFfmacknowledgement(java.lang.String aFfmacknowledgement)
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL. |
void |
setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_orderReleaseNum(java.lang.String aInitKey_orderReleaseNum)
Set the primary key for this object |
void |
setInitKey_ordersId(java.lang.String aInitKey_ordersId)
Set the primary key for this object |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrderReleaseNum(java.lang.String aOrderReleaseNum)
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.String aOrdersId)
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setPackSlipXml(java.lang.String aPackSlipXml)
This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL. |
void |
setPickBatchId(java.lang.Long aPickBatchId)
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL. |
void |
setPickBatchId(java.lang.String aPickBatchId)
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL. |
void |
setTimePlaced(java.lang.String aTimePlaced)
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
void |
setTimePlaced(java.sql.Timestamp aTimePlaced)
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP 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 |
public OrderReleaseAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OrderReleaseAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic OrderReleaseAccessBean(java.lang.Long OrdersId, java.lang.Integer OrderReleaseNum) 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
OrdersId
- - java.lang.LongOrderReleaseNum
- - java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByOrdersId(java.lang.Long OrdersId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OrderRelease with the specified ORDERS_ID
The SQL query used to fetch the requested row from the
ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.ORDERS_ID = ?
OrdersId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByOrdersIdAndOrderReleaseId(java.lang.Long OrdersId, java.lang.Long OrderReleaseId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OrderRelease with the specified orders_id and ordreleasenum
The SQL query used to fetch the requested row from the
ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.orders_id = ? and T1.ordreleasenum = ?
OrdersId
- - java.lang.LongOrderReleaseId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByPickBatchId(java.lang.Long PickBatchId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OrderRelease with the specified PICKBATCH_ID
The SQL query used to fetch the requested row from the
ORDRELEASE table is:
SELECT * FROM ORDRELEASE T1 WHERE T1.PICKBATCH_ID = ?
PickBatchId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCaptureDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time payment was captured for this release.
getCaptureDate
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getCaptureDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time payment was captured for this release.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCustomerConfirm() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
getCustomerConfirm
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getCustomerConfirmInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFfmacknowledgement() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of fulfillment acknowledgement.
getFfmacknowledgement
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getFfmacknowledgementInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of fulfillment acknowledgement.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField1
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField2
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the ORderRelease was last updated.
getLastupdate
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the ORderRelease was last updated.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrderReleaseNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
getOrderReleaseNum
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getOrderReleaseNumInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrdersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
getOrdersId
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOrdersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPackSlipXml() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL.
The following is a description of this column:
Packslip XML.
getPackSlipXml
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPickBatchId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
getPickBatchId
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getPickBatchIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
The status of the release as follows:
SHIP = the release is ready to be shipped (this is the default initial status).
PRN = the release was included in a generated pickbatch.
MNF = the release shipment confirmation was received (manifested).
getStatus
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTimePlaced() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the order was released for fulfillment.
getTimePlaced
in interface OrderReleaseAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getTimePlacedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the order was released for fulfillment.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCaptureDate(java.lang.String aCaptureDate)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time payment was captured for this release.
setCaptureDate
in interface OrderReleaseAccessBeanData
aCaptureDate
- java.lang.Stringpublic void setCaptureDate(java.sql.Timestamp aCaptureDate)
This method provides access to the ORDRELEASE.CAPTUREDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time payment was captured for this release.
aCaptureDate
- java.sql.Timestamppublic void setCustomerConfirm(java.lang.String aCustomerConfirm)
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
setCustomerConfirm
in interface OrderReleaseAccessBeanData
aCustomerConfirm
- java.lang.Stringpublic void setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)
This method provides access to the ORDRELEASE.CUSTOMERCONFIRM column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when the customer was sent a shipping confirmation message.
aCustomerConfirm
- java.sql.Timestamppublic void setFfmacknowledgement(java.lang.String aFfmacknowledgement)
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of fulfillment acknowledgement.
setFfmacknowledgement
in interface OrderReleaseAccessBeanData
aFfmacknowledgement
- java.lang.Stringpublic void setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)
This method provides access to the ORDRELEASE.FFMACKNOWLEDGEMENT column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of fulfillment acknowledgement.
aFfmacknowledgement
- java.sql.Timestamppublic void setField1(java.lang.Integer aField1)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField1(java.lang.String aField1)
This method provides access to the ORDRELEASE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField1
in interface OrderReleaseAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the ORDRELEASE.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField2
in interface OrderReleaseAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the ORDRELEASE.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface OrderReleaseAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_orderReleaseNum(java.lang.String aInitKey_orderReleaseNum)
Set the primary key for this object
aInitKey_orderReleaseNum
- java.lang.Stringpublic void setInitKey_ordersId(java.lang.String aInitKey_ordersId)
Set the primary key for this object
aInitKey_ordersId
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the ORderRelease was last updated.
setLastupdate
in interface OrderReleaseAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ORDRELEASE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the ORderRelease was last updated.
aLastupdate
- java.sql.Timestamppublic void setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
aOrderReleaseNum
- java.lang.Integerpublic void setOrderReleaseNum(java.lang.String aOrderReleaseNum)
This method provides access to the ORDRELEASE.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Uniquely identifies this release for the order.
setOrderReleaseNum
in interface OrderReleaseAccessBeanData
aOrderReleaseNum
- java.lang.Stringpublic void setOrdersId(java.lang.Long aOrdersId)
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
aOrdersId
- java.lang.Longpublic void setOrdersId(java.lang.String aOrdersId)
This method provides access to the ORDRELEASE.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order of which this release is a part.
setOrdersId
in interface OrderReleaseAccessBeanData
aOrdersId
- java.lang.Stringpublic void setPackSlipXml(java.lang.String aPackSlipXml)
This method provides access to the ORDRELEASE.PACKSLIPXML column of DB2 type CLOB(1000000000) NULL.
The following is a description of this column:
Packslip XML.
setPackSlipXml
in interface OrderReleaseAccessBeanData
aPackSlipXml
- java.lang.Stringpublic void setPickBatchId(java.lang.Long aPickBatchId)
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
aPickBatchId
- java.lang.Longpublic void setPickBatchId(java.lang.String aPickBatchId)
This method provides access to the ORDRELEASE.PICKBATCH_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Foreign key to the PICKBATCH table. Groups together ORDRELEASE rows that are on the same pick batch.
setPickBatchId
in interface OrderReleaseAccessBeanData
aPickBatchId
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
This method provides access to the ORDRELEASE.STATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
The status of the release as follows:
SHIP = the release is ready to be shipped (this is the default initial status).
PRN = the release was included in a generated pickbatch.
MNF = the release shipment confirmation was received (manifested).
setStatus
in interface OrderReleaseAccessBeanData
aStatus
- java.lang.Stringpublic void setTimePlaced(java.lang.String aTimePlaced)
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the order was released for fulfillment.
setTimePlaced
in interface OrderReleaseAccessBeanData
aTimePlaced
- java.lang.Stringpublic void setTimePlaced(java.sql.Timestamp aTimePlaced)
This method provides access to the ORDRELEASE.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the order was released for fulfillment.
aTimePlaced
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |