java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.marketingcenter.events.objects.CampaignStatisticsAccessBean
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'.
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 |
public CampaignStatisticsAccessBean()
public CampaignStatisticsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
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
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
Method Detail |
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
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
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
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
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
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
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
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
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
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
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
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
public void setInitKey_marketingPageElementId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_initiativeId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
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.
public void setClicks(java.lang.String newValue)
public void setClicks(java.lang.Integer newValue)
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.
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.
public void setViews(java.lang.String newValue)
public void setViews(java.lang.Integer newValue)
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.
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.
public void setMarketingPageElementTypeId(java.lang.String newValue)
public void setMarketingPageElementTypeId(java.lang.Integer newValue)
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.
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.
public void setInitiativeId(java.lang.String newValue)
Set the primary key for this object
public void setInitiativeId(java.lang.Integer newValue)
Set the primary key for this object
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.
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.
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
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.
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.
public void setMarketingPageElementId(java.lang.String newValue)
public void setMarketingPageElementId(java.lang.Integer newValue)
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.
public void setMarketingPageElementName(java.lang.String newValue)
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.
public void setInitiativeName(java.lang.String newValue)
Set the primary key for this object
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
public void setMarketingPageElementTypeName(java.lang.String newValue)
public void incrementClicks() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the click count.
public void incrementViews() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the view count.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.