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

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

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

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

See Also:
Serialized Form

Constructor Summary
CampaignStatisticsAccessBean()
          constructor
CampaignStatisticsAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2)
          constructor
CampaignStatisticsAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3, java.lang.String arg4, java.lang.String arg5, java.lang.String arg6, java.lang.Integer arg7, java.lang.Integer arg8)
          constructor
CampaignStatisticsAccessBean(javax.ejb.EJBObject o)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 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 arg0)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier.
 java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer arg0)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the clicks count.
 java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer arg0)
          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 arg0)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the view count.
 java.util.Enumeration findByMpeId(java.lang.Integer arg0)
          This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier.
 java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer arg0)
          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 arg0)
          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 arg0)
          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.
 java.lang.Integer getClicksInEJBType()
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER.
 java.lang.String getInitiativeId()
          This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getInitiativeIdInEJBType()
          This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getInitiativeName()
          This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64).
 java.lang.String getMarketingPageElementId()
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMarketingPageElementIdInEJBType()
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getMarketingPageElementName()
          This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64).
 java.lang.String getMarketingPageElementTypeId()
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER.
 java.lang.Integer getMarketingPageElementTypeIdInEJBType()
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER.
 java.lang.String getMarketingPageElementTypeName()
          This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64).
 java.lang.String getStoreId()
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getViews()
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER.
 java.lang.Integer getViewsInEJBType()
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER.
 void incrementClicks()
          Method to increment the click count.
 void incrementViews()
          Method to increment the view count.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setClicks(java.lang.Integer newValue)
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER.
 void setClicks(java.lang.String newValue)
          This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER.
 void setInitiativeId(java.lang.Integer newValue)
          Set the primary key for this object
 void setInitiativeId(java.lang.String newValue)
          Set the primary key for this object
 void setInitiativeName(java.lang.String newValue)
          Set the primary key for this object
 void setInitKey_initiativeId(java.lang.String newValue)
          Set the primary key for this object
 void setInitKey_marketingPageElementId(java.lang.String newValue)
          Set the primary key for this object
 void setMarketingPageElementId(java.lang.Integer newValue)
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL.
 void setMarketingPageElementId(java.lang.String newValue)
          This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL.
 void setMarketingPageElementName(java.lang.String newValue)
          This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64).
 void setMarketingPageElementTypeId(java.lang.Integer newValue)
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER.
 void setMarketingPageElementTypeId(java.lang.String newValue)
          This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER.
 void setMarketingPageElementTypeName(java.lang.String newValue)
          This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64).
 void setStoreId(java.lang.Integer newValue)
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setStoreId(java.lang.String newValue)
          This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setViews(java.lang.Integer newValue)
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER.
 void setViews(java.lang.String newValue)
          This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean()
constructor

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(javax.ejb.EJBObject o)
                             throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(java.lang.Integer arg0,
                                    java.lang.Integer arg1,
                                    java.lang.Integer arg2)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.naming.NamingException
constructor
Parameters:
arg0 - java.lang.Integer
arg1 - java.lang.Integer
arg2 - java.lang.Integer
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(java.lang.Integer arg0,
                                    java.lang.Integer arg1,
                                    java.lang.Integer arg2,
                                    java.lang.Integer arg3,
                                    java.lang.String arg4,
                                    java.lang.String arg5,
                                    java.lang.String arg6,
                                    java.lang.Integer arg7,
                                    java.lang.Integer arg8)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.naming.NamingException
constructor
Parameters:
arg0 - java.lang.Integer
arg1 - java.lang.Integer
arg2 - java.lang.Integer
arg3 - java.lang.Integer
arg4 - java.lang.String
arg5 - java.lang.String
arg6 - java.lang.String
arg7 - java.lang.Integer
arg8 - java.lang.Integer
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail

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

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

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

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

findByInitiativeId

public java.util.Enumeration findByInitiativeId(java.lang.Integer arg0)
                                         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 = initiativeId

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

findByInitiativeIdOrderByClickCount

public java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer arg0)
                                                          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 = initiativeId 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

findByInitiativeIdOrderByMpeName

public java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer arg0)
                                                       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 = initiativeId 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

findByInitiativeIdOrderByViewCount

public java.util.Enumeration findByInitiativeIdOrderByViewCount(java.lang.Integer arg0)
                                                         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 = initiativeId 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

findByMpeId

public java.util.Enumeration findByMpeId(java.lang.Integer arg0)
                                  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 = mpeId

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

findByMpeIdOrderByClickCount

public java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer arg0)
                                                   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 = mpeId 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

findByMpeIdOrderByMpeName

public java.util.Enumeration findByMpeIdOrderByMpeName(java.lang.Integer arg0)
                                                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 = mpeId 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

findByMpeIdOrderByViewCount

public java.util.Enumeration findByMpeIdOrderByViewCount(java.lang.Integer arg0)
                                                  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 = mpeId 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

setInitKey_marketingPageElementId

public void setInitKey_marketingPageElementId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_initiativeId

public void setInitKey_initiativeId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

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).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setClicks

public void setClicks(java.lang.String newValue)

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

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:
newValue - String
Returns:
void

setClicks

public void setClicks(java.lang.Integer newValue)

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

The following is a description of this column:

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

Parameters:
newValue - java.lang.Integer
Returns:
void

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setViews

public void setViews(java.lang.String newValue)

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

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:
newValue - String
Returns:
void

setViews

public void setViews(java.lang.Integer newValue)

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

The following is a description of this column:

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

Parameters:
newValue - java.lang.Integer
Returns:
void

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.String newValue)

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

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:
newValue - String
Returns:
void

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.Integer newValue)

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

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:
newValue - java.lang.Integer
Returns:
void

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitiativeId

public void setInitiativeId(java.lang.String newValue)

Set the primary key for this object

Specified by:
setInitiativeId in interface CampaignStatisticsAccessBeanData
Parameters:
newValue - String
Returns:
void

setInitiativeId

public void setInitiativeId(java.lang.Integer newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.Integer
Returns:
void

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

public void setStoreId(java.lang.String newValue)

This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 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:
newValue - String
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer newValue)

This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 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:
newValue - java.lang.Integer
Returns:
void

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.

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:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.String newValue)

This method provides access to the CPGNSTATS.MPE_ID column of DB2 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:
newValue - String
Returns:
void

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.Integer newValue)

This method provides access to the CPGNSTATS.MPE_ID column of DB2 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:
newValue - java.lang.Integer
Returns:
void

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).

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementName

public void setMarketingPageElementName(java.lang.String newValue)

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

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:
newValue - java.lang.String
Returns:
void

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).

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitiativeName

public void setInitiativeName(java.lang.String newValue)

Set the primary key for this object

Specified by:
setInitiativeName in interface CampaignStatisticsAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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).

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementTypeName

public void setMarketingPageElementTypeName(java.lang.String newValue)

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

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:
newValue - java.lang.String
Returns:
void

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
javax.naming.NamingException

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
javax.naming.NamingException