java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.events.objects.ProductExplorerStatisticsAccessBean
This table captures statistics related to the Product Explorer Product Advisor metaphor.
Constructor Summary | |
---|---|
ProductExplorerStatisticsAccessBean() constructor | |
ProductExplorerStatisticsAccessBean(javax.ejb.EJBObject o) constructor | |
ProductExplorerStatisticsAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Integer arg2) constructor | |
ProductExplorerStatisticsAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Integer arg2, java.lang.String arg3,
java.lang.Integer arg4) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatGroupIdAndStoreId(java.lang.Long arg0,
java.lang.Integer arg1) This method returns an Enumeration of ProductExplorerStatisticsAccessBean for the given category group identifier and store entity identifier. |
java.util.Enumeration |
findByFeatureIdAndStoreId(java.lang.Integer arg0,
java.lang.Integer arg1) This method returns an Enumeration of ProductExplorerStatisticsAccessBean for the given feature identifier and store entity identifier. |
java.util.Enumeration |
findByStoreId(java.lang.Integer arg0) This method returns an Enumeration of ProductExplorerStatisticsAccessBean for the given store entity identifier. |
java.lang.String |
getCatGroupId() This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatGroupIdInEJBType() This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getFeatureId() This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFeatureIdInEJBType() This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getPeCount() This method provides access to the PESTATS.COUNT column of DB2 type INTEGER. |
java.lang.Integer |
getPeCountInEJBType() This method provides access to the PESTATS.COUNT column of DB2 type INTEGER. |
java.lang.String |
getPeFeatureName() This method provides access to the PESTATS.FEATURENAME column of DB2 type VARCHAR(64). |
java.lang.String |
getStoreId() This method provides access to the PESTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the PESTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
incrementCount() Method to increment the number of times that the feature was searched. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatGroupId(java.lang.Long newValue) This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatGroupId(java.lang.String newValue) This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setFeatureId(java.lang.Integer newValue) This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL. |
void |
setFeatureId(java.lang.String newValue) This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_catGroupId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_featureId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_storeId(java.lang.String newValue) Set the primary key for this object |
void |
setPeCount(java.lang.Integer newValue) This method provides access to the PESTATS.COUNT column of DB2 type INTEGER. |
void |
setPeCount(java.lang.String newValue) This method provides access to the PESTATS.COUNT column of DB2 type INTEGER. |
void |
setPeFeatureName(java.lang.String newValue) This method provides access to the PESTATS.FEATURENAME column of DB2 type VARCHAR(64). |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the PESTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the PESTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ProductExplorerStatisticsAccessBean()
public ProductExplorerStatisticsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ProductExplorerStatisticsAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public ProductExplorerStatisticsAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.String arg3, java.lang.Integer arg4) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerarg3
- java.lang.Stringarg4
- java.lang.Integerjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public java.util.Enumeration findByCatGroupIdAndStoreId(java.lang.Long arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of ProductExplorerStatisticsAccessBean for the given category group identifier and store entity identifier.
SQL:
SELECT * FROM PESTATS WHERE CATGROUP_ID = cGID AND STOREENT_ID
=sID
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByFeatureIdAndStoreId(java.lang.Integer arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of ProductExplorerStatisticsAccessBean for the given feature identifier and store entity identifier.
SQL:
SELECT * FROM PESTATS WHERE FEATURE_ID = fID AND STOREENT_ID
=sID
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByStoreId(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of ProductExplorerStatisticsAccessBean for the given store entity identifier.
SQL:
SELECT * FROM PESTATS WHERE STOREENT_ID =sID GROUP BY CATGROUP_ID,
FEATURENAME, FEATURE_ID, STOREENT_ID, COUNT ORDER BY CATGROUP_ID,
FEATURENAME
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_storeId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_featureId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_catGroupId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
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
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getCatGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
getCatGroupId
in interface
ProductExplorerStatisticsAccessBeanData
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
This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatGroupId(java.lang.String newValue)
This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
setCatGroupId
in interface
ProductExplorerStatisticsAccessBeanData
newValue
- Stringpublic void setCatGroupId(java.lang.Long newValue)
This method provides access to the PESTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
newValue
- java.lang.Longpublic java.lang.String getFeatureId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This is the feature identifier as described in the FEATUREID column of the ICEXPLFEAT table.
getFeatureId
in interface
ProductExplorerStatisticsAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getFeatureIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This is the feature identifier as described in the FEATUREID column of the ICEXPLFEAT table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFeatureId(java.lang.String newValue)
This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This is the feature identifier as described in the FEATUREID column of the ICEXPLFEAT table.
setFeatureId
in interface
ProductExplorerStatisticsAccessBeanData
newValue
- Stringpublic void setFeatureId(java.lang.Integer newValue)
This method provides access to the PESTATS.FEATURE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This is the feature identifier as described in the FEATUREID column of the ICEXPLFEAT table.
newValue
- java.lang.Integerpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.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.
getStoreId
in interface
ProductExplorerStatisticsAccessBeanData
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
This method provides access to the PESTATS.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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
This method provides access to the PESTATS.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.
setStoreId
in interface
ProductExplorerStatisticsAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the PESTATS.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.
newValue
- java.lang.Integerpublic java.lang.String getPeCount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The total number of times this a feature was searched for in Product Explorer.
getPeCount
in interface
ProductExplorerStatisticsAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getPeCountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The total number of times this a feature was searched for in Product Explorer.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPeCount(java.lang.String newValue)
This method provides access to the PESTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The total number of times this a feature was searched for in Product Explorer.
setPeCount
in interface
ProductExplorerStatisticsAccessBeanData
newValue
- Stringpublic void setPeCount(java.lang.Integer newValue)
This method provides access to the PESTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The total number of times this a feature was searched for in Product Explorer.
newValue
- java.lang.Integerpublic java.lang.String getPeFeatureName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PESTATS.FEATURENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
This is the feature name as described in the NAME column of the ICEXPLDESC table.
getPeFeatureName
in interface
ProductExplorerStatisticsAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPeFeatureName(java.lang.String newValue)
This method provides access to the PESTATS.FEATURENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
This is the feature name as described in the NAME column of the ICEXPLDESC table.
setPeFeatureName
in interface
ProductExplorerStatisticsAccessBeanData
newValue
- java.lang.Stringpublic void incrementCount() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the number of times that the feature was searched.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
javax.naming.NamingException