This is a Home interface for the Entity Bean
Method Summary | |
---|---|
SalesAssistantStatistics |
create(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 |
SalesAssistantStatistics |
create(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 |
SalesAssistantStatistics |
findByPrimaryKey(
SalesAssistantStatisticsKey key) findByPrimaryKey method comment |
java.util.Enumeration |
findByStoreId(java.lang.Integer sID)
This method returns an Enumeration of
SalesAssistantStatisticsAccessBean for the given store entity
identifier. |
Method Detail |
---|
public SalesAssistantStatistics create(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3) throws javax.ejb.CreateException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
arg1
- A tree identifierarg2
- A store entity identifierarg3
- java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic SalesAssistantStatistics create(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
Maps to a corresponding ejbCreate method in the home interface of the EJB
aTreeId
- A tree identifieraStoreId
- A store entity identifieraConceptId
- A concept identifieraCatGroupId
- A category group identifiernewCount
- The number of times the particular concept or tree
or store was selected (answered) by the customerjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic SalesAssistantStatistics findByPrimaryKey(SalesAssistantStatisticsKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
key
-
com.ibm.commerce.marketingcenter.events.objects.SalesAssistantStatisticsKeyjava.rmi.RemoteException
- The exception description.javax.ejb.FinderException
- The exception
description.public java.util.Enumeration findByStoreId(java.lang.Integer sID) throws java.rmi.RemoteException, javax.ejb.FinderException
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
sID
- A store entity identifierjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exception