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


public interface CampaignLogHome

This is a Home interface for the Entity Bean


Method Summary
 CampaignLog create(java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3)
           
 CampaignLog findByPrimaryKey(CampaignLogKey key)
          findByPrimaryKey method comment
 

Method Detail

create

public CampaignLog 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.CampaignLog
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.

findByPrimaryKey

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