java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.ordermanagement.objects.ReturnReceiptAccessBean
This table stores the receipt record that indicates that a returned item, from a return merchandise authorization (RMAA), has been received and specifies information about the received items. This access bean corresponds to the database table 'RTNRECEIPT'.
Constructor Summary | |
ReturnReceiptAccessBean() Zero argument constructor used to initialize the access bean. |
|
ReturnReceiptAccessBean(javax.ejb.EJBObject o) constructor |
|
ReturnReceiptAccessBean(java.lang.Long newRmaId, java.lang.Long newVersionSpcId, java.lang.Long newRmaItemCmpId, java.sql.Timestamp newLastUpdate, java.lang.Integer newQuantity, java.sql.Timestamp newDateReceived) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByItemComponent(java.lang.Long itemComp)
Retrieves all the return receipts for a particular RMA item component.
The SQL query used to fetch the requested row from the RTNRECEIPT table is: SELECT * FROM RTNRECEIPT T1 WHERE T1.RMAITEMCMP_ID = ? |
java.lang.String | getDateReceived() This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getDateReceivedInEJBType() This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getDispositionedQty() This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getDispositionedQtyInEJBType() This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String | getLastUpdate() This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getLastUpdateInEJBType() This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getQuantity() This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getQuantityInEJBType() This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.String | getRmaId() This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRmaIdInEJBType() This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRmaItemCmpId() This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRmaItemCmpIdInEJBType() This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRtnReceiptId() This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRtnReceiptIdInEJBType() This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getVersionSpcId() This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getVersionSpcIdInEJBType() This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDateReceived(java.lang.String newValue) This method accesses a non-CMP field |
void | setDateReceived(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setDispositionedQty(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setDispositionedQty(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_rtnReceiptId(java.lang.String newValue) Set the primary key for this object |
void | setLastUpdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaItemCmpId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaItemCmpId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRtnReceiptId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRtnReceiptId(java.lang.String newValue) This method accesses a non-CMP field |
void | setVersionSpcId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setVersionSpcId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnReceiptAccessBean()
public ReturnReceiptAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public ReturnReceiptAccessBean(java.lang.Long newRmaId, java.lang.Long newVersionSpcId, java.lang.Long newRmaItemCmpId, java.sql.Timestamp newLastUpdate, java.lang.Integer newQuantity, java.sql.Timestamp newDateReceived) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
public java.util.Enumeration findByItemComponent(java.lang.Long itemComp) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the return receipts for a particular RMA item component.
The SQL query used to fetch the requested row from the RTNRECEIPT table is:
SELECT * FROM RTNRECEIPT T1 WHERE T1.RMAITEMCMP_ID = ?
public void setInitKey_rtnReceiptId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
public java.lang.Integer getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
public void setQuantity(java.lang.String newValue)
public void setQuantity(java.lang.Integer newValue)
public java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The timestamp at which this record was last changed.
public java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The timestamp at which this record was last changed.
public void setLastUpdate(java.lang.String newValue)
public void setLastUpdate(java.sql.Timestamp newValue)
public java.lang.String getRtnReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getRtnReceiptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public void setRtnReceiptId(java.lang.String newValue)
public void setRtnReceiptId(java.lang.Long newValue)
public java.lang.String getVersionSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getVersionSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setVersionSpcId(java.lang.String newValue)
public void setVersionSpcId(java.lang.Long newValue)
public java.lang.String getDateReceived() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
public java.sql.Timestamp getDateReceivedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
public void setDateReceived(java.lang.String newValue)
public void setDateReceived(java.sql.Timestamp newValue)
public java.lang.String getDispositionedQty() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
public java.lang.Integer getDispositionedQtyInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
public void setDispositionedQty(java.lang.String newValue)
public void setDispositionedQty(java.lang.Integer newValue)
public java.lang.String getRmaItemCmpId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
public java.lang.Long getRmaItemCmpIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
public void setRmaItemCmpId(java.lang.String newValue)
public void setRmaItemCmpId(java.lang.Long newValue)
public java.lang.String getRmaId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
public java.lang.Long getRmaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
public void setRmaId(java.lang.String newValue)
public void setRmaId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.