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


public interface ProductAdvisorStatisticsHome

This is a Home interface for the Entity Bean


Method Summary
 ProductAdvisorStatistics create(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Long arg3)
           
 java.util.Enumeration findByCatGroupIdAndStoreId(java.lang.Long cGID, java.lang.Integer sID)
          Insert the method's description here.
 java.util.Enumeration findByMetaphorTypeIdAndStoreId(java.lang.Integer mTID, java.lang.Integer sID)
          Insert the method's description here.
 ProductAdvisorStatistics findByPrimaryKey(ProductAdvisorStatisticsKey key)
          findByPrimaryKey method comment
 java.util.Enumeration findByStoreId(java.lang.Integer sID)
          Insert the method's description here.
 

Method Detail

create

public ProductAdvisorStatistics create(java.lang.Integer arg1,
                                       java.lang.Integer arg2,
                                       java.lang.Long arg3)
                                throws javax.ejb.CreateException,
                                       java.rmi.RemoteException
Parameters:
arg1 - java.lang.Integer
arg2 - java.lang.Integer
arg3 - java.lang.Long
Returns:
com.ibm.commerce.marketingcenter.events.objects.ProductAdvisorStatistics
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: (8/1/00 12:14:10 PM)

findByMetaphorTypeIdAndStoreId

public java.util.Enumeration findByMetaphorTypeIdAndStoreId(java.lang.Integer mTID,
                                                            java.lang.Integer sID)
                                                     throws java.rmi.RemoteException,
                                                            javax.ejb.FinderException
Insert the method's description here. Creation date: (6/21/00 11:05:27 AM)
Parameters:
Integer - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByPrimaryKey

public ProductAdvisorStatistics findByPrimaryKey(ProductAdvisorStatisticsKey key)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException
findByPrimaryKey method comment
Parameters:
key - com.ibm.commerce.marketingcenter.events.objects.ProductAdvisorStatisticsKey
Returns:
com.ibm.commerce.marketingcenter.events.objects.ProductAdvisorStatistics
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: (8/1/00 12:14:10 PM)