com.ibm.commerce.marketingcenter.events.objects
Interface SalesAssistantStatisticsAccessBeanData

All Known Implementing Classes:
SalesAssistantStatisticsAccessBean

public interface SalesAssistantStatisticsAccessBeanData

This table captures statistics related to the Sales Assistant Product Advisor metaphor.


Method Summary
 java.lang.String getCatGroupId()
           
 java.lang.String getConceptId()
           
 java.lang.String getSaCount()
           
 java.lang.String getStoreId()
           
 java.lang.String getTreeId()
           
 void setCatGroupId(java.lang.String newValue)
           
 void setConceptId(java.lang.String newValue)
           
 void setSaCount(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 void setTreeId(java.lang.String newValue)            
 

Method Detail

getSaCount

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

setSaCount

public void setSaCount(java.lang.String newValue)

getCatGroupId

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

setCatGroupId

public void setCatGroupId(java.lang.String newValue)

getConceptId

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

setConceptId

public void setConceptId(java.lang.String newValue)

getStoreId

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

setStoreId

public void setStoreId(java.lang.String newValue)

getTreeId

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

setTreeId

public void setTreeId(java.lang.String newValue)