public class RMAAuthorizationLogAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements RMAAuthorizationLogAccessBeanData
Constructor and Description |
---|
RMAAuthorizationLogAccessBean()
Zero argument constructor used to initialize the access bean.
|
RMAAuthorizationLogAccessBean(javax.ejb.EJBObject o) |
RMAAuthorizationLogAccessBean(java.sql.Timestamp newAuthorizationNoticeDate, java.lang.Long newRmaId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
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() |
java.sql.Timestamp | getAuthorizationNoticeDateInEJBType() |
java.lang.String | getRmaAuthorizationLogId() |
java.lang.Long | getRmaAuthorizationLogIdInEJBType() |
java.lang.String | getRmaId() |
java.lang.Long | getRmaIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setAuthorizationNoticeDate(java.lang.String newValue) |
void | setAuthorizationNoticeDate(java.sql.Timestamp newValue) |
void | setInitKey_rmaAuthorizationLogId(java.lang.String newValue) |
void | setRmaAuthorizationLogId(java.lang.Long newValue) |
void | setRmaAuthorizationLogId(java.lang.String newValue) |
void | setRmaId(java.lang.Long newValue) |
void | setRmaId(java.lang.String newValue) |
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
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)
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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getAuthorizationNoticeDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.sql.Timestamp getAuthorizationNoticeDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
public java.lang.Long getRmaAuthorizationLogIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
public java.lang.Long getRmaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRmaId(java.lang.String newValue)
public void setRmaId(java.lang.Long newValue)