java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.ordermanagement.objects.ReturnReceiptDispositionAccessBean
This table describes how a returned item has been disposed.
Constructor Summary | |
---|---|
ReturnReceiptDispositionAccessBean() constructor | |
ReturnReceiptDispositionAccessBean(java.lang.Integer arg0,
java.lang.Long arg1, java.lang.Integer arg2,
java.sql.Timestamp arg3) constructor | |
ReturnReceiptDispositionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByRtnReceiptId(java.lang.Long arg0)
Retrieves the disposition for a particular return receipt.
The SQL query used to fetch the requested row from the
RMA table is:SELECT * FROM RTNRCPTDSP T1 WHERE T1.RTNRECEIPT_ID = ? |
java.lang.String |
getComments() This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254). |
java.lang.String |
getDispositionDate() This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getDispositionDateInEJBType() This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getQuantity() This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQuantityInEJBType() This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRtnDspCodeId() This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRtnDspCodeIdInEJBType() This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRtnRcptDspId() This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRtnRcptDspIdInEJBType() This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRtnReasonId() This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER. |
java.lang.Integer |
getRtnReasonIdInEJBType() This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER. |
java.lang.String |
getRtnReceiptId() This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRtnReceiptIdInEJBType() This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setComments(java.lang.String newValue) This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254). |
void |
setDispositionDate(java.lang.String newValue) This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setDispositionDate(java.sql.Timestamp newValue) This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setInitKey_rtnRcptDspId(java.lang.String newValue) Set the primary key for this object |
void |
setQuantity(java.lang.Integer newValue) This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setQuantity(java.lang.String newValue) This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setRtnDspCodeId(java.lang.Integer newValue) This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnDspCodeId(java.lang.String newValue) This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnRcptDspId(java.lang.Long newValue) This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnRcptDspId(java.lang.String newValue) This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReasonId(java.lang.Integer newValue) This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER. |
void |
setRtnReasonId(java.lang.String newValue) This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER. |
void |
setRtnReceiptId(java.lang.Long newValue) This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReceiptId(java.lang.String newValue) This method provides access to the RTNRCPTDSP.RTNRECEIPT_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 ReturnReceiptDispositionAccessBean()
public ReturnReceiptDispositionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ReturnReceiptDispositionAccessBean(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Integer arg2, java.sql.Timestamp arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Longarg2
- java.lang.Integerarg3
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByRtnReceiptId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the disposition for a particular return receipt.
The SQL query used to fetch the requested row from the
RMA table is:
SELECT * FROM RTNRCPTDSP T1 WHERE T1.RTNRECEIPT_ID = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_rtnRcptDspId(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 getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
getQuantity
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
setQuantity
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- Stringpublic void setQuantity(java.lang.Integer newValue)
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
newValue
- java.lang.Integerpublic java.lang.String getRtnReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The return receipt to which this disposition record refers.
getRtnReceiptId
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getRtnReceiptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The return receipt to which this disposition record refers.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRtnReceiptId(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The return receipt to which this disposition record refers.
setRtnReceiptId
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- Stringpublic void setRtnReceiptId(java.lang.Long newValue)
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The return receipt to which this disposition record refers.
newValue
- java.lang.Longpublic java.lang.String getDispositionDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The timestamp at which the item was disposed.
getDispositionDate
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getDispositionDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The timestamp at which the item was disposed.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDispositionDate(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The timestamp at which the item was disposed.
setDispositionDate
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- Stringpublic void setDispositionDate(java.sql.Timestamp newValue)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The timestamp at which the item was disposed.
newValue
- java.sql.Timestamppublic java.lang.String getRtnReasonId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER.
The following is a description of this column:
The reason for the disposition.
getRtnReasonId
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getRtnReasonIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER.
The following is a description of this column:
The reason for the disposition.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRtnReasonId(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER.
The following is a description of this column:
The reason for the disposition.
setRtnReasonId
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- Stringpublic void setRtnReasonId(java.lang.Integer newValue)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER.
The following is a description of this column:
The reason for the disposition.
newValue
- java.lang.Integerpublic java.lang.String getComments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comments for the disposition.
getComments
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setComments(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comments for the disposition.
setComments
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getRtnRcptDspId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getRtnRcptDspId
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getRtnRcptDspIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRtnRcptDspId(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
setRtnRcptDspId
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- Stringpublic void setRtnRcptDspId(java.lang.Long newValue)
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
newValue
- java.lang.Longpublic java.lang.String getRtnDspCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Disposition code describing how the item was disposed.
getRtnDspCodeId
in interface
ReturnReceiptDispositionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getRtnDspCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Disposition code describing how the item was disposed.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRtnDspCodeId(java.lang.String newValue)
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Disposition code describing how the item was disposed.
setRtnDspCodeId
in interface
ReturnReceiptDispositionAccessBeanData
newValue
- Stringpublic void setRtnDspCodeId(java.lang.Integer newValue)
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Disposition code describing how the item was disposed.
newValue
- java.lang.Integer