com.ibm.commerce.marketingcenter.events.objects
Class CampaignStatisticsAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.marketingcenter.events.objects.CampaignStatisticsAccessBean
All Implemented Interfaces:
CampaignStatisticsAccessBeanData, java.io.Serializable

public class CampaignStatisticsAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements CampaignStatisticsAccessBeanData

This bean provides access to the CPGNSTATS table.

The following is a description of this table:

This table contains the statistics related to campaigns. The statistics include the number of impressions and the number of click-throughs.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
CampaignStatisticsAccessBean()
          Default constructor.
CampaignStatisticsAccessBean(javax.ejb.EJBObject aEJB)
          Creates an access bean for the specified EJB.
CampaignStatisticsAccessBean(java.lang.Integer aMpeId, java.lang.Integer aInitiativeId, java.lang.Integer aStoreId)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
CampaignStatisticsAccessBean(java.lang.Integer aMpeId, java.lang.Integer aInitiativeId, java.lang.Integer aStoreId, java.lang.Integer aMpeTypeId, java.lang.String aMpeName, java.lang.String aInitiativeName, java.lang.String aMpeTypeName, java.lang.Integer newClicks, java.lang.Integer newViews)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findAll()
          This method returns an Enumeration of CampaignStatisticsAccessBean.
 java.util.Enumeration findAllOrderByClickCount()
          This method returns an Enumeration of CampaignStatisticsAccessBean ordered by click count.
 java.util.Enumeration findAllOrderByMpeName()
          This method returns an Enumeration of CampaignStatisticsAccessBean ordered by e-Marketing Spot name.
 java.util.Enumeration findAllOrderByViewCount()
          This method returns an Enumeration of CampaignStatisticsAccessBean ordered by the views count.
 java.util.Enumeration findByInitiativeId(java.lang.Integer aInitiativeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier.
 java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer aInitiativeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the clicks count.
 java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer aInitiativeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by e-Marketing Spot name.
 java.util.Enumeration findByInitiativeIdOrderByViewCount(java.lang.Integer aInitiativeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the view count.
 java.util.Enumeration findByMpeId(java.lang.Integer aMpeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier.
 java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer aMpeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the clicks count.
 java.util.Enumeration findByMpeIdOrderByMpeName(java.lang.Integer aMpeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by e-Marketing Spot name.
 java.util.Enumeration findByMpeIdOrderByViewCount(java.lang.Integer aMpeId)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the view count.
 java.lang.String getClicks()
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.Integer getClicksInEJBType()
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.String getInitiativeId()
          This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getInitiativeIdInEJBType()
          This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.String getInitiativeName()
          This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
 java.lang.String getMarketingPageElementId()
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getMarketingPageElementIdInEJBType()
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.String getMarketingPageElementName()
          This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
 java.lang.String getMarketingPageElementTypeId()
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.Integer getMarketingPageElementTypeIdInEJBType()
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.String getMarketingPageElementTypeName()
          This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
 java.lang.String getStoreId()
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.String getViews()
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 java.lang.Integer getViewsInEJBType()
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void incrementClicks()
          Method to increment the click count.
 void incrementViews()
          Method to increment the view count.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setClicks(java.lang.Integer aClicks1)
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setClicks(java.lang.String aClicks1)
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setInitiativeId(java.lang.Integer aInitiativeId1)
          This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setInitiativeId(java.lang.String aInitiativeId1)
          This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setInitiativeName(java.lang.String aInitiativeName1)
          This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
 void setInitKey_initiativeId(java.lang.String aInitKey_initiativeId1)
          Set the primary key for this object
 void setInitKey_marketingPageElementId(java.lang.String aInitKey_marketingPageElementId1)
          Set the primary key for this object
 void setMarketingPageElementId(java.lang.Integer aMarketingPageElementId1)
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setMarketingPageElementId(java.lang.String aMarketingPageElementId1)
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setMarketingPageElementName(java.lang.String aMarketingPageElementName1)
          This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
 void setMarketingPageElementTypeId(java.lang.Integer aMarketingPageElementTypeId1)
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setMarketingPageElementTypeId(java.lang.String aMarketingPageElementTypeId1)
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setMarketingPageElementTypeName(java.lang.String aMarketingPageElementTypeName1)
          This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
 void setStoreId(java.lang.Integer aStoreId1)
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setStoreId(java.lang.String aStoreId1)
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setViews(java.lang.Integer aViews1)
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 void setViews(java.lang.String aViews1)
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean()

Default constructor. Maps to findByPrimaryKey.


CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(javax.ejb.EJBObject aEJB)
                             throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJB - A CampaignStatistics EJBObject reference
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(java.lang.Integer aMpeId,
                                    java.lang.Integer aInitiativeId,
                                    java.lang.Integer aStoreId)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aMpeId - A e-Marketing Spot identifier
aInitiativeId - A initiative identifier
aStoreId - A store entity identifier
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(java.lang.Integer aMpeId,
                                    java.lang.Integer aInitiativeId,
                                    java.lang.Integer aStoreId,
                                    java.lang.Integer aMpeTypeId,
                                    java.lang.String aMpeName,
                                    java.lang.String aInitiativeName,
                                    java.lang.String aMpeTypeName,
                                    java.lang.Integer newClicks,
                                    java.lang.Integer newViews)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aMpeId - A e-Marketing Spot identifier
aInitiativeId - A initiative identifier
aStoreId - A store entity identifier
aMpeTypeId - A e-Marketing Spot type identifier
aMpeName - A e-Marketing Spot name
aInitiativeName - A initiative name
aMpeTypeName - A e-Marketing Spot name
newClicks - The number of times the e-Marketing Spot recommendation was clicked by customers
newViews - The number of times (impressions) an e-Marketing Spot recommendation was shown to customers
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean.

SQL:
SELECT * FROM CPGNSTATS WHERE 1=1

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAllOrderByClickCount

public java.util.Enumeration findAllOrderByClickCount()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean ordered by click count.

SQL:
SELECT * FROM CPGNSTATS WHERE 1=1 ORDER BY CLICKS

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAllOrderByMpeName

public java.util.Enumeration findAllOrderByMpeName()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean ordered by e-Marketing Spot name.

SQL:
SELECT * FROM CPGNSTATS WHERE 1=1 ORDER BY MPENAME

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findAllOrderByViewCount

public java.util.Enumeration findAllOrderByViewCount()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean ordered by the views count.

SQL:
SELECT * FROM CPGNSTATS WHERE 1=1 ORDER BY VIEWS

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByInitiativeId

public java.util.Enumeration findByInitiativeId(java.lang.Integer aInitiativeId)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier.

SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId

Parameters:
aInitiativeId - A initiative identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByInitiativeIdOrderByClickCount

public java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer aInitiativeId)
                                                          throws java.rmi.RemoteException,
                                                                 javax.ejb.FinderException,
                                                                 javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the clicks count.

SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId ORDER BY CLICKS

Parameters:
aInitiativeId - A initiative identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByInitiativeIdOrderByMpeName

public java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer aInitiativeId)
                                                       throws java.rmi.RemoteException,
                                                              javax.ejb.FinderException,
                                                              javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by e-Marketing Spot name.

SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId ORDER BY MPENAME

Parameters:
aInitiativeId - A initiative identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByInitiativeIdOrderByViewCount

public java.util.Enumeration findByInitiativeIdOrderByViewCount(java.lang.Integer aInitiativeId)
                                                         throws java.rmi.RemoteException,
                                                                javax.ejb.FinderException,
                                                                javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the view count.

SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId ORDER BY VIEWS

Parameters:
aInitiativeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByMpeId

public java.util.Enumeration findByMpeId(java.lang.Integer aMpeId)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier.

SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId

Parameters:
aMpeId - A e-Marketing Spot identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByMpeIdOrderByClickCount

public java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer aMpeId)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException,
                                                          javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the clicks count.

SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId ORDER BY CLICKS

Parameters:
aMpeId - A e-Marketing Spot identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByMpeIdOrderByMpeName

public java.util.Enumeration findByMpeIdOrderByMpeName(java.lang.Integer aMpeId)
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by e-Marketing Spot name.

SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId ORDER BY MPENAME

Parameters:
aMpeId - A e-Marketing Spot identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByMpeIdOrderByViewCount

public java.util.Enumeration findByMpeIdOrderByViewCount(java.lang.Integer aMpeId)
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the view count.

SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId ORDER BY VIEWS

Parameters:
aMpeId - A e-Marketing Spot identifier
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getClicks

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

This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the e-Marketing Spot recommendation was clicked by customers.

Specified by:
getClicks in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getClicksInEJBType

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

This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the e-Marketing Spot recommendation was clicked by customers.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInitiativeId

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

This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.

Specified by:
getInitiativeId in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInitiativeIdInEJBType

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

This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInitiativeName

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

This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.

The following is a description of this column:

The name of the initiative as described in the NAME column of the INITIATIVE table.

Specified by:
getInitiativeName in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarketingPageElementId

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

This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.

Specified by:
getMarketingPageElementId in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarketingPageElementIdInEJBType

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

This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarketingPageElementName

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

This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.

The following is a description of this column:

The name of the e-Marketing Spot as described in the NAME column of the MPE table.

Specified by:
getMarketingPageElementName in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarketingPageElementTypeId

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

This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.

Specified by:
getMarketingPageElementTypeId in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarketingPageElementTypeIdInEJBType

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

This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarketingPageElementTypeName

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

This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.

The following is a description of this column:

The e-Marketing Spot type name as described in the NAME column of the MPETYPE table.

Specified by:
getMarketingPageElementTypeName in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

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

This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Specified by:
getStoreId in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreIdInEJBType

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

This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getViews

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

This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.

Specified by:
getViews in interface CampaignStatisticsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getViewsInEJBType

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

This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

incrementClicks

public void incrementClicks()
                     throws java.rmi.RemoteException,
                            javax.ejb.FinderException,
                            javax.naming.NamingException

Method to increment the click count.

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

incrementViews

public void incrementViews()
                    throws java.rmi.RemoteException,
                           javax.ejb.FinderException,
                           javax.naming.NamingException

Method to increment the view count.

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setClicks

public void setClicks(java.lang.Integer aClicks1)

This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the e-Marketing Spot recommendation was clicked by customers.

Parameters:
The - number of times the e-Marketing Spot recommendation was clicked by customers.
Returns:
void

setClicks

public void setClicks(java.lang.String aClicks1)

This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times the e-Marketing Spot recommendation was clicked by customers.

Specified by:
setClicks in interface CampaignStatisticsAccessBeanData
Parameters:
aClicks1 - The number of times the e-Marketing Spot recommendation was clicked by customers.
Returns:
void

setInitiativeId

public void setInitiativeId(java.lang.Integer aInitiativeId1)

This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.

Parameters:
aInitiativeId1 - A initiative identifier
Returns:
void

setInitiativeId

public void setInitiativeId(java.lang.String aInitiativeId1)

This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.

Specified by:
setInitiativeId in interface CampaignStatisticsAccessBeanData
Parameters:
aInitiativeId1 - A initiative identifier
Returns:
void

setInitiativeName

public void setInitiativeName(java.lang.String aInitiativeName1)

This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.

The following is a description of this column:

The name of the initiative as described in the NAME column of the INITIATIVE table.

Specified by:
setInitiativeName in interface CampaignStatisticsAccessBeanData
Parameters:
aInitiativeName1 - A initiative name
Returns:
void

setInitKey_initiativeId

public void setInitKey_initiativeId(java.lang.String aInitKey_initiativeId1)

Set the primary key for this object

Parameters:
aInitKey_initiativeId1 - A initiative identifier
Returns:
void

setInitKey_marketingPageElementId

public void setInitKey_marketingPageElementId(java.lang.String aInitKey_marketingPageElementId1)

Set the primary key for this object

Parameters:
aInitKey_marketingPageElementId1 - A e-Marketing Spot identifier
Returns:
void

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.Integer aMarketingPageElementId1)

