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. This access bean corresponds to the database table 'CPGNSTATS'.

See Also:
Serialized Form

Constructor Summary
CampaignStatisticsAccessBean()
Zero argument constructor used to initialize the access bean.
CampaignStatisticsAccessBean(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3)
Maps to a corresponding ejbCreate method in the home interface of the EJB
CampaignStatisticsAccessBean(java.lang.Integer aMpeId, java.lang.Integer anInitiativeId, java.lang.Integer aStoreId, java.lang.Integer aMpeTypeId, java.lang.String aMpeName, java.lang.String anInitiativeName, 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
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 initiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier.
java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer initiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the clicks count.
java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer initiativeId)
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 initiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the view count.
java.util.Enumeration findByMpeId(java.lang.Integer mpeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier.
java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer mpeId)
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 mpeId)
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 mpeId)
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 accesses a non-CMP field
void setClicks(java.lang.String newValue)
This method accesses a non-CMP field
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 accesses a non-CMP field
void setMarketingPageElementId(java.lang.String newValue)
This method accesses a non-CMP field
void setMarketingPageElementName(java.lang.String newValue)
This method accesses a non-CMP field
void setMarketingPageElementTypeId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMarketingPageElementTypeId(java.lang.String newValue)
This method accesses a non-CMP field
void setMarketingPageElementTypeName(java.lang.String newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
void setViews(java.lang.Integer newValue)
This method accesses a non-CMP field
void setViews(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.marketingcenter.events.objects.CampaignStatistics com.ibm.commerce.marketingcenter.events.objects.CampaignStatisticsHome.findByPrimaryKey(com.ibm.commerce.marketingcenter.events.objects.CampaignStatisticsKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_marketingPageElementId( java.lang.Integer ) setInitKey_initiativeId( java.lang.Integer )

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 arg1,
                                    java.lang.Integer arg2,
                                    java.lang.Integer arg3)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.naming.NamingException

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

Parameters:
arg1 - A e-Marketing Spot identifier
arg2 - A initiative identifier
arg3 - A store entity identifier
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException

CampaignStatisticsAccessBean

public CampaignStatisticsAccessBean(java.lang.Integer aMpeId,
                                    java.lang.Integer anInitiativeId,
                                    java.lang.Integer aStoreId,
                                    java.lang.Integer aMpeTypeId,
                                    java.lang.String aMpeName,
                                    java.lang.String anInitiativeName,
                                    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
aStoreId - A store entity identifier
aMpeTypeId - A e-Marketing Spot type identifier
aMpeName - A e-Marketing Spot 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
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 initiativeId)
                                         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

Parameters:
initiativeId - 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

findByInitiativeIdOrderByClickCount

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

Parameters:
initiativeId - 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

findByInitiativeIdOrderByMpeName

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

Parameters:
initiativeId - 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

findByInitiativeIdOrderByViewCount

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

Parameters:
initiativeId - 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

findByMpeId

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

Parameters:
mpeId - 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

findByMpeIdOrderByClickCount

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

Parameters:
mpeId - 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

findByMpeIdOrderByMpeName

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

Parameters:
mpeId - 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

findByMpeIdOrderByViewCount

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

Parameters:
mpeId - 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

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 accesses a non-CMP field
Specified by:
setClicks in interface CampaignStatisticsAccessBeanData

setClicks

public void setClicks(java.lang.Integer newValue)
This method accesses a non-CMP field

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 accesses a non-CMP field
Specified by:
setViews in interface CampaignStatisticsAccessBeanData

setViews

public void setViews(java.lang.Integer newValue)
This method accesses a non-CMP field

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:

Reserved for IBM internal use.

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:

Reserved for IBM internal use.

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 accesses a non-CMP field
Specified by:
setMarketingPageElementTypeId in interface CampaignStatisticsAccessBeanData

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.Integer newValue)
This method accesses a non-CMP field

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 campaign activity 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 campaign activity 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 accesses a non-CMP field
Specified by:
setStoreId in interface CampaignStatisticsAccessBeanData

setStoreId

public void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field

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 EMSPOT_ID column of the EMSPOT 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 EMSPOT_ID column of the EMSPOT 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 accesses a non-CMP field
Specified by:
setMarketingPageElementId in interface CampaignStatisticsAccessBeanData

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.Integer newValue)
This method accesses a non-CMP field

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 EMSPOT 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 accesses a non-CMP field
Specified by:
setMarketingPageElementName in interface CampaignStatisticsAccessBeanData

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 campaign activity 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 identifier of the e-Marketing Spot type, the possible values are: &l

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 accesses a non-CMP field
Specified by:
setMarketingPageElementTypeName in interface CampaignStatisticsAccessBeanData

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

Feedback