|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.events.objects.CampaignStatisticsAccessBean
This bean provides access to the CPGNSTATS table.
The following is a description of this table:
This table contains the statistics related to campaigns. The statistics include the number of impressions and the number of click-throughs.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CampaignStatisticsAccessBean()
Default constructor. |
|
CampaignStatisticsAccessBean(javax.ejb.EJBObject aEJB)
Creates an access bean for the specified EJB. |
|
CampaignStatisticsAccessBean(java.lang.Integer aMpeId,
java.lang.Integer aInitiativeId,
java.lang.Integer aStoreId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CampaignStatisticsAccessBean(java.lang.Integer aMpeId,
java.lang.Integer aInitiativeId,
java.lang.Integer aStoreId,
java.lang.Integer aMpeTypeId,
java.lang.String aMpeName,
java.lang.String aInitiativeName,
java.lang.String aMpeTypeName,
java.lang.Integer newClicks,
java.lang.Integer newViews)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAll()
This method returns an Enumeration of CampaignStatisticsAccessBean. |
java.util.Enumeration |
findAllOrderByClickCount()
This method returns an Enumeration of CampaignStatisticsAccessBean ordered by click count. |
java.util.Enumeration |
findAllOrderByMpeName()
This method returns an Enumeration of CampaignStatisticsAccessBean ordered by e-Marketing Spot name. |
java.util.Enumeration |
findAllOrderByViewCount()
This method returns an Enumeration of CampaignStatisticsAccessBean ordered by the views count. |
java.util.Enumeration |
findByInitiativeId(java.lang.Integer aInitiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier. |
java.util.Enumeration |
findByInitiativeIdOrderByClickCount(java.lang.Integer aInitiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the clicks count. |
java.util.Enumeration |
findByInitiativeIdOrderByMpeName(java.lang.Integer aInitiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by e-Marketing Spot name. |
java.util.Enumeration |
findByInitiativeIdOrderByViewCount(java.lang.Integer aInitiativeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the view count. |
java.util.Enumeration |
findByMpeId(java.lang.Integer aMpeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier. |
java.util.Enumeration |
findByMpeIdOrderByClickCount(java.lang.Integer aMpeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the clicks count. |
java.util.Enumeration |
findByMpeIdOrderByMpeName(java.lang.Integer aMpeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by e-Marketing Spot name. |
java.util.Enumeration |
findByMpeIdOrderByViewCount(java.lang.Integer aMpeId)
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the view count. |
java.lang.String |
getClicks()
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getClicksInEJBType()
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.String |
getInitiativeId()
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getInitiativeIdInEJBType()
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getInitiativeName()
This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getMarketingPageElementId()
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getMarketingPageElementIdInEJBType()
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getMarketingPageElementName()
This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getMarketingPageElementTypeId()
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getMarketingPageElementTypeIdInEJBType()
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.String |
getMarketingPageElementTypeName()
This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getStoreId()
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getViews()
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getViewsInEJBType()
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
incrementClicks()
Method to increment the click count. |
void |
incrementViews()
Method to increment the view count. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setClicks(java.lang.Integer aClicks1)
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setClicks(java.lang.String aClicks1)
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setInitiativeId(java.lang.Integer aInitiativeId1)
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setInitiativeId(java.lang.String aInitiativeId1)
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setInitiativeName(java.lang.String aInitiativeName1)
This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setInitKey_initiativeId(java.lang.String aInitKey_initiativeId1)
Set the primary key for this object |
void |
setInitKey_marketingPageElementId(java.lang.String aInitKey_marketingPageElementId1)
Set the primary key for this object |
void |
setMarketingPageElementId(java.lang.Integer aMarketingPageElementId1)
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setMarketingPageElementId(java.lang.String aMarketingPageElementId1)
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setMarketingPageElementName(java.lang.String aMarketingPageElementName1)
This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setMarketingPageElementTypeId(java.lang.Integer aMarketingPageElementTypeId1)
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setMarketingPageElementTypeId(java.lang.String aMarketingPageElementTypeId1)
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setMarketingPageElementTypeName(java.lang.String aMarketingPageElementTypeName1)
This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setStoreId(java.lang.Integer aStoreId1)
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String aStoreId1)
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setViews(java.lang.Integer aViews1)
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setViews(java.lang.String aViews1)
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CampaignStatisticsAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CampaignStatisticsAccessBean(javax.ejb.EJBObject aEJB) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJB
- A CampaignStatistics EJBObject referencejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CampaignStatisticsAccessBean(java.lang.Integer aMpeId, java.lang.Integer aInitiativeId, java.lang.Integer aStoreId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aMpeId
- A e-Marketing Spot identifieraInitiativeId
- A initiative identifieraStoreId
- A store entity identifierjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CampaignStatisticsAccessBean(java.lang.Integer aMpeId, java.lang.Integer aInitiativeId, java.lang.Integer aStoreId, java.lang.Integer aMpeTypeId, java.lang.String aMpeName, java.lang.String aInitiativeName, java.lang.String aMpeTypeName, java.lang.Integer newClicks, java.lang.Integer newViews) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aMpeId
- A e-Marketing Spot identifieraInitiativeId
- A initiative identifieraStoreId
- A store entity identifieraMpeTypeId
- A e-Marketing Spot type identifieraMpeName
- A e-Marketing Spot nameaInitiativeName
- A initiative nameaMpeTypeName
- A e-Marketing Spot namenewClicks
- The number of times the e-Marketing Spot recommendation was clicked by customersnewViews
- The number of times (impressions) an e-Marketing Spot recommendation was shown to customersjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByInitiativeId(java.lang.Integer aInitiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier.
SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId
aInitiativeId
- A initiative identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer aInitiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the clicks count.
SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId ORDER BY CLICKS
aInitiativeId
- A initiative identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer aInitiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by e-Marketing Spot name.
SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId ORDER BY MPENAME
aInitiativeId
- A initiative identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByInitiativeIdOrderByViewCount(java.lang.Integer aInitiativeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given initiative identifier ordered by the view count.
SQL:
SELECT * FROM CPGNSTATS WHERE INITIATIVE_ID = aInitiativeId ORDER BY VIEWS
aInitiativeId
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMpeId(java.lang.Integer aMpeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier.
SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId
aMpeId
- A e-Marketing Spot identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer aMpeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the clicks count.
SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId ORDER BY CLICKS
aMpeId
- A e-Marketing Spot identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMpeIdOrderByMpeName(java.lang.Integer aMpeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by e-Marketing Spot name.
SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId ORDER BY MPENAME
aMpeId
- A e-Marketing Spot identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMpeIdOrderByViewCount(java.lang.Integer aMpeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CampaignStatisticsAccessBean for the given e-Marketing Spot identifier ordered by the view count.
SQL:
SELECT * FROM CPGNSTATS WHERE MPE_ID = aMpeId ORDER BY VIEWS
aMpeId
- A e-Marketing Spot identifierjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getClicks() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times the e-Marketing Spot recommendation was clicked by customers.
getClicks
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getClicksInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times the e-Marketing Spot recommendation was clicked by customers.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getInitiativeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
getInitiativeId
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getInitiativeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getInitiativeName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the initiative as described in the NAME column of the INITIATIVE table.
getInitiativeName
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarketingPageElementId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.
getMarketingPageElementId
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMarketingPageElementIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarketingPageElementName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the e-Marketing Spot as described in the NAME column of the MPE table.
getMarketingPageElementName
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarketingPageElementTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.
getMarketingPageElementTypeId
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMarketingPageElementTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarketingPageElementTypeName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The e-Marketing Spot type name as described in the NAME column of the MPETYPE table.
getMarketingPageElementTypeName
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
getStoreId
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getViews() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
getViews
in interface CampaignStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getViewsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void incrementClicks() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the click count.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void incrementViews() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the view count.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setClicks(java.lang.Integer aClicks1)
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times the e-Marketing Spot recommendation was clicked by customers.
The
- number of times the e-Marketing Spot recommendation was clicked by customers.public void setClicks(java.lang.String aClicks1)
This method provides access to the CPGNSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times the e-Marketing Spot recommendation was clicked by customers.
setClicks
in interface CampaignStatisticsAccessBeanData
aClicks1
- The number of times the e-Marketing Spot recommendation was clicked by customers.public void setInitiativeId(java.lang.Integer aInitiativeId1)
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
aInitiativeId1
- A initiative identifierpublic void setInitiativeId(java.lang.String aInitiativeId1)
This method provides access to the CPGNSTATS.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
setInitiativeId
in interface CampaignStatisticsAccessBeanData
aInitiativeId1
- A initiative identifierpublic void setInitiativeName(java.lang.String aInitiativeName1)
This method provides access to the CPGNSTATS.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the initiative as described in the NAME column of the INITIATIVE table.
setInitiativeName
in interface CampaignStatisticsAccessBeanData
aInitiativeName1
- A initiative namepublic void setInitKey_initiativeId(java.lang.String aInitKey_initiativeId1)
Set the primary key for this object
aInitKey_initiativeId1
- A initiative identifierpublic void setInitKey_marketingPageElementId(java.lang.String aInitKey_marketingPageElementId1)
Set the primary key for this object
aInitKey_marketingPageElementId1
- A e-Marketing Spot identifierpublic void setMarketingPageElementId(java.lang.Integer aMarketingPageElementId1)
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.
aMarketingPageElementId1
- A e-Marketing Spot identifierpublic void setMarketingPageElementId(java.lang.String aMarketingPageElementId1)
This method provides access to the CPGNSTATS.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the MPE_ID column of the MPE table.
setMarketingPageElementId
in interface CampaignStatisticsAccessBeanData
aMarketingPageElementId1
- A e-Marketing Spot identifierpublic void setMarketingPageElementName(java.lang.String aMarketingPageElementName1)
This method provides access to the CPGNSTATS.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the e-Marketing Spot as described in the NAME column of the MPE table.
setMarketingPageElementName
in interface CampaignStatisticsAccessBeanData
aMarketingPageElementName1
- A e-Marketing Spot namepublic void setMarketingPageElementTypeId(java.lang.Integer aMarketingPageElementTypeId1)
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.
aMarketingPageElementTypeId1
- A e-Marketing Spot type identifierpublic void setMarketingPageElementTypeId(java.lang.String aMarketingPageElementTypeId1)
This method provides access to the CPGNSTATS.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The e-Marketing Spot type identifier as described in the MPETYPE_ID column of the MPETYPE table.
setMarketingPageElementTypeId
in interface CampaignStatisticsAccessBeanData
aMarketingPageElementTypeId1
- A e-Marketing Spot type identifierpublic void setMarketingPageElementTypeName(java.lang.String aMarketingPageElementTypeName1)
This method provides access to the CPGNSTATS.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The e-Marketing Spot type name as described in the NAME column of the MPETYPE table.
setMarketingPageElementTypeName
in interface CampaignStatisticsAccessBeanData
aMarketingPageElementTypeName1
- A e-Marketing Spot type namepublic void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
aStoreId1
- A store entity identifierpublic void setStoreId(java.lang.String aStoreId1)
This method provides access to the CPGNSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
setStoreId
in interface CampaignStatisticsAccessBeanData
aStoreId1
- A store entity identifierpublic void setViews(java.lang.Integer aViews1)
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
aViews1
- The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.public void setViews(java.lang.String aViews1)
This method provides access to the CPGNSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
setViews
in interface CampaignStatisticsAccessBeanData
aViews1
- The number of times (impressions) an e-Marketing Spot recommendation was shown to customers.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |