java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.ordermanagement.objects.RMAItemAdjustmentCreditAccessBean
This table stores return merchandise authorization (RMA) item adjustment credits. These are the portion of an order item adjustment that is to be refunded to the buyer. This access bean corresponds to the database table 'RMAIADJCRD'.
Constructor Summary | |
RMAItemAdjustmentCreditAccessBean() Zero argument constructor used to initialize the access bean. |
|
RMAItemAdjustmentCreditAccessBean(javax.ejb.EJBObject o) constructor |
|
RMAItemAdjustmentCreditAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.math.BigDecimal arg2) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByOrderAdjustmentIdForUpdate(java.lang.Long adjustmentId)
Retrieves all the RMA item adjustments for a particular RMA item.
The SQL query used to fetch the requested row from the RMAIADJCRD table is: SELECT * FROM RMAIADJCRD T1 WHERE T1.ORDAJUST_ID = ? for update |
java.util.Enumeration | findByRmaItemId(java.lang.Long rmaItemId)
Retrieves all the RMA item adjustments for a particular RMA.
The SQL query used to fetch the requested row from the RMAIADJCRD table is: SELECT * FROM RMAIADJCRD T1 WHERE T1.RMAITEM_ID = ? |
java.util.Enumeration | findByRmaItemIdForUpdate(java.lang.Long rmaItemId)
Retrieves all the RMA item adjustments for a particular RMA item.
The SQL query used to fetch the requested row from the RMAIADJCRD table is: SELECT * FROM RMAIADJCRD T1 WHERE T1.RMAITEM_ID = ? for update |
java.lang.String | getAmount() This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.math.BigDecimal | getAmountInEJBType() This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.lang.String | getOrderAdjustId() This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOrderAdjustIdInEJBType() This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRmaItemAdjustmentCreditId() This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRmaItemAdjustmentCreditIdInEJBType() This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRmaItemId() This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRmaItemIdInEJBType() This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAmount(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setAmount(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_rmaItemAdjustmentCreditId(java.lang.String newValue) Set the primary key for this object |
void | setOrderAdjustId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrderAdjustId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaItemAdjustmentCreditId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaItemAdjustmentCreditId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaItemId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaItemId(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 RMAItemAdjustmentCreditAccessBean()
public RMAItemAdjustmentCreditAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public RMAItemAdjustmentCreditAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.math.BigDecimal arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Method Detail |
public java.util.Enumeration findByRmaItemId(java.lang.Long rmaItemId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA item adjustments for a particular RMA.
The SQL query used to fetch the requested row from the RMAIADJCRD table is:
SELECT * FROM RMAIADJCRD T1 WHERE T1.RMAITEM_ID = ?
public java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long rmaItemId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA item adjustments for a particular RMA item.
The SQL query used to fetch the requested row from the RMAIADJCRD table is:
SELECT * FROM RMAIADJCRD T1 WHERE T1.RMAITEM_ID = ? for update
public void setInitKey_rmaItemAdjustmentCreditId(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 getAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
Amount of the RMA item adjustment credit.
public java.math.BigDecimal getAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
Amount of the RMA item adjustment credit.
public void setAmount(java.lang.String newValue)
public void setAmount(java.math.BigDecimal newValue)
public java.lang.String getRmaItemAdjustmentCreditId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getRmaItemAdjustmentCreditIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public void setRmaItemAdjustmentCreditId(java.lang.String newValue)
public void setRmaItemAdjustmentCreditId(java.lang.Long newValue)
public java.lang.String getRmaItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item for which the credit applies.
public java.lang.Long getRmaItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item for which the credit applies.
public void setRmaItemId(java.lang.String newValue)
public void setRmaItemId(java.lang.Long newValue)
public java.lang.String getOrderAdjustId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order adjustment that is being credited.
public java.lang.Long getOrderAdjustIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order adjustment that is being credited.
public void setOrderAdjustId(java.lang.String newValue)
public void setOrderAdjustId(java.lang.Long newValue)
public java.util.Enumeration findByOrderAdjustmentIdForUpdate(java.lang.Long adjustmentId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the RMA item adjustments for a particular RMA item.
The SQL query used to fetch the requested row from the RMAIADJCRD table is:
SELECT * FROM RMAIADJCRD T1 WHERE T1.ORDAJUST_ID = ? for update
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.