com.ibm.commerce.collaboration.cc.objects
Interface QueueAccessBeanData

All Known Implementing Classes:
QueueAccessBean

public interface QueueAccessBeanData

This table contains customer care queue records for each store. QueueAccessBeanData


Method Summary
java.lang.Integer getAllCSR()
getAllCSR
java.lang.String getName()
getName
java.lang.Integer getQueue_id()
getQueue_id
java.lang.Integer getStore_id()
getStore_id
void setAllCSR(java.lang.Integer newValue)
setAllCSR
void setName(java.lang.String newValue)
setName
void setQueue_id(java.lang.Integer newValue)
setQueue_id
void setStore_id(java.lang.Integer newValue) setStore_id

Method Detail

getAllCSR

public java.lang.Integer getAllCSR()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
getAllCSR
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAllCSR

public void setAllCSR(java.lang.Integer newValue)
setAllCSR

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
getName
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setName

public void setName(java.lang.String newValue)
setName

getQueue_id

public java.lang.Integer getQueue_id()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getQueue_id
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQueue_id

public void setQueue_id(java.lang.Integer newValue)
setQueue_id

getStore_id

public java.lang.Integer getStore_id()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getStore_id
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStore_id

public void setStore_id(java.lang.Integer newValue)
setStore_id

Feedback