java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.collaboration.cc.objects.QueueCSRAccessBean
This table contains customer care queue assignment records for Customer Service Representatives. QueueCSRAccessBean
Constructor Summary | |
---|---|
QueueCSRAccessBean() constructor | |
QueueCSRAccessBean(java.lang.Integer Queue_id,
java.lang.Long CSR_id) QueueCSRAccessBean constructor | |
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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public QueueCSRAccessBean(java.lang.Integer Queue_id, java.lang.Long CSR_id) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Queue_id
- java.lang.IntegerCSR_id
- java.lang.Longjavax.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
getCSR_id
in interface
QueueCSRAccessBeanData
java.rmi.RemoteException
- Raised when network error
occursjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCSR_id(java.lang.Long newValue)
setCSR_id
in interface
QueueCSRAccessBeanData
public java.lang.Integer getQueue_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getQueue_id
in interface
QueueCSRAccessBeanData
java.rmi.RemoteException
- Raised when network error
occursjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQueue_id(java.lang.Integer newValue)
setQueue_id
in interface
QueueCSRAccessBeanData
public void setInit_Queue_id(java.lang.Integer newValue)
Set the primary key for this object
newValue
- java.lang.Integerpublic void setInit_CSR_id(java.lang.Long newValue)
Set the primary key for this object
newValue
- java.lang.Longpublic java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findByCSRId(java.lang.Long CSR_id) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
CSR_id
- CSR Idjavax.ejb.FinderException
- Raised when QueueCSR can not be
foundjava.rmi.RemoteException
- Raised when network error
occursjavax.naming.NamingException
public java.util.Enumeration findByQueueId(java.lang.Integer Queue_id) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Queue_id
- Queue Idjavax.ejb.FinderException
- Raised when QueueCSR can not be
foundjava.rmi.RemoteException
- Raised when network error
occursjavax.naming.NamingException