public class ProductComparisonStatisticsAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements ProductComparisonStatisticsAccessBeanData
Constructor and Description |
---|
ProductComparisonStatisticsAccessBean()
Zero argument constructor used to initialize the access bean.
|
ProductComparisonStatisticsAccessBean(javax.ejb.EJBObject o) |
ProductComparisonStatisticsAccessBean(java.lang.Long arg1, java.lang.Integer arg2)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
ProductComparisonStatisticsAccessBean(java.lang.Long aCatGroupId, java.lang.Integer aStoreId, 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 | findByStoreId(java.lang.Integer sID)
This method returns an Enumeration of ProductComparisonStatisticsAccessBean for the given store entity identifier.
|
java.lang.String | getCatGroupId() |
java.lang.Long | getCatGroupIdInEJBType() |
java.lang.String | getPcClicks() |
java.lang.Integer | getPcClicksInEJBType() |
java.lang.String | getPcViews() |
java.lang.Integer | getPcViewsInEJBType() |
java.lang.String | getStoreId() |
java.lang.Integer | getStoreIdInEJBType() |
void | incrementClicks()
Method to increment the click count.
|
void | incrementViews()
Method to increment the view count.
|
void | incrementViews(java.lang.Integer views)
Method to increment the view count.
|
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setCatGroupId(java.lang.Long newValue) |
void | setCatGroupId(java.lang.String newValue) |
void | setInitKey_catGroupId(java.lang.String newValue) |
void | setInitKey_storeId(java.lang.String newValue) |
void | setPcClicks(java.lang.Integer newValue) |
void | setPcClicks(java.lang.String newValue) |
void | setPcViews(java.lang.Integer newValue) |
void | setPcViews(java.lang.String newValue) |
void | setStoreId(java.lang.Integer newValue) |
void | setStoreId(java.lang.String newValue) |
public ProductComparisonStatisticsAccessBean()
public ProductComparisonStatisticsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public ProductComparisonStatisticsAccessBean(java.lang.Long arg1, java.lang.Integer arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public ProductComparisonStatisticsAccessBean(java.lang.Long aCatGroupId, java.lang.Integer aStoreId, 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 findByStoreId(java.lang.Integer sID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of ProductComparisonStatisticsAccessBean for the given store entity identifier.
SQL:
SELECT * FROM PCSTATS WHERE STOREENT_ID =sID GROUP BY CATGROUP_ID, STOREENT_ID, CLICKS, VIEWS, OPTCOUNTER ORDER BY CATGROUP_ID, STOREENT_ID, CLICKS, VIEWS
public void setInitKey_catGroupId(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 getPcViews() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getPcViewsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPcViews(java.lang.String newValue)
public void setPcViews(java.lang.Integer newValue)
public java.lang.String getCatGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getCatGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCatGroupId(java.lang.String newValue)
public void setCatGroupId(java.lang.Long 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 getPcClicks() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getPcClicksInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPcClicks(java.lang.String newValue)
public void setPcClicks(java.lang.Integer 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.
public void incrementViews(java.lang.Integer views) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the view count.