java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.marketingcenter.events.objects.SalesAssistantStatisticsAccessBean
This table captures statistics related to the Sales Assistant Product Advisor metaphor. This access bean corresponds to the database table 'SASTATS'.
Constructor Summary | |
SalesAssistantStatisticsAccessBean() Zero argument constructor used to initialize the access bean. |
|
SalesAssistantStatisticsAccessBean(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
SalesAssistantStatisticsAccessBean(java.lang.Integer aTreeId, java.lang.Integer aStoreId, java.lang.Integer aConceptId, java.lang.Long aCatGroupId, java.lang.Integer newCount) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
SalesAssistantStatisticsAccessBean(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 | findByStoreId(java.lang.Integer sID) This method returns an Enumeration of SalesAssistantStatisticsAccessBean for the given store entity identifier. |
java.lang.String | getCatGroupId() This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT. |
java.lang.Long | getCatGroupIdInEJBType() This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT. |
java.lang.String | getConceptId() This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getConceptIdInEJBType() This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getSaCount() This method provides access to the SASTATS.COUNT column of DB2 type INTEGER. |
java.lang.Integer | getSaCountInEJBType() This method provides access to the SASTATS.COUNT column of DB2 type INTEGER. |
java.lang.String | getStoreId() This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreIdInEJBType() This method provides access to the SASTATS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getTreeId() This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getTreeIdInEJBType() This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL. |
void | incrementCount() Method to increment the number of times the particular concept or tree or store was selected (answered) by the customer |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCatGroupId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setCatGroupId(java.lang.String newValue) This method accesses a non-CMP field |
void | setConceptId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setConceptId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_conceptId(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 | setInitKey_treeId(java.lang.String newValue) Set the primary key for this object |
void | setSaCount(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSaCount(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.String newValue) This method accesses a non-CMP field |
void | setTreeId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setTreeId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SalesAssistantStatisticsAccessBean()
public SalesAssistantStatisticsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public SalesAssistantStatisticsAccessBean(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public SalesAssistantStatisticsAccessBean(java.lang.Integer aTreeId, java.lang.Integer aStoreId, java.lang.Integer aConceptId, java.lang.Long aCatGroupId, java.lang.Integer newCount) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
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 SalesAssistantStatisticsAccessBean for the given store entity identifier.
SQL:
SELECT * FROM SASTATS WHERE STOREENT_ID =sID GROUP BY TREE_ID,CATGROUP_ID,CONCEPT_ID,STOREENT_ID,COUNT ORDER BY TREE_ID,CATGROUP_ID
public void setInitKey_treeId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_storeId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_conceptId(java.lang.String newValue)
Set the primary key for this object
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
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getSaCount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The number of times the particular concept or tree or store was selected (answered) by the customer.
public java.lang.Integer getSaCountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.COUNT column of DB2 type INTEGER.
The following is a description of this column:
The number of times the particular concept or tree or store was selected (answered) by the customer.
public void setSaCount(java.lang.String newValue)
public void setSaCount(java.lang.Integer newValue)
public java.lang.String getCatGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT.
The following is a description of this column:
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
public java.lang.Long getCatGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.CATGROUP_ID column of DB2 type BIGINT.
The following is a description of this column:
The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
public void setCatGroupId(java.lang.String newValue)
public void setCatGroupId(java.lang.Long newValue)
public java.lang.String getConceptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This is the concept identifier as described in the CONCEPTID column of the ICKNOWLEDG table.
public java.lang.Integer getConceptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.CONCEPT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This is the concept identifier as described in the CONCEPTID column of the ICKNOWLEDG table.
public void setConceptId(java.lang.String newValue)
public void setConceptId(java.lang.Integer newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.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.
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.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.
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
public java.lang.String getTreeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The tree identifier as described in the TREEID column of the ICKNOWLEDG table.
public java.lang.Integer getTreeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SASTATS.TREE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The tree identifier as described in the TREEID column of the ICKNOWLEDG table.
public void setTreeId(java.lang.String newValue)
public void setTreeId(java.lang.Integer newValue)
public void incrementCount() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method to increment the number of times the particular concept or tree or store was selected (answered) by the customer
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.