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

All Known Implementing Classes:
CampaignStatisticsAccessBean

public interface CampaignStatisticsAccessBeanData

This table contains the statistics related to campaigns. The statistics include the number of impressions and the number of clickthroughs.


Method Summary
 java.lang.String getClicks()
           
 java.lang.String getInitiativeId()
           
 java.lang.String getInitiativeName()
           
 java.lang.String getMarketingPageElementId()
           
 java.lang.String getMarketingPageElementName()
           
 java.lang.String getMarketingPageElementTypeId()
           
 java.lang.String getMarketingPageElementTypeName()
           
 java.lang.String getStoreId()
           
 java.lang.String getViews()
           
 void setClicks(java.lang.String newValue)
           
 void setInitiativeId(java.lang.String newValue)
           
 void setInitiativeName(java.lang.String newValue)
           
 void setMarketingPageElementId(java.lang.String newValue)
           
 void setMarketingPageElementName(java.lang.String newValue)
           
 void setMarketingPageElementTypeId(java.lang.String newValue)
           
 void setMarketingPageElementTypeName(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 void setViews(java.lang.String newValue)            
 

Method Detail

getClicks

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

setClicks

public void setClicks(java.lang.String newValue)

getViews

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

setViews

public void setViews(java.lang.String newValue)

getMarketingPageElementTypeId

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

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.String newValue)

getInitiativeId

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

setInitiativeId

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

getMarketingPageElementId

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

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.String newValue)

getMarketingPageElementName

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

setMarketingPageElementName

public void setMarketingPageElementName(java.lang.String newValue)

getInitiativeName

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

setInitiativeName

public void setInitiativeName(java.lang.String newValue)

getMarketingPageElementTypeName

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

setMarketingPageElementTypeName

public void setMarketingPageElementTypeName(java.lang.String newValue)