java.lang.Object | +--com.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.
Constructor Summary | |
---|---|
RMAItemAdjustmentCreditAccessBean() constructor | |
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 |
findByRmaItemId(java.lang.Long arg0)
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 arg0)
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 provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setAmount(java.lang.String newValue) This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setInitKey_rmaItemAdjustmentCreditId(java.lang.String newValue) Set the primary key for this object |
void |
setOrderAdjustId(java.lang.Long newValue) This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderAdjustId(java.lang.String newValue) This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemAdjustmentCreditId(java.lang.Long newValue) This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemAdjustmentCreditId(java.lang.String newValue) This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.Long newValue) This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.String newValue) This method provides access to the RMAIADJCRD.RMAITEM_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 RMAItemAdjustmentCreditAccessBean()
public RMAItemAdjustmentCreditAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.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
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.math.BigDecimaljavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByRmaItemId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long arg0) 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_rmaItemAdjustmentCreditId(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 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.
getAmount
in interface
RMAItemAdjustmentCreditAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAmount(java.lang.String newValue)
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.
setAmount
in interface
RMAItemAdjustmentCreditAccessBeanData
newValue
- Stringpublic void setAmount(java.math.BigDecimal newValue)
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.
newValue
- java.math.BigDecimalpublic 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.
getRmaItemAdjustmentCreditId
in interface
RMAItemAdjustmentCreditAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaItemAdjustmentCreditId(java.lang.String newValue)
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.
setRmaItemAdjustmentCreditId
in interface
RMAItemAdjustmentCreditAccessBeanData
newValue
- Stringpublic void setRmaItemAdjustmentCreditId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
getRmaItemId
in interface
RMAItemAdjustmentCreditAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaItemId(java.lang.String newValue)
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.
setRmaItemId
in interface
RMAItemAdjustmentCreditAccessBeanData
newValue
- Stringpublic void setRmaItemId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
getOrderAdjustId
in interface
RMAItemAdjustmentCreditAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderAdjustId(java.lang.String newValue)
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.
setOrderAdjustId
in interface
RMAItemAdjustmentCreditAccessBeanData
newValue
- Stringpublic void setOrderAdjustId(java.lang.Long newValue)
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.
newValue
- java.lang.Long