This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.

Parameters:
aMarketingPageElementId1 - A e-Marketing Spot identifier
Returns:
void

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.String aMarketingPageElementId1)

This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.

Specified by:
setMarketingPageElementId in interface CampaignStatisticsAccessBeanData
Parameters:
aMarketingPageElementId1 - A e-Marketing Spot identifier
Returns:
void

setMarketingPageElementName

public void setMarketingPageElementName(java.lang.String aMarketingPageElementName1)

This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.

The following is a description of this column:

The name of the e-Marketing Spot as described in the NAME column of the MPE table.

Specified by:
setMarketingPageElementName in interface CampaignStatisticsAccessBeanData
Parameters:
aMarketingPageElementName1 - A e-Marketing Spot name
Returns:
void

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.Integer aMarketingPageElementTypeId1)

This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.

Parameters:
aMarketingPageElementTypeId1 - A e-Marketing Spot type identifier
Returns:
void

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.String aMarketingPageElementTypeId1)

This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.

Specified by:
setMarketingPageElementTypeId in interface CampaignStatisticsAccessBeanData
Parameters:
aMarketingPageElementTypeId1 - A e-Marketing Spot type identifier
Returns:
void

setMarketingPageElementTypeName

public void setMarketingPageElementTypeName(java.lang.String aMarketingPageElementTypeName1)

This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.

The following is a description of this column:

The e-Marketing Spot type name as described in the NAME column of the MPETYPE table.

Specified by:
setMarketingPageElementTypeName in interface CampaignStatisticsAccessBeanData
Parameters:
aMarketingPageElementTypeName1 - A e-Marketing Spot type name
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer aStoreId1)

This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Parameters:
aStoreId1 - A store entity identifier
Returns:
void

setStoreId

public void setStoreId(java.lang.String aStoreId1)

This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Specified by:
setStoreId in interface CampaignStatisticsAccessBeanData
Parameters:
aStoreId1 - A store entity identifier
Returns:
void

setViews

public void setViews(java.lang.Integer aViews1)

This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.

Parameters:
aViews1 - The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
Returns:
void

setViews

public void setViews(java.lang.String aViews1)

This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.

The following is a description of this column:

The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.

Specified by:
setViews in interface CampaignStatisticsAccessBeanData
Parameters:
aViews1 - The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
Returns:
void