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
public 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
public SalesAssistantStatistics findByPrimaryKey(SalesAssistantStatisticsKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.