|
||||||||
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.RMAItemAdjustmentCreditAccessBean
This bean provides access to the RMAIADJCRD table.
The following is a description of this table:
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RMAItemAdjustmentCreditAccessBean()
Default constructor. |
|
RMAItemAdjustmentCreditAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
RMAItemAdjustmentCreditAccessBean(java.lang.Long rmaItemID,
java.lang.Long orderAdjustment,
java.math.BigDecimal monetaryAmount)
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 |
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. |
java.math.BigDecimal |
getAmountInEJBType()
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setAmount(java.lang.String aAmount)
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setInitKey_rmaItemAdjustmentCreditId(java.lang.String aInitKey_rmaItemAdjustmentCreditId)
Set the primary key for this object |
void |
setOrderAdjustId(java.lang.Long aOrderAdjustId)
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderAdjustId(java.lang.String aOrderAdjustId)
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemAdjustmentCreditId(java.lang.Long aRmaItemAdjustmentCreditId)
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemAdjustmentCreditId(java.lang.String aRmaItemAdjustmentCreditId)
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.String aRmaItemId)
This method provides access to the RMAIADJCRD.RMAITEM_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 RMAItemAdjustmentCreditAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RMAItemAdjustmentCreditAccessBean(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 RMAItemAdjustmentCreditAccessBean(java.lang.Long rmaItemID, java.lang.Long orderAdjustment, java.math.BigDecimal monetaryAmount) 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
rmaItemID
- java.lang.Long RMA Item IDorderAdjustment
- ID java.lang.Long Order Adjustment IDmonetaryAmount
- java.math.BigDecimal Monetary Amountjavax.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 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 = ?
rmaItemID
- java.lang.Long RMA item IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
rmaItemID
- java.lang.Long RMA item 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 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.
The following is a description of this column:
Amount of the RMA item adjustment credit.
getAmount
in interface RMAItemAdjustmentCreditAccessBeanData
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.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.
The following is a description of this column:
Amount of the RMA item adjustment credit.
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 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
- 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 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
- 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 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
- 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 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
- 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 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
- 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 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
- 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 setAmount(java.math.BigDecimal aAmount)
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Amount of the RMA item adjustment credit.
aAmount
- java.math.BigDecimalpublic void setAmount(java.lang.String aAmount)
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Amount of the RMA item adjustment credit.
setAmount
in interface RMAItemAdjustmentCreditAccessBeanData
aAmount
- java.lang.Stringpublic void setInitKey_rmaItemAdjustmentCreditId(java.lang.String aInitKey_rmaItemAdjustmentCreditId)
Set the primary key for this object
aInitKey_rmaItemAdjustmentCreditId
- java.lang.Stringpublic void setOrderAdjustId(java.lang.Long aOrderAdjustId)
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.
aOrderAdjustId
- java.lang.Longpublic void setOrderAdjustId(java.lang.String aOrderAdjustId)
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
aOrderAdjustId
- java.lang.Stringpublic void setRmaItemAdjustmentCreditId(java.lang.Long aRmaItemAdjustmentCreditId)
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.
aRmaItemAdjustmentCreditId
- java.lang.Longpublic void setRmaItemAdjustmentCreditId(java.lang.String aRmaItemAdjustmentCreditId)
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
aRmaItemAdjustmentCreditId
- java.lang.Stringpublic void setRmaItemId(java.lang.Long aRmaItemId)
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.
aRmaItemId
- java.lang.Longpublic void setRmaItemId(java.lang.String aRmaItemId)
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
aRmaItemId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |