public class MessageMemberRelationAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements MessageMemberRelationAccessBeanData
Constructor and Description |
---|
MessageMemberRelationAccessBean()
Zero argument constructor used to initialize the access bean.
|
MessageMemberRelationAccessBean(javax.ejb.EJBObject o) |
MessageMemberRelationAccessBean(java.lang.Long arg1, java.lang.Long arg2)
Creates an access bean with the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByRecipient(java.lang.Integer memberid)
Retrieves all message/member relationship records for the specified recipient.
|
java.util.Enumeration | findByStatus(java.lang.String stat)
Retrieves all message/member relationship records of the specified status.
|
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String | getId() |
java.lang.Long | getIdInEJBType() |
java.lang.Long | getOwner() |
java.lang.String | getRecipientId() |
java.lang.Long | getRecipientIdInEJBType() |
java.lang.String | getSendStatus() |
java.lang.String | getStatus() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setId(java.lang.Long newValue) |
void | setId(java.lang.String newValue) |
void | setInitKey_id(java.lang.Long newValue) |
void | setInitKey_recipientId(java.lang.Long newValue) |
void | setRecipientId(java.lang.Long newValue) |
void | setRecipientId(java.lang.String newValue) |
void | setSendStatus(java.lang.String newValue) |
void | setStatus(java.lang.String newValue) |
public MessageMemberRelationAccessBean()
public MessageMemberRelationAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public MessageMemberRelationAccessBean(java.lang.Long arg1, java.lang.Long arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
public java.util.Enumeration findByRecipient(java.lang.Integer memberid) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all message/member relationship records for the specified recipient.
The SQL query used to fetch all the required rows from the MSGMEMREL table is:
SELECT * FROM MSGMEMREL T1 WHERE T1.MEMBER_ID = ?
public java.util.Enumeration findByStatus(java.lang.String stat) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all message/member relationship records of the specified status.
The SQL query used to fetch all the required rows from the MSGMEMREL table is:
SELECT * FROM MSGMEMREL T1 WHERE T1.STATUS = ?
public void setInitKey_id(java.lang.Long newValue)
public void setInitKey_recipientId(java.lang.Long 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 getSendStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSendStatus(java.lang.String newValue)
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStatus(java.lang.String newValue)
public java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setId(java.lang.String newValue)
public void setId(java.lang.Long newValue)
public java.lang.String getRecipientId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getRecipientIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRecipientId(java.lang.String newValue)
public void setRecipientId(java.lang.Long newValue)
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.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