public class CampaignStatisticsAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements CampaignStatisticsAccessBeanData
Constructor and Description |
---|
CampaignStatisticsAccessBean()
Zero argument constructor used to initialize the access bean.
|
CampaignStatisticsAccessBean(javax.ejb.EJBObject o) |
CampaignStatisticsAccessBean(java.lang.Integer initiativeId, java.lang.Integer marketingPageElementId, java.lang.Integer storeId)
Creates an instance from a key for Entity Bean: CampaignStatistics
|
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
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
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() |
java.lang.Integer | getClicksInEJBType() |
java.lang.String | getInitiativeId() |
java.lang.Integer | getInitiativeIdInEJBType() |
java.lang.String | getInitiativeName() |
java.lang.String | getMarketingPageElementId() |
java.lang.Integer | getMarketingPageElementIdInEJBType() |
java.lang.String | getMarketingPageElementName() |
java.lang.String | getMarketingPageElementTypeId() |
java.lang.Integer | getMarketingPageElementTypeIdInEJBType() |
java.lang.String | getMarketingPageElementTypeName() |
java.lang.String | getStoreId() |
java.lang.Integer | getStoreIdInEJBType() |
java.lang.String | getViews() |
java.lang.Integer | getViewsInEJBType() |
void | incrementClicks()
Method to increment the click count.
|
void | incrementViews()
Method to increment the view count.
|
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setClicks(java.lang.Integer newValue) |
void | setClicks(java.lang.String newValue) |
void | setInitiativeId(java.lang.Integer newValue) |
void | setInitiativeId(java.lang.String newValue) |
void | setInitiativeName(java.lang.String newValue) |
void | setInitKey_initiativeId(java.lang.String newValue) |
void | setInitKey_marketingPageElementId(java.lang.String newValue) |
void | setInitKey_storeId(java.lang.String newValue) |
void | setMarketingPageElementId(java.lang.Integer newValue) |
void | setMarketingPageElementId(java.lang.String newValue) |
void | setMarketingPageElementName(java.lang.String newValue) |
void | setMarketingPageElementTypeId(java.lang.Integer newValue) |
void | setMarketingPageElementTypeId(java.lang.String newValue) |
void | setMarketingPageElementTypeName(java.lang.String newValue) |
void | setStoreId(java.lang.Integer newValue) |
void | setStoreId(java.lang.String newValue) |
void | setViews(java.lang.Integer newValue) |
void | setViews(java.lang.String newValue) |
public CampaignStatisticsAccessBean()
public CampaignStatisticsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CampaignStatisticsAccessBean(java.lang.Integer initiativeId, java.lang.Integer marketingPageElementId, java.lang.Integer storeId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
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
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)
public void setInitKey_initiativeId(java.lang.String newValue)
public void setInitKey_storeId(java.lang.String newValue)
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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getClicks() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getClicksInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
public java.lang.Integer getViewsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
public java.lang.Integer getMarketingPageElementTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
public java.lang.Integer getInitiativeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setInitiativeId(java.lang.String newValue)
public void setInitiativeId(java.lang.Integer newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
public java.lang.Integer getMarketingPageElementIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
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
public void setInitiativeName(java.lang.String newValue)
public java.lang.String getMarketingPageElementTypeName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.