java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.collaboration.cc.objects.QueueCSRAccessBean
This table contains customer care queue assignment records for Customer Service Representatives. This access bean corresponds to the database table 'QUEUECSR'. QueueCSRAccessBean
Constructor Summary | |
QueueCSRAccessBean() constructor |
|
QueueCSRAccessBean(java.lang.Integer Queue_id, java.lang.Long CSR_id) Creates an instance from a key for Entity Bean: QueueCSR |
|
QueueCSRAccessBean(javax.ejb.EJBObject o) QueueCSRAccessBean constructor |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findByCSRId(java.lang.Long CSR_id) Finds instances using CSR_id for Entity Bean: QueueCSR |
java.util.Enumeration | findByQueueId(java.lang.Integer Queue_id) Finds instances using Queue_id for Entity Bean: QueueCSR |
java.lang.Long | getCSR_id() Get accessor for persistent attribute: CSRId |
java.lang.Integer | getQueue_id() Get accessor for persistent attribute: QueueId |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setCSR_id(java.lang.Long newValue) This method accesses a non-CMP field |
void | setInit_CSR_id(java.lang.Long newValue) setInit_CSR_id |
void | setInit_Queue_id(java.lang.Integer newValue) setInit_Queue_id |
void | setQueue_id(java.lang.Integer 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 QueueCSRAccessBean()
public QueueCSRAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public QueueCSRAccessBean(java.lang.Integer Queue_id, java.lang.Long CSR_id) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public java.lang.Long getCSR_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCSR_id(java.lang.Long newValue)
public java.lang.Integer getQueue_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQueue_id(java.lang.Integer newValue)
public void setInit_Queue_id(java.lang.Integer newValue)
Set the primary key for this object
public void setInit_CSR_id(java.lang.Long newValue)
Set the primary key for this object
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, 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 commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public java.util.Enumeration findByCSRId(java.lang.Long CSR_id) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByQueueId(java.lang.Integer Queue_id) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.