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


public interface CampaignStatisticsHome

This is a Home interface for the Entity Bean


Method Summary
 CampaignStatistics create(java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3)
           
 java.util.Enumeration findAll()
          Insert the method's description here.
 java.util.Enumeration findAllOrderByClickCount()
          Insert the method's description here.
 java.util.Enumeration findAllOrderByMpeName()
          Insert the method's description here.
 java.util.Enumeration findAllOrderByViewCount()
          Insert the method's description here.
 java.util.Enumeration findByInitiativeId(java.lang.Integer initiativeId)
          Insert the method's description here.
 java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer initiativeId)
          Insert the method's description here.
 java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer initiativeId)
          Insert the method's description here.
 java.util.Enumeration findByInitiativeIdOrderByViewCount(java.lang.Integer initiativeId)
          Insert the method's description here.
 java.util.Enumeration findByMpeId(java.lang.Integer mpeId)
          Insert the method's description here.
 java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer mpeId)
          Insert the method's description here.
 java.util.Enumeration findByMpeIdOrderByMpeName(java.lang.Integer mpeId)
          Insert the method's description here.
 java.util.Enumeration findByMpeIdOrderByViewCount(java.lang.Integer mpeId)
          Insert the method's description here.
 CampaignStatistics findByPrimaryKey(CampaignStatisticsKey key)
          findByPrimaryKey method comment
 

Method Detail

create

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

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 1:57:40 PM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findAllOrderByClickCount

public java.util.Enumeration findAllOrderByClickCount()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 1:57:40 PM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findAllOrderByMpeName

public java.util.Enumeration findAllOrderByMpeName()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 1:57:40 PM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findAllOrderByViewCount

public java.util.Enumeration findAllOrderByViewCount()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 1:57:40 PM)
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByInitiativeId

public java.util.Enumeration findByInitiativeId(java.lang.Integer initiativeId)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:08:48 PM)
Parameters:
initiativeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByInitiativeIdOrderByClickCount

public java.util.Enumeration findByInitiativeIdOrderByClickCount(java.lang.Integer initiativeId)
                                                          throws java.rmi.RemoteException,
                                                                 javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:08:48 PM)
Parameters:
initiativeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByInitiativeIdOrderByMpeName

public java.util.Enumeration findByInitiativeIdOrderByMpeName(java.lang.Integer initiativeId)
                                                       throws java.rmi.RemoteException,
                                                              javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:08:48 PM)
Parameters:
initiativeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByInitiativeIdOrderByViewCount

public java.util.Enumeration findByInitiativeIdOrderByViewCount(java.lang.Integer initiativeId)
                                                         throws java.rmi.RemoteException,
                                                                javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:08:48 PM)
Parameters:
initiativeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByMpeId

public java.util.Enumeration findByMpeId(java.lang.Integer mpeId)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:09:54 PM)
Parameters:
mpeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByMpeIdOrderByClickCount

public java.util.Enumeration findByMpeIdOrderByClickCount(java.lang.Integer mpeId)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:09:54 PM)
Parameters:
mpeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByMpeIdOrderByMpeName

public java.util.Enumeration findByMpeIdOrderByMpeName(java.lang.Integer mpeId)
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:09:54 PM)
Parameters:
mpeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByMpeIdOrderByViewCount

public java.util.Enumeration findByMpeIdOrderByViewCount(java.lang.Integer mpeId)
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.FinderException
Insert the method's description here. Creation date: (5/31/00 2:09:54 PM)
Parameters:
mpeId - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

findByPrimaryKey

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