java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.collaboration.cc.objects.QueueAccessBean
This table contains customer care queue records in each store. QueueAccessBean
Constructor Summary | |
---|---|
QueueAccessBean() constructor | |
QueueAccessBean(java.lang.Integer Store_id, java.lang.String Name,
java.lang.Integer AllCSR) QueueAccessBean constructor | |
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 newValue) 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
o
- javax.ejb.EJBObjectjava.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
Store_id
- java.lang.IntegerName
- java.lang.StringAllCSR
- java.lang.Integerjavax.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
getAllCSR
in interface
QueueAccessBeanData
java.rmi.RemoteException
- Raised when network error
occursjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAllCSR(java.lang.Integer newValue)
setAllCSR
in interface
QueueAccessBeanData
java.rmi.RemoteException
- Raised when network error
occurspublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getName
in interface
QueueAccessBeanData
java.rmi.RemoteException
- Raised when network error
occursjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
setName
in interface
QueueAccessBeanData
public java.lang.Integer getQueue_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getQueue_id
in interface
QueueAccessBeanData
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
QueueAccessBeanData
public java.lang.Integer getStore_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getStore_id
in interface
QueueAccessBeanData
java.rmi.RemoteException
- Raised when network error
occursjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStore_id(java.lang.Integer newValue)
setStore_id
in interface
QueueAccessBeanData
public void setInit_Queue_id(java.lang.Integer newValue)
Set the primary key for this object
newValue
- java.lang.Integerpublic void setInit_Store_id(java.lang.Integer newValue)
Set the primary key for this object
newValue
- java.lang.Integerpublic 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 QueueAccessBean findByStoreIdQueueName(java.lang.Integer Store_id, java.lang.String Name) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.ejb.FinderException
- Raised when Queue can not be
foundjava.rmi.RemoteException
- Raised when network error
occursjavax.naming.NamingException
public java.util.Enumeration findByStoreId(java.lang.Integer Store_id) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.ejb.FinderException
- Raised when Queue can not be
foundjava.rmi.RemoteException
- Raised when network error
occursjavax.naming.NamingException