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


public interface ProductComparisonStatisticsHome

This is a Home interface for the Entity Bean


Method Summary
 ProductComparisonStatistics create(java.lang.Long arg1, java.lang.Integer arg2)
           
 ProductComparisonStatistics findByPrimaryKey(ProductComparisonStatisticsKey key)
          findByPrimaryKey method comment
 java.util.Enumeration findByStoreId(java.lang.Integer sID)
          Insert the method's description here.
 

Method Detail

create

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

findByPrimaryKey

public ProductComparisonStatistics findByPrimaryKey(ProductComparisonStatisticsKey key)
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.FinderException
findByPrimaryKey method comment
Parameters:
key - com.ibm.commerce.marketingcenter.events.objects.ProductComparisonStatisticsKey
Returns:
com.ibm.commerce.marketingcenter.events.objects.ProductComparisonStatistics
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.