This is a Home interface for the Entity Bean
Method Summary | |
---|---|
CampaignLog |
create(java.lang.Long userTrafficId, java.lang.Integer mpeId,
java.lang.Integer storeId, java.lang.Integer initiativeId) Maps to a corresponding ejbCreate method in the home interface of the EJB |
CampaignLog |
create(java.lang.Long anUserTrafficId, java.lang.Integer aMpeId,
java.lang.Integer anInitiativeId, java.lang.Integer aStoreId,
java.lang.Integer aCampaignId, java.lang.Integer aMpeTypeId,
java.lang.String aMpeName, java.lang.String anInitiativeName,
java.lang.String aCampaignName, java.lang.String aMpeTypeName,
java.lang.String theResults, java.lang.String theSegments) Maps to a corresponding ejbCreate method in the home interface of the EJB |
CampaignLog |
findByPrimaryKey(
CampaignLogKey key)
findByPrimaryKey method comment |
Method Detail |
---|
public CampaignLog create(java.lang.Long userTrafficId, java.lang.Integer mpeId, java.lang.Integer storeId, java.lang.Integer initiativeId) throws javax.ejb.CreateException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
userTrafficId
- A user traffic identifiermpeId
- A e-Marketing Spot identifierstoreId
- A store entity identifierinitiativeId
- A initiative identifierjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic CampaignLog create(java.lang.Long anUserTrafficId, java.lang.Integer aMpeId, java.lang.Integer anInitiativeId, java.lang.Integer aStoreId, java.lang.Integer aCampaignId, java.lang.Integer aMpeTypeId, java.lang.String aMpeName, java.lang.String anInitiativeName, java.lang.String aCampaignName, java.lang.String aMpeTypeName, java.lang.String theResults, java.lang.String theSegments) throws javax.ejb.CreateException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aMpeId
- A e-Marketing Spot identifieraStoreId
- A store entity identifieraCampaignId
- A campaign identifieraMpeTypeId
- A e-Marketing Spot type identifieraMpeName
- A e-Marketing Spot nameaCampaignName
- A campaign nameaMpeTypeName
- A e-Marketing Spot type nametheResults
- The comma-delimited list of category entry
identifiers or ad copy identifierstheSegments
- The comma-delimited list of customer profile
names in which the customer fell into when a recommendation was runjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic CampaignLog findByPrimaryKey(CampaignLogKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
key
-
com.ibm.commerce.marketingcenter.events.objects.CampaignLogKeyjava.rmi.RemoteException
- The exception description.javax.ejb.FinderException
- The exception
description.