java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.ordermanagement.objects.RMAAuthorizationLogAccessBean
This table is a log of when each return merchandise authorization (RMA) was authorized. A single RMA may appear multiple times if changes were made and the RMA was re-authorized. This access bean corresponds to the database table 'RMAAUTHLOG'.
Constructor Summary | |
RMAAuthorizationLogAccessBean() Zero argument constructor used to initialize the access bean. |
|
RMAAuthorizationLogAccessBean(javax.ejb.EJBObject o) constructor |
|
RMAAuthorizationLogAccessBean(java.sql.Timestamp newAuthorizationNoticeDate, java.lang.Long newRmaId) 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). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByRmaId(java.lang.Long rmaId)
Retrieves all the RMA authorization log entries for a RMA.
The SQL query used to fetch the requested row from the RMAAUTHLOG table is: SELECT * FROM RMAAUTHLOG T1 WHERE T1.RMA_ID = ? |
java.lang.String | getAuthorizationNoticeDate() This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getAuthorizationNoticeDateInEJBType() This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getRmaAuthorizationLogId() This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRmaAuthorizationLogIdInEJBType() This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getRmaId() This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getRmaIdInEJBType() This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAuthorizationNoticeDate(java.lang.String newValue) This method accesses a non-CMP field |
void | setAuthorizationNoticeDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setInitKey_rmaAuthorizationLogId(java.lang.String newValue) Set the primary key for this object |
void | setRmaAuthorizationLogId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaAuthorizationLogId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMAAuthorizationLogAccessBean()
public RMAAuthorizationLogAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public RMAAuthorizationLogAccessBean(java.sql.Timestamp newAuthorizationNoticeDate, java.lang.Long newRmaId) 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
Method Detail |
public java.util.Enumeration findByRmaId(java.lang.Long rmaId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA authorization log entries for a RMA.
The SQL query used to fetch the requested row from the RMAAUTHLOG table is:
SELECT * FROM RMAAUTHLOG T1 WHERE T1.RMA_ID = ?
public void setInitKey_rmaAuthorizationLogId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getAuthorizationNoticeDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date on which an RMA was authorized or re-authorized.
public java.sql.Timestamp getAuthorizationNoticeDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date on which an RMA was authorized or re-authorized.
public void setAuthorizationNoticeDate(java.lang.String newValue)
public void setAuthorizationNoticeDate(java.sql.Timestamp newValue)
public java.lang.String getRmaAuthorizationLogId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getRmaAuthorizationLogIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public void setRmaAuthorizationLogId(java.lang.String newValue)
public void setRmaAuthorizationLogId(java.lang.Long newValue)
public java.lang.String getRmaId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA which was authorized.
public java.lang.Long getRmaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA which was authorized.
public void setRmaId(java.lang.String newValue)
public void setRmaId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.