com.ibm.commerce.marketingcenter.events.objects
Interface ProductExplorerStatisticsHome


public interface ProductExplorerStatisticsHome

This is a Home interface for the Entity Bean


Method Summary
 ProductExplorerStatistics create(java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3)
           
 java.util.Enumeration findByCatGroupIdAndStoreId(java.lang.Long cGID, java.lang.Integer sID)
          Insert the method's description here.
 java.util.Enumeration findByFeatureIdAndStoreId(java.lang.Integer fID, java.lang.Integer sID)
          Insert the method's description here.
 ProductExplorerStatistics findByPrimaryKey(ProductExplorerStatisticsKey key)
          findByPrimaryKey method comment
 java.util.Enumeration findByStoreId(java.lang.Integer sID)
          Insert the method's description here.
 

Method Detail

create

public ProductExplorerStatistics create(java.lang.Long arg1,
                                        java.lang.Integer arg2,
                                        java.lang.Integer arg3)
                                 throws javax.ejb.CreateException,
                                        java.rmi.RemoteException
Parameters:
arg1 - java.lang.Long
arg2 - java.lang.Integer
arg3 - java.lang.Integer
Returns:
com.ibm.commerce.marketingcenter.events.objects.ProductExplorerStatistics
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.

findByCatGroupIdAndStoreId

public java.util.Enumeration findByCatGroupIdAndStoreId(java.lang.Long cGID,
                                                        java.lang.Integer sID)
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.FinderException
Insert the method's description here. Creation date: (6/21/00 10:09:47 AM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByFeatureIdAndStoreId

public java.util.Enumeration findByFeatureIdAndStoreId(java.lang.Integer fID,
                                                       java.lang.Integer sID)
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.FinderException
Insert the method's description here. Creation date: (6/21/00 10:09:47 AM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByPrimaryKey

public ProductExplorerStatistics findByPrimaryKey(ProductExplorerStatisticsKey key)
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.FinderException
findByPrimaryKey method comment
Parameters:
key - com.ibm.commerce.marketingcenter.events.objects.ProductExplorerStatisticsKey
Returns:
com.ibm.commerce.marketingcenter.events.objects.ProductExplorerStatistics
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByStoreId

public java.util.Enumeration findByStoreId(java.lang.Integer sID)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException
Insert the method's description here. Creation date: (6/21/00 10:09:47 AM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.