|
||||||||
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.ProductComparisonStatisticsAccessBean
This bean provides access to the PCSTATS table.
The following is a description of this table:
This table captures statistics related to the Product Comparison Product Advisor metaphor.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ProductComparisonStatisticsAccessBean()
Default constructor. |
|
ProductComparisonStatisticsAccessBean(javax.ejb.EJBObject aEJB)
Creates an access bean for the specified EJB. |
|
ProductComparisonStatisticsAccessBean(java.lang.Long aCategoryGroupId,
java.lang.Integer aStoreId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProductComparisonStatisticsAccessBean(java.lang.Long aCategoryGroupId,
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 |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByStoreId(java.lang.Integer aStoreId)
This method returns an Enumeration of ProductComparisonStatisticsAccessBean for the given store entity identifier. |
java.lang.String |
getCatGroupId()
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.Long |
getCatGroupIdInEJBType()
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.String |
getPcClicks()
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getPcClicksInEJBType()
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.String |
getPcViews()
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getPcViewsInEJBType()
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.String |
getStoreId()
This method provides access to the PCSTATS.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 PCSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
incrementClicks()
Method to increment the click count. |
void |
incrementViews()
Method to increment the view count. |
void |
incrementViews(java.lang.Integer aViewCount)
Method to increment the view count. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatGroupId(java.lang.Long aCatGroupId1)
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setCatGroupId(java.lang.String aCatGroupId1)
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setInitKey_catGroupId(java.lang.String aInitKey_catGroupId1)
Set the primary key for this object |
void |
setInitKey_storeId(java.lang.String aInitKey_storeId1)
Set the primary key for this object |
void |
setPcClicks(java.lang.Integer aPcClicks1)
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setPcClicks(java.lang.String aPcClicks1)
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setPcViews(java.lang.Integer aPcViews1)
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setPcViews(java.lang.String aPcViews1)
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setStoreId(java.lang.Integer aStoreId1)
This method provides access to the PCSTATS.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 PCSTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT 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 ProductComparisonStatisticsAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ProductComparisonStatisticsAccessBean(javax.ejb.EJBObject aEJB) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJB
- A ProductComparisonStatistics EJBObject referencejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ProductComparisonStatisticsAccessBean(java.lang.Long aCategoryGroupId, 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
aCategoryGroupId
- A category group 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 ProductComparisonStatisticsAccessBean(java.lang.Long aCategoryGroupId, 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
aCategoryGroupId
- A category group identifieraStoreId
- A store entity identifiernewClicks
- The number of times customers clicked on a product in Product ComparisonnewViews
- The total number of products shown to customers in Product Comparisonjavax.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 findByStoreId(java.lang.Integer aStoreId) 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 =aStoreId GROUP BY CATGROUP_ID, STOREENT_ID, CLICKS, VIEWS ORDER BY CATGROUP_ID, STOREENT_ID, CLICKS, VIEWS
aStoreId
- A store entity 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 getCatGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER 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 ProductComparisonStatisticsAccessBeanData
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.Long getCatGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER 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
- 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 getPcClicks() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times customers clicked on a product in Product Comparison.
getPcClicks
in interface ProductComparisonStatisticsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemotbeException 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 getPcClicksInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times customers clicked on a product in Product Comparison.
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 getPcViews() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The total number of products shown to customers in Product Comparison.
getPcViews
in interface ProductComparisonStatisticsAccessBeanData
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 getPcViewsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The total number of products shown to customers in Product Comparison.
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 PCSTATS.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 ProductComparisonStatisticsAccessBeanData
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 PCSTATS.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 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 incrementViews(java.lang.Integer aViewCount) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the view count.
aViewCount
- A view countjava.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 setCatGroupId(java.lang.Long aCatGroupId1)
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER 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.
aCatGroupId1
- A category group identifierpublic void setCatGroupId(java.lang.String aCatGroupId1)
This method provides access to the PCSTATS.CATGROUP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER 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 ProductComparisonStatisticsAccessBeanData
aCatGroupId1
- A category group identifierpublic void setInitKey_catGroupId(java.lang.String aInitKey_catGroupId1)
Set the primary key for this object
aInitKey_catGroupId1
- A category group identifierpublic void setInitKey_storeId(java.lang.String aInitKey_storeId1)
Set the primary key for this object
aInitKey_storeId1
- A store entity identifierpublic void setPcClicks(java.lang.Integer aPcClicks1)
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times customers clicked on a product in Product Comparison.
aPcClicks1
- The number of times customers clicked on a product in Product Comparisonpublic void setPcClicks(java.lang.String aPcClicks1)
This method provides access to the PCSTATS.CLICKS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The number of times customers clicked on a product in Product Comparison.
setPcClicks
in interface ProductComparisonStatisticsAccessBeanData
aPcClicks1
- The number of times customers clicked on a product in Product Comparisonpublic void setPcViews(java.lang.Integer aPcViews1)
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The total number of products shown to customers in Product Comparison.
aPcViews1
- The total number of products shown to customers in Product Comparison.public void setPcViews(java.lang.String aPcViews1)
This method provides access to the PCSTATS.VIEWS column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The total number of products shown to customers in Product Comparison.
setPcViews
in interface ProductComparisonStatisticsAccessBeanData
aPcViews1
- The total number of products shown to customers in Product Comparison.public void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the PCSTATS.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 PCSTATS.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 ProductComparisonStatisticsAccessBeanData
aStoreId1
- A store entity identifier
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |