com.ibm.commerce.marketingcenter.events.objects
Class CampaignLogAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.marketingcenter.events.objects.CampaignLogAccessBean
All Implemented Interfaces:
CampaignLogAccessBeanData

public class CampaignLogAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements CampaignLogAccessBeanData

This table records the relevant data of a recommendation event. It captures which campaign was run, which campaign activity was run, the e-Marketing Spot, which customer segments were involved, and what was recommended to the customer. This access bean corresponds to the database table 'CPGNLOG'.

See Also:
Serialized Form

Constructor Summary
CampaignLogAccessBean()
Zero argument constructor used to initialize the access bean.
CampaignLogAccessBean(javax.ejb.EJBObject o)
constructor
CampaignLogAccessBean(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
CampaignLogAccessBean(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
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.lang.String getCampaignId()
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.
java.lang.Integer getCampaignIdInEJBType()
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.
java.lang.String getCampaignName()
This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64).
java.lang.String getInitiativeId()
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getInitiativeIdInEJBType()
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getInitiativeName()
This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64).
java.lang.String getMarketingPageElementId()
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getMarketingPageElementIdInEJBType()
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getMarketingPageElementName()
This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64).
java.lang.String getMarketingPageElementTypeId()
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.
java.lang.Integer getMarketingPageElementTypeIdInEJBType()
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.
java.lang.String getMarketingPageElementTypeName()
This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64).
java.lang.String getResults()
This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254).
java.lang.String getSegments()
This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254).
java.lang.String getStoreId()
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getStoreIdInEJBType()
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getUserTrafficId()
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getUserTrafficIdInEJBType()
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setCampaignId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setCampaignId(java.lang.String newValue)
This method accesses a non-CMP field
void setCampaignName(java.lang.String newValue)
This method accesses a non-CMP field
void setInitiativeId(java.lang.Integer newValue)
Set the primary key for this object
void setInitiativeId(java.lang.String newValue)
Set the primary key for this object
void setInitiativeName(java.lang.String newValue)
Set the primary key for this object
void setInitKey_initiativeId(java.lang.String newValue)
Set the primary key for this object
void setInitKey_marketingPageElementId(java.lang.String newValue)
Set the primary key for this object
void setInitKey_userTrafficId(java.lang.String newValue)
Set the primary key for this object
void setMarketingPageElementId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMarketingPageElementId(java.lang.String newValue)
This method accesses a non-CMP field
void setMarketingPageElementName(java.lang.String newValue)
This method accesses a non-CMP field
void setMarketingPageElementTypeId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMarketingPageElementTypeId(java.lang.String newValue)
This method accesses a non-CMP field
void setMarketingPageElementTypeName(java.lang.String newValue)
This method accesses a non-CMP field
void setResults(java.lang.String newValue)
This method accesses a non-CMP field
void setSegments(java.lang.String newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
void setUserTrafficId(java.lang.Long newValue)
This method accesses a non-CMP field
void setUserTrafficId(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CampaignLogAccessBean

public CampaignLogAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.marketingcenter.events.objects.CampaignLog com.ibm.commerce.marketingcenter.events.objects.CampaignLogHome.findByPrimaryKey(com.ibm.commerce.marketingcenter.events.objects.CampaignLogKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_userTrafficId( java.lang.Long ) setInitKey_marketingPageElementId( java.lang.Integer ) setInitKey_initiativeId( java.lang.Integer )

CampaignLogAccessBean

public CampaignLogAccessBean(javax.ejb.EJBObject o)
                      throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

CampaignLogAccessBean

public CampaignLogAccessBean(java.lang.Long userTrafficId,
                             java.lang.Integer mpeId,
                             java.lang.Integer storeId,
                             java.lang.Integer initiativeId)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException,
                             javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
userTrafficId - A user traffic identifier
mpeId - A e-Marketing Spot identifier
storeId - A store entity identifier
initiativeId - A initiative identifier
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException

CampaignLogAccessBean

public CampaignLogAccessBean(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,
                             javax.naming.NamingException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aMpeId - A e-Marketing Spot identifier
aStoreId - A store entity identifier
aCampaignId - A campaign identifier
aMpeTypeId - A e-Marketing Spot type identifier
aMpeName - A e-Marketing Spot name
aCampaignName - A campaign name
aMpeTypeName - A e-Marketing Spot type name
theResults - The comma-delimited list of category entry identifiers or ad copy identifiers
theSegments - The comma-delimited list of customer profile names in which the customer fell into when a recommendation was run
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException
Method Detail

setInitKey_userTrafficId

public void setInitKey_userTrafficId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_marketingPageElementId

public void setInitKey_marketingPageElementId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_initiativeId

public void setInitKey_initiativeId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSegments

public java.lang.String getSegments()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254).

The following is a description of this column:

A comma-delimited list of customer segment names in which the customer fell into when a recommendation was run.

Specified by:
getSegments in interface CampaignLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSegments

public void setSegments(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setSegments in interface CampaignLogAccessBeanData

getCampaignName

public java.lang.String getCampaignName()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64).

The following is a description of this column:

The name of a campaign as described in the NAME column of the CAMPAIGN table.

Specified by:
getCampaignName in interface CampaignLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCampaignName

public void setCampaignName(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCampaignName in interface CampaignLogAccessBeanData

getMarketingPageElementTypeId

public java.lang.String getMarketingPageElementTypeId()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getMarketingPageElementTypeId in interface CampaignLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMarketingPageElementTypeIdInEJBType

public java.lang.Integer getMarketingPageElementTypeIdInEJBType()
                                                         throws java.rmi.RemoteException,
                                                                javax.ejb.CreateException,
                                                                javax.ejb.FinderException,
                                                                javax.naming.NamingException

This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMarketingPageElementTypeId in interface CampaignLogAccessBeanData

setMarketingPageElementTypeId

public void setMarketingPageElementTypeId(java.lang.Integer newValue)
This method accesses a non-CMP field

getInitiativeId

public java.lang.String getInitiativeId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The campaign activity identifier as described in the INITIATIVE_ID column of the INITIATIVE table.

Specified by:
getInitiativeId in interface CampaignLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getInitiativeIdInEJBType

public java.lang.Integer getInitiativeIdInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The campaign activity identifier as described in the INITIATIVE_ID column of the INITIATIVE table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitiativeId

public void setInitiativeId(java.lang.String newValue)

Set the primary key for this object

Specified by:
setInitiativeId in interface CampaignLogAccessBeanData
Parameters:
newValue - String
Returns:
void

setInitiativeId

public void setInitiativeId(java.lang.Integer newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.Integer
Returns:
void

getStoreId

public java.lang.String getStoreId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Specified by:
getStoreId in interface CampaignLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreIdInEJBType

public java.lang.Integer getStoreIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The store entity identifier as described in the STOREENT_ID column of the STOREENT table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

public void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStoreId in interface CampaignLogAccessBeanData

setStoreId

public void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field

getResults

public java.lang.String getResults()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254).

The following is a description of this column:

A comma-delimited list of category entry identifiers (for suggestive selling) or ad copy identifiers (for awareness advertisements). This column stores what was recommended to the customer.

Specified by:
getResults in interface CampaignLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setResults

public void setResults(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setResults in interface CampaignLogAccessBeanData

getUserTrafficId

public java.lang.String getUserTrafficId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The user traffic identifier as described in the USRTRAFFIC_ID column of the USRTRAFFIC table.

Specified by:
getUserTrafficId in interface CampaignLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getUserTrafficIdInEJBType

public java.lang.Long getUserTrafficIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The user traffic identifier as described in the USRTRAFFIC_ID column of the USRTRAFFIC table.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUserTrafficId

public void setUserTrafficId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUserTrafficId in interface CampaignLogAccessBeanData

setUserTrafficId

public void setUserTrafficId(java.lang.Long newValue)
This method accesses a non-CMP field

getMarketingPageElementId

public java.lang.String getMarketingPageElementId()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The e-Marketing Spot identifier as described in the EMSPOT_ID column of the EMSPOT table.

Specified by:
getMarketingPageElementId in interface CampaignLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMarketingPageElementIdInEJBType

public java.lang.Integer getMarketingPageElementIdInEJBType()
                                                     throws java.rmi.RemoteException,
                                                            javax.ejb.CreateException,
                                                            javax.ejb.FinderException,
                                                            javax.naming.NamingException

This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The e-Marketing Spot identifier as described in the EMSPOT_ID column of the EMSPOT table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMarketingPageElementId in interface CampaignLogAccessBeanData

setMarketingPageElementId

public void setMarketingPageElementId(java.lang.Integer newValue)
This method accesses a non-CMP field

getMarketingPageElementName

public java.lang.String getMarketingPageElementName()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64).

The following is a description of this column:

The name of the e-Marketing Spot as described in the NAME column of the EMSPOT table.

Specified by:
getMarketingPageElementName in interface CampaignLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementName

public void setMarketingPageElementName(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMarketingPageElementName in interface CampaignLogAccessBeanData

getInitiativeName

public java.lang.String getInitiativeName()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64).

The following is a description of this column:

The name of the campaign activity as described in the NAME column of the INITIATIVE table.

Specified by:
getInitiativeName in interface CampaignLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitiativeName

public void setInitiativeName(java.lang.String newValue)

Set the primary key for this object

Specified by:
setInitiativeName in interface CampaignLogAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getCampaignId

public java.lang.String getCampaignId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.

The following is a description of this column:

The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.

Specified by:
getCampaignId in interface CampaignLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCampaignIdInEJBType

public java.lang.Integer getCampaignIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.

The following is a description of this column:

The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCampaignId

public void setCampaignId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCampaignId in interface CampaignLogAccessBeanData

setCampaignId

public void setCampaignId(java.lang.Integer newValue)
This method accesses a non-CMP field

getMarketingPageElementTypeName

public java.lang.String getMarketingPageElementTypeName()
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64).

The following is a description of this column:

The identifier of the e-Marketing Spot type, the possible values are: &l

Specified by:
getMarketingPageElementTypeName in interface CampaignLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingPageElementTypeName

public void setMarketingPageElementTypeName(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMarketingPageElementTypeName in interface CampaignLogAccessBeanData

Feedback