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
public 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
public CampaignLog findByPrimaryKey(CampaignLogKey key) throws java.rmi.RemoteException, javax.ejb.FinderException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.