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

All Known Implementing Classes:
ProductExplorerStatisticsAccessBean

public interface ProductExplorerStatisticsAccessBeanData

This table captures statistics related to the Product Explorer Product Advisor metaphor.


Method Summary
 java.lang.String getCatGroupId()
           
 java.lang.String getFeatureId()
           
 java.lang.String getPeCount()
           
 java.lang.String getPeFeatureName()
           
 java.lang.String getStoreId()
           
 void setCatGroupId(java.lang.String newValue)
           
 void setFeatureId(java.lang.String newValue)
           
 void setPeCount(java.lang.String newValue)
           
 void setPeFeatureName(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)            
 

Method Detail

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)

getFeatureId

public java.lang.String getFeatureId()
                              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

setFeatureId

public void setFeatureId(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)

getPeCount

public java.lang.String getPeCount()
                            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

setPeCount

public void setPeCount(java.lang.String newValue)

getPeFeatureName

public java.lang.String getPeFeatureName()
                                  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

setPeFeatureName

public void setPeFeatureName(java.lang.String newValue)