java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.events.objects.ProductAdvisorStatisticsAccessBean
This table captures the invocation statistics for each Product Advisor metaphor.
Constructor Summary | |
---|---|
ProductAdvisorStatisticsAccessBean() constructor | |
ProductAdvisorStatisticsAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.Long arg2) constructor | |
ProductAdvisorStatisticsAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.Long arg2,
java.lang.Integer arg3) constructor | |
ProductAdvisorStatisticsAccessBean(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 |
findByCatGroupIdAndStoreId(java.lang.Long arg0,
java.lang.Integer arg1) This method returns an Enumeration of ProductAdvisorStatisticsAccessBean for the given category group identifier and store entity identifier. |
java.util.Enumeration |
findByMetaphorTypeIdAndStoreId(java.lang.Integer arg0,
java.lang.Integer arg1) This method returns an Enumeration of ProductAdvisorStatisticsAccessBean for the given metaphor type identifier and store entity identifier. |
java.util.Enumeration |
findByStoreId(java.lang.Integer arg0) This method returns an Enumeration of ProductAdvisorStatisticsAccessBean for the given store entity identifier. |
java.lang.String |
getCatGroupId() This method provides access to the PASTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatGroupIdInEJBType() This method provides access to the PASTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMetaphorTypeId() This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMetaphorTypeIdInEJBType() This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getPaCount() This method provides access to the PASTATS.COUNT column of DB2 type INTEGER. |
java.lang.Integer |
getPaCountInEJBType() This method provides access to the PASTATS.COUNT column of DB2 type INTEGER. |
java.lang.String |
getStoreId() This method provides access to the PASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the PASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
incrementCount() Method to increment the metaphor count. |
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 PASTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatGroupId(java.lang.String newValue) This method provides access to the PASTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_catGroupId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_metaphorTypeId(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 |
setMetaphorTypeId(java.lang.Integer newValue) This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL. |
void |
setMetaphorTypeId(java.lang.String newValue) This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL. |
void |
setPaCount(java.lang.Integer newValue) This method provides access to the PASTATS.COUNT column of DB2 type INTEGER. |
void |
setPaCount(java.lang.String newValue) This method provides access to the PASTATS.COUNT column of DB2 type INTEGER. |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the PASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the PASTATS.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 ProductAdvisorStatisticsAccessBean()
public ProductAdvisorStatisticsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ProductAdvisorStatisticsAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Long arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Integerarg1
- java.lang.Integerarg2
- java.lang.Longjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public ProductAdvisorStatisticsAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Long arg2, java.lang.Integer arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Integerarg1
- java.lang.Integerarg2
- java.lang.Longarg3
- 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 ProductAdvisorStatisticsAccessBean for the given category group identifier and store entity identifier.
SQL:
SELECT * FROM PASTATS 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 findByMetaphorTypeIdAndStoreId(java.lang.Integer arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of ProductAdvisorStatisticsAccessBean for the given metaphor type identifier and store entity identifier.
SQL:
SELECT * FROM PASTATS WHERE METAPHORTYPE_ID = mTID 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 ProductAdvisorStatisticsAccessBean for the given store entity identifier.
SQL:
SELECT * FROM PASTATS WHERE STOREENT_ID =sID GROUP BY CATGROUP_ID,
METAPHORTYPE, STOREENT_ID, COUNT ORDER BY CATGROUP_ID, METAPHORTYPE
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_catGroupId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_metaphorTypeId(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 PASTATS.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
ProductAdvisorStatisticsAccessBeanData
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 PASTATS.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 PASTATS.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
ProductAdvisorStatisticsAccessBeanData
newValue
- Stringpublic void setCatGroupId(java.lang.Long newValue)
This method provides access to the PASTATS.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 getMetaphorTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The metaphor type identifier as described in the METAPHORTYPEID column of the ICMETAREG table.
getMetaphorTypeId
in interface
ProductAdvisorStatisticsAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMetaphorTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The metaphor type identifier as described in the METAPHORTYPEID column of the ICMETAREG table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMetaphorTypeId(java.lang.String newValue)
This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The metaphor type identifier as described in the METAPHORTYPEID column of the ICMETAREG table.
setMetaphorTypeId
in interface
ProductAdvisorStatisticsAccessBeanData
newValue
- Stringpublic void setMetaphorTypeId(java.lang.Integer newValue)
This method provides access to the PASTATS.METAPHORTYPE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The metaphor type identifier as described in the METAPHORTYPEID column of the ICMETAREG table.
newValue
- java.lang.Integerpublic java.lang.String getPaCount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PASTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The number of times this particular metaphor was invoked by a customer.
getPaCount
in interface
ProductAdvisorStatisticsAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getPaCountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PASTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The number of times this particular metaphor was invoked by a customer.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPaCount(java.lang.String newValue)
This method provides access to the PASTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The number of times this particular metaphor was invoked by a customer.
setPaCount
in interface
ProductAdvisorStatisticsAccessBeanData
newValue
- Stringpublic void setPaCount(java.lang.Integer newValue)
This method provides access to the PASTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The number of times this particular metaphor was invoked by a customer.
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 PASTATS.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
ProductAdvisorStatisticsAccessBeanData
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 PASTATS.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 PASTATS.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
ProductAdvisorStatisticsAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the PASTATS.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 void incrementCount() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the metaphor count.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
javax.naming.NamingException