java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.ordermanagement.objects.RMAAccessBean
This table is a container for return merchandise authorizations (RMAs).
Constructor Summary | |
---|---|
RMAAccessBean() constructor | |
RMAAccessBean(java.lang.Integer arg0, java.lang.Long arg1,
java.sql.Timestamp arg2, java.sql.Timestamp arg3) constructor | |
RMAAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
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 arg0)
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 arg0,
java.lang.Long arg1)
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 arg0, java.lang.String arg1) |
java.lang.String |
getComments() This method provides access to the RMA.COMMENTS column of DB2 type VARCHAR(254). |
java.lang.String |
getCurrency() This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3). |
java.lang.String |
getFfmcenterId() This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.Integer |
getFfmcenterIdInEJBType() This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.String |
getInUse() This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
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. |
java.lang.Long |
getOrganizationIdInEJBType() This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT. |
java.lang.Long |
getOwner() This method accesses a non-CMP field |
java.lang.String |
getPolicyId() This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT. |
java.lang.Long |
getPolicyIdInEJBType() This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT. |
java.lang.String |
getPrepared() This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
java.lang.String |
getRefundAgainstOrdId() This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT. |
java.lang.Long |
getRefundAgainstOrdIdInEJBType() This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT. |
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 DEFAULT 'PRC'. |
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) DEFAULT 0. |
java.math.BigDecimal |
getTotalCreditInEJBType() This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
java.lang.String |
getTradingId() This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT. |
java.lang.Long |
getTradingIdInEJBType() This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setComments(java.lang.String newValue) This method provides access to the RMA.COMMENTS column of DB2 type VARCHAR(254). |
void |
setCurrency(java.lang.String newValue) This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3). |
void |
setFfmcenterId(java.lang.Integer newValue) This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER. |
void |
setFfmcenterId(java.lang.String newValue) This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER. |
void |
setInitKey_rmaId(java.lang.String newValue) Set the primary key for this object |
void |
setInUse(java.lang.String newValue) This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the RMA.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setMemberId(java.lang.Long newValue) This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String newValue) This method provides access to the RMA.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrganizationId(java.lang.Long newValue) This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT. |
void |
setOrganizationId(java.lang.String newValue) This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT. |
void |
setPolicyId(java.lang.Long newValue) This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT. |
void |
setPolicyId(java.lang.String newValue) This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT. |
void |
setPrepared(java.lang.String newValue) This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
void |
setRefundAgainstOrdId(java.lang.Long newValue) This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT. |
void |
setRefundAgainstOrdId(java.lang.String newValue) This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT. |
void |
setRmaDate(java.lang.String newValue) This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setRmaDate(java.sql.Timestamp newValue) This method provides access to the RMA.RMADATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setRmaId(java.lang.Long newValue) This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.String newValue) This method provides access to the RMA.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setStatus(java.lang.String newValue) This method provides access to the RMA.STATUS column of DB2 type CHAR(3) NOT NULL DEFAULT 'PRC'. |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the RMA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setTotalCredit(java.math.BigDecimal newValue) This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setTotalCredit(java.lang.String newValue) This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20 5) DEFAULT 0. |
void |
setTradingId(java.lang.Long newValue) This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT. |
void |
setTradingId(java.lang.String newValue) This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public RMAAccessBean()
public RMAAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public RMAAccessBean(java.lang.Integer arg0, java.lang.Long arg1, java.sql.Timestamp arg2, java.sql.Timestamp arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Longarg2
- java.sql.Timestamparg3
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public 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
public java.util.Enumeration findApprovedByStoreId(java.lang.Integer arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByStoreIdAndMemberId(java.lang.Integer arg0, java.lang.Long arg1) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_rmaId(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 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdate(java.lang.String newValue)
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
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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.
The following is a description of this column:
The order Id to credit the refund against.
getRefundAgainstOrdId
in interface
RMAAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The order Id to credit the refund against.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRefundAgainstOrdId(java.lang.String newValue)
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT.
The following is a description of this column:
The order Id to credit the refund against.
setRefundAgainstOrdId
in interface
RMAAccessBeanData
newValue
- Stringpublic void setRefundAgainstOrdId(java.lang.Long newValue)
This method provides access to the RMA.REFUNDAGAINSTORDID column of DB2 type BIGINT.
The following is a description of this column:
The order Id to credit the refund against.
newValue
- java.lang.Longpublic 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 DEFAULT 'N'.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInUse(java.lang.String newValue)
This method provides access to the RMA.INUSE column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
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
newValue
- java.lang.Stringpublic 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) DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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) DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTotalCredit(java.lang.String newValue)
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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
newValue
- Stringpublic void setTotalCredit(java.math.BigDecimal newValue)
This method provides access to the RMA.TOTALCREDIT column of DB2 type DECIMAL(20 5) DEFAULT 0.
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.
newValue
- java.math.BigDecimalpublic 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.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFfmcenterId(java.lang.String newValue)
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
setFfmcenterId
in interface
RMAAccessBeanData
newValue
- Stringpublic void setFfmcenterId(java.lang.Integer newValue)
This method provides access to the RMA.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter to which the returned items are to be shipped.
newValue
- java.lang.Integerpublic 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.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTradingId(java.lang.String newValue)
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT.
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
newValue
- Stringpublic void setTradingId(java.lang.Long newValue)
This method provides access to the RMA.TRADING_ID column of DB2 type BIGINT.
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.
newValue
- java.lang.Longpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the RMA.CURRENCY column of DB2 type CHAR(3).
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
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
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
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
The following is a description of this column:
The buying organization.
getOrganizationId
in interface
RMAAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The buying organization.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrganizationId(java.lang.String newValue)
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT.
The following is a description of this column:
The buying organization.
setOrganizationId
in interface
RMAAccessBeanData
newValue
- Stringpublic void setOrganizationId(java.lang.Long newValue)
This method provides access to the RMA.ORGENTITY_ID column of DB2 type BIGINT.
The following is a description of this column:
The buying organization.
newValue
- java.lang.Longpublic 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 DEFAULT 'PRC'.
The following is a description of this column:
The status of the RMA as follows:&l
getStatus
in interface
RMAAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
This method provides access to the RMA.STATUS column of DB2 type CHAR(3) NOT NULL DEFAULT 'PRC'.
The following is a description of this column:
The status of the RMA as follows:&l
setStatus
in interface
RMAAccessBeanData
newValue
- java.lang.Stringpublic 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 DEFAULT 'N'.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPrepared(java.lang.String newValue)
This method provides access to the RMA.PREPARED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
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
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaDate(java.lang.String newValue)
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
newValue
- Stringpublic void setRmaDate(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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).
The following is a description of this column:
Comment that applies to the entire RMA.
getComments
in interface
RMAAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setComments(java.lang.String newValue)
This method provides access to the RMA.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment that applies to the entire RMA.
setComments
in interface
RMAAccessBeanData
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
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
newValue
- Stringpublic void setMemberId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
getPolicyId
in interface
RMAAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPolicyId(java.lang.String newValue)
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
setPolicyId
in interface
RMAAccessBeanData
newValue
- Stringpublic void setPolicyId(java.lang.Long newValue)
This method provides access to the RMA.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the RefundPaymentMethod policy.
newValue
- java.lang.Longpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaId(java.lang.String newValue)
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
newValue
- Stringpublic void setRmaId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Stringjava.rmi.RemoteException
java.lang.Exception
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.lang.Exception
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException