java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.MessageCountAccessBean
Reserved for IBM internal use. This access bean corresponds to the database table 'MSGCOUNTVW'.
Constructor Summary | |
MessageCountAccessBean() Zero argument constructor used to initialize the access bean. |
|
MessageCountAccessBean(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 | findAll() Retrieves all message counts. |
java.util.Enumeration | findByRecipient(java.lang.Long recipient) Retrieves all message counts for the recipient. |
java.util.Enumeration | findByRecipientAndMultipleStatus(java.lang.Long arg0, java.lang.String[] arg1) |
java.util.Enumeration | findByRecipientAndStatus(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String | getCount() This method accesses a non-CMP field |
int | getCountInEJBType() This method accesses a non-CMP field |
java.lang.String | getRecipientId() This method accesses a non-CMP field |
java.lang.Long | getRecipientIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getStatus() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_recipientId(java.lang.Long newValue) Set the primary key for this object |
void | setInitKey_status(java.lang.String newValue) Set the primary key for this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageCountAccessBean()
public MessageCountAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method 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).
protected java.lang.String defaultJNDIName()
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all message counts.
The SQL query used to fetch all the required rows from the MSGCOUNTVW table is:
SELECT * FROM MSGCOUNTVW T1 WHERE 1=1
public java.util.Enumeration findByRecipient(java.lang.Long recipient) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all message counts for the recipient.
The SQL query used to fetch all the required rows from the MSGCOUNTVW table is:
SELECT * FROM MSGCOUNTVW T1 WHERE T1.RECIPIENT_ID=?
public java.util.Enumeration findByRecipientAndMultipleStatus(java.lang.Long arg0, java.lang.String[] arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
public java.util.Enumeration findByRecipientAndStatus(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public int getCountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public void setInitKey_recipientId(java.lang.Long newValue)
Set the primary key for this object
public void setInitKey_status(java.lang.String newValue)
Set the primary key for this object
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.