This is a Home interface for the Entity Bean
Method Summary | |
ProductComparisonStatistics | create(java.lang.Long arg1, java.lang.Integer arg2) Maps to a corresponding ejbCreate method in the home interface of the EJB |
ProductComparisonStatistics | create(java.lang.Long aCatGroupId, 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 |
ProductComparisonStatistics | findByPrimaryKey(ProductComparisonStatisticsKey key) findByPrimaryKey method comment |
java.util.Enumeration | findByStoreId(java.lang.Integer sID) This method returns an Enumeration of ProductComparisonStatisticsAccessBean for the given store entity identifier. |
Method Detail |
public ProductComparisonStatistics create(java.lang.Long arg1, java.lang.Integer arg2) throws javax.ejb.CreateException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public ProductComparisonStatistics create(java.lang.Long aCatGroupId, java.lang.Integer aStoreId, java.lang.Integer newClicks, java.lang.Integer newViews) throws javax.ejb.CreateException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public ProductComparisonStatistics findByPrimaryKey(ProductComparisonStatisticsKey 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 ProductComparisonStatisticsAccessBean for the given store entity identifier.
SQL:
SELECT * FROM PCSTATS WHERE STOREENT_ID =sID GROUP BY CATGROUP_ID, STOREENT_ID, CLICKS, VIEWS ORDER BY CATGROUP_ID, STOREENT_ID, CLICKS, VIEWS
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.