java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.collaboration.cc.objects.QueueAccessBean
This table contains customer care queue records for each store. This access bean corresponds to the database table 'QUEUE'. QueueAccessBean
Constructor Summary | |
QueueAccessBean() constructor |
|
QueueAccessBean(java.lang.Integer Store_id, java.lang.String Name, java.lang.Integer AllCSR) ejbCreate method for a CMP entity bean. |
|
QueueAccessBean(javax.ejb.EJBObject o) QueueAccessBean constructor |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findByStoreId(java.lang.Integer Store_id) Finds instances using StoreId for Entity Beans: Queue |
QueueAccessBean | findByStoreIdQueueName(java.lang.Integer Store_id, java.lang.String Name) Finds an instance using StoreId and QueueName for Entity Bean: Queue |
java.lang.Integer | getAllCSR() Get accessor for persistent attribute: AllCSR |
java.lang.String | getName() Get accessor for persistent attribute: Name |
java.lang.Integer | getQueue_id() Get accessor for persistent attribute: Queue_id |
java.lang.Integer | getStore_id() Get accessor for persistent attribute: Store_id |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setAllCSR(java.lang.Integer newAllCSR) Set accessor for persistent attribute: AllCSR |
void | setInit_Queue_id(java.lang.Integer newValue) setInit_Queue_id |
void | setInit_Store_id(java.lang.Integer newValue) setInit_Store_id |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setQueue_id(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStore_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 QueueAccessBean()
public QueueAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public QueueAccessBean(java.lang.Integer Store_id, java.lang.String Name, java.lang.Integer AllCSR) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public java.lang.Integer getAllCSR() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAllCSR(java.lang.Integer newAllCSR)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String 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 java.lang.Integer getStore_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStore_id(java.lang.Integer newValue)
public void setInit_Queue_id(java.lang.Integer newValue)
Set the primary key for this object
public void setInit_Store_id(java.lang.Integer 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 QueueAccessBean findByStoreIdQueueName(java.lang.Integer Store_id, java.lang.String Name) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByStoreId(java.lang.Integer Store_id) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.