|
||||||||
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.ordermanagement.objects.ReturnReceiptDispositionAccessBean
This bean provides access to the RTNRCPTDSP table.
The following is a description of this table:
This table describes how a returned item has been disposed.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ReturnReceiptDispositionAccessBean()
Default constructor. |
|
ReturnReceiptDispositionAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ReturnReceiptDispositionAccessBean(java.lang.Integer dispositionCodeID,
java.lang.Long returnReceiptID,
java.lang.Integer quantity,
java.sql.Timestamp dispositionDate)
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 |
findByRtnReceiptId(java.lang.Long returnReceiptID)
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) NULL. |
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 NULL. |
java.lang.Integer |
getRtnReasonIdInEJBType()
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL. |
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setComments(java.lang.String aComments)
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254) NULL. |
void |
setDispositionDate(java.lang.String aDispositionDate)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setDispositionDate(java.sql.Timestamp aDispositionDate)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setInitKey_rtnRcptDspId(java.lang.String aInitKey_rtnRcptDspId)
Set the primary key for this object |
void |
setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setQuantity(java.lang.String aQuantity)
This method provides access to the RTNRCPTDSP.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnDspCodeId(java.lang.String aRtnDspCodeId)
This method provides access to the RTNRCPTDSP.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnRcptDspId(java.lang.Long aRtnRcptDspId)
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnRcptDspId(java.lang.String aRtnRcptDspId)
This method provides access to the RTNRCPTDSP.RTNRCPTDSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL. |
void |
setRtnReasonId(java.lang.String aRtnReasonId)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL. |
void |
setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReceiptId(java.lang.String aRtnReceiptId)
This method provides access to the RTNRCPTDSP.RTNRECEIPT_ID column of DB2 type BIGINT NOT 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 ReturnReceiptDispositionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ReturnReceiptDispositionAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ReturnReceiptDispositionAccessBean(java.lang.Integer dispositionCodeID, java.lang.Long returnReceiptID, java.lang.Integer quantity, java.sql.Timestamp dispositionDate) 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
dispositionCodeID
- java.lang.Integer Disposition Code IDreturnReceiptID
- java.lang.Long Return Receipt IDquantity
- java.lang.Integer QuantitydispositionDate
- java.sql.Timestamp Disposition Datejavax.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 findByRtnReceiptId(java.lang.Long returnReceiptID) 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 = ?
returnReceiptID
- java.lang.Long Return Receipt IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Comments for the disposition.
getComments
in interface ReturnReceiptDispositionAccessBeanData
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 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 time stamp at which the item was disposed.
getDispositionDate
in interface ReturnReceiptDispositionAccessBeanData
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 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 time stamp at which the item was disposed.
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 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
- 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 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
- 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 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
- 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 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
- 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 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
- 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 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
- 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 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 NULL.
The following is a description of this column:
The reason for the disposition.
getRtnReasonId
in interface ReturnReceiptDispositionAccessBeanData
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 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 NULL.
The following is a description of this column:
The reason for the disposition.
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 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
- 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 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
- 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 setComments(java.lang.String aComments)
This method provides access to the RTNRCPTDSP.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comments for the disposition.
setComments
in interface ReturnReceiptDispositionAccessBeanData
aComments
- java.lang.Stringpublic void setDispositionDate(java.lang.String aDispositionDate)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which the item was disposed.
setDispositionDate
in interface ReturnReceiptDispositionAccessBeanData
aDispositionDate
- java.lang.Stringpublic void setDispositionDate(java.sql.Timestamp aDispositionDate)
This method provides access to the RTNRCPTDSP.DISPOSITIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which the item was disposed.
aDispositionDate
- java.sql.Timestamppublic void setInitKey_rtnRcptDspId(java.lang.String aInitKey_rtnRcptDspId)
Set the primary key for this object
aInitKey_rtnRcptDspId
- java.lang.Stringpublic void setQuantity(java.lang.Integer aQuantity)
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.
aQuantity
- java.lang.Integerpublic void setQuantity(java.lang.String aQuantity)
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
aQuantity
- java.lang.Stringpublic void setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
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.
aRtnDspCodeId
- java.lang.Integerpublic void setRtnDspCodeId(java.lang.String aRtnDspCodeId)
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
aRtnDspCodeId
- java.lang.Stringpublic void setRtnRcptDspId(java.lang.Long aRtnRcptDspId)
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.
aRtnRcptDspId
- java.lang.Longpublic void setRtnRcptDspId(java.lang.String aRtnRcptDspId)
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
aRtnRcptDspId
- java.lang.Stringpublic void setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The reason for the disposition.
aRtnReasonId
- java.lang.Integerpublic void setRtnReasonId(java.lang.String aRtnReasonId)
This method provides access to the RTNRCPTDSP.RTNREASON_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The reason for the disposition.
setRtnReasonId
in interface ReturnReceiptDispositionAccessBeanData
aRtnReasonId
- java.lang.Stringpublic void setRtnReceiptId(java.lang.Long aRtnReceiptId)
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.
aRtnReceiptId
- java.lang.Longpublic void setRtnReceiptId(java.lang.String aRtnReceiptId)
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
aRtnReceiptId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |