|
||||||||
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.RMAAccessBean
This bean provides access to the RMA table.
The following is a description of this table:
This table is a container for return merchandise authorizations (RMAs).
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RMAAccessBean()
Default constructor. |
|
RMAAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
RMAAccessBean(java.lang.Integer storeID,
java.lang.Long memberID,
java.sql.Timestamp rmaCreationDate,
java.sql.Timestamp lastUpdate)
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 |
findApproved()
Retrieves all the RMAs (Returns) with an approved status. The SQL query used to fetch the requested rows from the RMA table is: SELECT * FROM RMA T1 WHERE T1.STATUS = 'APP' |
java.util.Enumeration |
findApprovedByStoreId(java.lang.Integer storeID)
Retrieves all the RMAs (Returns) for a store which are approved. The SQL query used to fetch the requested row from the RMA table is: SELECT * FROM RMA T1 WHERE T1.STATUS = 'APP' AND T1.STORE_ID = ? |
java.util.Enumeration |
findByStoreIdAndMemberId(java.lang.Integer storeID,
java.lang.Long memberID)
Retrieves all the open RMAs (Returns) for a person at a store. The SQL query used to fetch the requested row from the RMA table is: SELECT * FROM RMA T1 WHERE T1.STATUS <>'CLO' AND STORE_ID = ? AND MEMBER_ID = ? |
boolean |
fulfills(java.lang.Long aFills,
java.lang.String aFills)
IBM internal use only. |
java.lang.String |
getComments()
This method provides access to the RMA.COMMENTS column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getCurrency()
This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3) NULL. |
java.lang.String |
getFfmcenterId()
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getFfmcenterIdInEJBType()
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getInUse()
This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getMemberId()
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrganizationId()
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrganizationIdInEJBType()
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOwner()
IBM internal use only. |
java.lang.String |
getPolicyId()
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getPolicyIdInEJBType()
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getPrepared()
This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL. |
java.lang.String |
getRefundAgainstOrdId()
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL. |
java.lang.Long |
getRefundAgainstOrdIdInEJBType()
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL. |
java.lang.String |
getRmaDate()
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getRmaDateInEJBType()
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getRmaId()
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaIdInEJBType()
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getStatus()
This method provides access to the RMA.STATUS column of DB2 type CHAR(3) NOT NULL. |
java.lang.String |
getStoreId()
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTotalCredit()
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalCreditInEJBType()
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getTradingId()
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getTradingIdInEJBType()
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setComments(java.lang.String aComments)
This method provides access to the RMA.COMMENTS column of DB2 type VARCHAR(254) NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3) NULL. |
void |
setFfmcenterId(java.lang.Integer aFfmcenterId)
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setFfmcenterId(java.lang.String aFfmcenterId)
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setInitKey_rmaId(java.lang.String aInitKey_rmaId)
Set the primary key for this object |
void |
setInUse(java.lang.String aInUse)
This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL. |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL. |
void |
setOrganizationId(java.lang.String aOrganizationId)
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL. |
void |
setPolicyId(java.lang.Long aPolicyId)
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL. |
void |
setPolicyId(java.lang.String aPolicyId)
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL. |
void |
setPrepared(java.lang.String aPrepared)
This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL. |
void |
setRefundAgainstOrdId(java.lang.Long aRefundAgainstOrdId)
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL. |
void |
setRefundAgainstOrdId(java.lang.String aRefundAgainstOrdId)
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL. |
void |
setRmaDate(java.lang.String aRmaDate)
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setRmaDate(java.sql.Timestamp aRmaDate)
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.String aRmaId)
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the RMA.STATUS column of DB2 type CHAR(3) NOT NULL. |
void |
setStoreId(java.lang.Integer aStoreId)
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String aStoreId)
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setTotalCredit(java.math.BigDecimal aTotalCredit)
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalCredit(java.lang.String aTotalCredit)
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL. |
void |
setTradingId(java.lang.String aTradingId)
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT 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 RMAAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RMAAccessBean(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 RMAAccessBean(java.lang.Integer storeID, java.lang.Long memberID, java.sql.Timestamp rmaCreationDate, java.sql.Timestamp lastUpdate) 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
storeID
- java.lang.Integer Store IDmemberID
- java.lang.Long Member IDrmaCreationDate
- java.sql.Timestamp RMA Creation DatelastUpdate
- java.sql.Timestamp Last Updatejavax.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 findApproved() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMAs (Returns) with an approved status.
The SQL query used to fetch the requested rows from the
RMA table is:
SELECT *
FROM RMA T1
WHERE T1.STATUS = 'APP'
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findApprovedByStoreId(java.lang.Integer storeID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMAs (Returns) for a store which are approved.
The SQL query used to fetch the requested row from the
RMA table is:
SELECT *
FROM RMA T1
WHERE T1.STATUS = 'APP'
AND T1.STORE_ID = ?
storeID
- java.lang.Integer Store 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 findByStoreIdAndMemberId(java.lang.Integer storeID, java.lang.Long memberID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the open RMAs (Returns) for a person at a store.
The SQL query used to fetch the requested row from the
RMA table is:
SELECT *
FROM RMA T1
WHERE T1.STATUS <>'CLO'
AND STORE_ID = ?
AND MEMBER_ID = ?
storeID
- java.lang.Integer Store IDmemberID
- java.lang.Long Member IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean fulfills(java.lang.Long aFills, java.lang.String aFills) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
aFills
- java.lang.LongaFills
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception 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 RMA.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment that applies to the entire RMA.
getComments
in interface RMAAccessBeanData
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 getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The currency of all monetary amounts within the RMA. All items added to the RMA will have the same currency value. This is a currency code as per ISO 4217 standards.
getCurrency
in interface RMAAccessBeanData
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 getFfmcenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
getFfmcenterId
in interface RMAAccessBeanData
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 getFfmcenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
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 getInUse() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Used by the WebSphere Commerce Accelerator to mark the record as being used. When a CSR opens the Change Returns notebook to edit a return, the INUSE column is set to Y to indicate that this RMA is in use. Once closed, the column is set to N.
getInUse
in interface RMAAccessBeanData
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 getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Timestamp of the last update.
getLastUpdate
in interface RMAAccessBeanData
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 getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Timestamp of the last update.
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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member requesting the return. If the RMA was created by a Customer Service Representative, this will be the member who contacted the Customer Service Representative.
getMemberId
in interface RMAAccessBeanData
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 getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member requesting the return. If the RMA was created by a Customer Service Representative, this will be the member who contacted the Customer Service Representative.
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 getOrganizationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The buying organization.
getOrganizationId
in interface RMAAccessBeanData
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 getOrganizationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The buying organization.
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 getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPolicyId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
getPolicyId
in interface RMAAccessBeanData
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 getPolicyIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
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 getPrepared() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Specifies whether the ReturnPrepare command was the last command executed against the RMA.
getPrepared
in interface RMAAccessBeanData
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 getRefundAgainstOrdId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL.
The following is a description of this column:
The order Id to credit the refund against.
getRefundAgainstOrdId
in interface RMAAccessBeanData
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 getRefundAgainstOrdIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL.
The following is a description of this column:
The order Id to credit the refund against.
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 getRmaDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the RMA was created.
getRmaDate
in interface RMAAccessBeanData
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 getRmaDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the RMA was created.
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 getRmaId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getRmaId
in interface RMAAccessBeanData
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 getRmaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.RMA_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 getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.STATUS column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The status of the RMA as follows:
PRC = being edited by a customer
EDT = being edited by a Customer Service Representative
PND = pending)
APP = approved
CLO = closed
CAN = canceled
getStatus
in interface RMAAccessBeanData
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 getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store against which the RMA is being processed.
getStoreId
in interface RMAAccessBeanData
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 getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store against which the RMA is being processed.
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 getTotalCredit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total credit due in the currency specified by the CURRENCY column. If this amount is NULL then the total amount is unknown.
getTotalCredit
in interface RMAAccessBeanData
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 getTotalCreditInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total credit due in the currency specified by the CURRENCY column. If this amount is NULL then the total amount is unknown.
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 getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the trading agreement under which this RMA is being processed. This determines the policies for approval, charges, and refund payment.
getTradingId
in interface RMAAccessBeanData
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 getTradingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the trading agreement under which this RMA is being processed. This determines the policies for approval, charges, and refund payment.
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 RMA.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment that applies to the entire RMA.
setComments
in interface RMAAccessBeanData
aComments
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The currency of all monetary amounts within the RMA. All items added to the RMA will have the same currency value. This is a currency code as per ISO 4217 standards.
setCurrency
in interface RMAAccessBeanData
aCurrency
- java.lang.Stringpublic void setFfmcenterId(java.lang.Integer aFfmcenterId)
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
aFfmcenterId
- java.lang.Integerpublic void setFfmcenterId(java.lang.String aFfmcenterId)
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
setFfmcenterId
in interface RMAAccessBeanData
aFfmcenterId
- java.lang.Stringpublic void setInitKey_rmaId(java.lang.String aInitKey_rmaId)
Set the primary key for this object
aInitKey_rmaId
- java.lang.Stringpublic void setInUse(java.lang.String aInUse)
This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Used by the WebSphere Commerce Accelerator to mark the record as being used. When a CSR opens the Change Returns notebook to edit a return, the INUSE column is set to Y to indicate that this RMA is in use. Once closed, the column is set to N.
setInUse
in interface RMAAccessBeanData
aInUse
- java.lang.Stringpublic void setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Timestamp of the last update.
setLastUpdate
in interface RMAAccessBeanData
aLastUpdate
- java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Timestamp of the last update.
aLastUpdate
- java.sql.Timestamppublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member requesting the return. If the RMA was created by a Customer Service Representative, this will be the member who contacted the Customer Service Representative.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member requesting the return. If the RMA was created by a Customer Service Representative, this will be the member who contacted the Customer Service Representative.
setMemberId
in interface RMAAccessBeanData
aMemberId
- java.lang.Stringpublic void setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The buying organization.
aOrganizationId
- java.lang.Longpublic void setOrganizationId(java.lang.String aOrganizationId)
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The buying organization.
setOrganizationId
in interface RMAAccessBeanData
aOrganizationId
- java.lang.Stringpublic void setPolicyId(java.lang.Long aPolicyId)
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
aPolicyId
- java.lang.Longpublic void setPolicyId(java.lang.String aPolicyId)
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
setPolicyId
in interface RMAAccessBeanData
aPolicyId
- java.lang.Stringpublic void setPrepared(java.lang.String aPrepared)
This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Specifies whether the ReturnPrepare command was the last command executed against the RMA.
setPrepared
in interface RMAAccessBeanData
aPrepared
- java.lang.Stringpublic void setRefundAgainstOrdId(java.lang.Long aRefundAgainstOrdId)
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL.
The following is a description of this column:
The order Id to credit the refund against.
aRefundAgainstOrdId
- java.lang.Longpublic void setRefundAgainstOrdId(java.lang.String aRefundAgainstOrdId)
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT NULL.
The following is a description of this column:
The order Id to credit the refund against.
setRefundAgainstOrdId
in interface RMAAccessBeanData
aRefundAgainstOrdId
- java.lang.Stringpublic void setRmaDate(java.lang.String aRmaDate)
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the RMA was created.
setRmaDate
in interface RMAAccessBeanData
aRmaDate
- java.lang.Stringpublic void setRmaDate(java.sql.Timestamp aRmaDate)
This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the RMA was created.
aRmaDate
- java.sql.Timestamppublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRmaId
- java.lang.Longpublic void setRmaId(java.lang.String aRmaId)
This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
setRmaId
in interface RMAAccessBeanData
aRmaId
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
This method provides access to the RMA.STATUS column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The status of the RMA as follows:
PRC = being edited by a customer
EDT = being edited by a Customer Service Representative
PND = pending)
APP = approved
CLO = closed
CAN = canceled
setStatus
in interface RMAAccessBeanData
aStatus
- java.lang.Stringpublic void setStoreId(java.lang.Integer aStoreId)
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store against which the RMA is being processed.
aStoreId
- java.lang.Integerpublic void setStoreId(java.lang.String aStoreId)
This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store against which the RMA is being processed.
setStoreId
in interface RMAAccessBeanData
aStoreId
- java.lang.Stringpublic void setTotalCredit(java.math.BigDecimal aTotalCredit)
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total credit due in the currency specified by the CURRENCY column. If this amount is NULL then the total amount is unknown.
aTotalCredit
- java.math.BigDecimalpublic void setTotalCredit(java.lang.String aTotalCredit)
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The total credit due in the currency specified by the CURRENCY column. If this amount is NULL then the total amount is unknown.
setTotalCredit
in interface RMAAccessBeanData
aTotalCredit
- java.lang.Stringpublic void setTradingId(java.lang.Long aTradingId)
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the trading agreement under which this RMA is being processed. This determines the policies for approval, charges, and refund payment.
aTradingId
- java.lang.Longpublic void setTradingId(java.lang.String aTradingId)
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the trading agreement under which this RMA is being processed. This determines the policies for approval, charges, and refund payment.
setTradingId
in interface RMAAccessBeanData
aTradingId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |