|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.events.objects.CampaignLogAccessBean
This bean provides access to the CPGNLOG table.
The following is a description of this table:
This table records the relevant data of a recommendation event. It captures which campaign was run, which initiative was run, the e-Marketing Spot, which customer profiles were involved, and what was recommended to the customer.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CampaignLogAccessBean()
Default constructor. |
|
CampaignLogAccessBean(javax.ejb.EJBObject aEJB)
Creates an access bean for the specified EJB. |
|
CampaignLogAccessBean(java.lang.Long aUserTrafficId,
java.lang.Integer aMpeId,
java.lang.Integer aStoreId,
java.lang.Integer aInitiativeId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CampaignLogAccessBean(java.lang.Long aUserTrafficId,
java.lang.Integer aMpeId,
java.lang.Integer aInitiativeId,
java.lang.Integer aStoreId,
java.lang.Integer aCampaignId,
java.lang.Integer aMpeTypeId,
java.lang.String aMpeName,
java.lang.String aInitiativeName,
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). |
java.lang.String |
getCampaignId()
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getCampaignIdInEJBType()
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.String |
getCampaignName()
This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getInitiativeId()
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getInitiativeIdInEJBType()
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getInitiativeName()
This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getMarketingPageElementId()
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getMarketingPageElementIdInEJBType()
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getMarketingPageElementName()
This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getMarketingPageElementTypeId()
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.Integer |
getMarketingPageElementTypeIdInEJBType()
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
java.lang.String |
getMarketingPageElementTypeName()
This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
java.lang.String |
getResults()
This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL. |
java.lang.String |
getSegments()
This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL. |
java.lang.String |
getStoreId()
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getUserTrafficId()
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.Long |
getUserTrafficIdInEJBType()
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCampaignId(java.lang.Integer aCampaignId1)
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setCampaignId(java.lang.String aCampaignId1)
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setCampaignName(java.lang.String aCampaignName1)
This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setInitiativeId(java.lang.Integer aInitiativeId1)
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setInitiativeId(java.lang.String aInitiativeId1)
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setInitiativeName(java.lang.String aInitiativeName1)
This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setInitKey_initiativeId(java.lang.String aInitKey_initiativeId1)
Set the primary key for this object |
void |
setInitKey_marketingPageElementId(java.lang.String aInitKey_marketingPageElementId1)
Set the primary key for this object |
void |
setInitKey_userTrafficId(java.lang.String aInitKey_userTrafficId1)
Set the primary key for this object |
void |
setMarketingPageElementId(java.lang.Integer aMarketingPageElementId1)
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setMarketingPageElementId(java.lang.String aMarketingPageElementId1)
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setMarketingPageElementName(java.lang.String aMarketingPageElementName1)
This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setMarketingPageElementTypeId(java.lang.Integer aMarketingPageElementTypeId1)
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setMarketingPageElementTypeId(java.lang.String aMarketingPageElementTypeId1)
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL. |
void |
setMarketingPageElementTypeName(java.lang.String aMarketingPageElementTypeName1)
This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL. |
void |
setResults(java.lang.String aResults1)
This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL. |
void |
setSegments(java.lang.String aSegments1)
This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL. |
void |
setStoreId(java.lang.Integer aStoreId1)
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String aStoreId1)
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setUserTrafficId(java.lang.Long aUserTrafficId1)
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setUserTrafficId(java.lang.String aUserTrafficId1)
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CampaignLogAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CampaignLogAccessBean(javax.ejb.EJBObject aEJB) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJB
- A CampaignLog EJBObject referencejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CampaignLogAccessBean(java.lang.Long aUserTrafficId, java.lang.Integer aMpeId, java.lang.Integer aStoreId, java.lang.Integer aInitiativeId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aUserTrafficId
- A user traffic identifieraMpeId
- A e-Marketing Spot identifieraStoreId
- A store entity identifieraInitiativeId
- A initiative identifierjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CampaignLogAccessBean(java.lang.Long aUserTrafficId, java.lang.Integer aMpeId, java.lang.Integer aInitiativeId, java.lang.Integer aStoreId, java.lang.Integer aCampaignId, java.lang.Integer aMpeTypeId, java.lang.String aMpeName, java.lang.String aInitiativeName, 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
aUserTrafficId
- A user traffic identifieraMpeId
- A e-Marketing Spot identifieraInitiativeId
- A initiative identifieraStoreId
- A store entity identifieraCampaignId
- A campaign identifieraMpeTypeId
- A e-Marketing Spot type identifieraMpeName
- A e-Marketing Spot nameaInitiativeName
- A initiative 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 exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
getCampaignId
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of a campaign as described in the NAME column of the CAMPAIGN table.
getCampaignName
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
getInitiativeId
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the initiative as described in the NAME column of the INITIATIVE table.
getInitiativeName
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle 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.
getMarketingPageElementId
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL and Oracle type VARCHAR2(64) NULL.
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.
getMarketingPageElementName
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL and Oracle type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getMarketingPageElementTypeId
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL and Oracle type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the e-Marketing Spot type as described in the NAME column of the MPETYPE table.
getMarketingPageElementTypeName
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL and Oracle type VARCHAR2(254) NULL.
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.
getResults
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL and Oracle type VARCHAR2(254) NULL.
The following is a description of this column:
A comma-delimited list of customer profile names in which the customer fell into when a recommendation was run.
getSegments
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle 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.
getStoreId
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle type NUMBER 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.
getUserTrafficId
in interface CampaignLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 and Oracle type NUMBER 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCampaignId(java.lang.Integer aCampaignId1)
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
aCampaignId1
- A campaign identifierpublic void setCampaignId(java.lang.String aCampaignId1)
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
setCampaignId
in interface CampaignLogAccessBeanData
aCampaignId1
- A campaign identifierpublic void setCampaignName(java.lang.String aCampaignName1)
This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of a campaign as described in the NAME column of the CAMPAIGN table.
setCampaignName
in interface CampaignLogAccessBeanData
aCampaignName1
- A campaign namepublic void setInitiativeId(java.lang.Integer aInitiativeId1)
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
aInitiativeId1
- A initiative identifierpublic void setInitiativeId(java.lang.String aInitiativeId1)
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
setInitiativeId
in interface CampaignLogAccessBeanData
aInitiativeId1
- A initiative identifierpublic void setInitiativeName(java.lang.String aInitiativeName1)
This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the initiative as described in the NAME column of the INITIATIVE table.
setInitiativeName
in interface CampaignLogAccessBeanData
aInitiativeName1
- An initiative namepublic void setInitKey_initiativeId(java.lang.String aInitKey_initiativeId1)
Set the primary key for this object
aInitKey_initiativeId1
- An initiative identifierpublic void setInitKey_marketingPageElementId(java.lang.String aInitKey_marketingPageElementId1)
Set the primary key for this object
aInitKey_marketingPageElementId1
- A e-Marketing Spot identifierpublic void setInitKey_userTrafficId(java.lang.String aInitKey_userTrafficId1)
Set the primary key for this object
aInitKey_userTrafficId1
- A user traffic identifierpublic void setMarketingPageElementId(java.lang.Integer aMarketingPageElementId1)
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle 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.
aMarketingPageElementId1
- A e-Marketing Spot identifierpublic void setMarketingPageElementId(java.lang.String aMarketingPageElementId1)
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL and Oracle 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.
setMarketingPageElementId
in interface CampaignLogAccessBeanData
aMarketingPageElementId1
- A e-Marketing Spot identifierpublic void setMarketingPageElementName(java.lang.String aMarketingPageElementName1)
This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
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.
setMarketingPageElementName
in interface CampaignLogAccessBeanData
aMarketingPageElementName1
- A e-Marketing Spot name.public void setMarketingPageElementTypeId(java.lang.Integer aMarketingPageElementTypeId1)
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMarketingPageElementTypeId1
- A e-Marketing Spot type identifier.public void setMarketingPageElementTypeId(java.lang.String aMarketingPageElementTypeId1)
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER NULL and Oracle type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setMarketingPageElementTypeId
in interface CampaignLogAccessBeanData
aMarketingPageElementTypeId1
- A e-Marketing Spot type identifierpublic void setMarketingPageElementTypeName(java.lang.String aMarketingPageElementTypeName1)
This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64) NULL and Oracle type VARCHAR2(64) NULL.
The following is a description of this column:
The name of the e-Marketing Spot type as described in the NAME column of the MPETYPE table.
setMarketingPageElementTypeName
in interface CampaignLogAccessBeanData
aMarketingPageElementTypeName1
- A e-Marketing Spot type namepublic void setResults(java.lang.String aResults1)
This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL.
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.
setResults
in interface CampaignLogAccessBeanData
aResults1
- A string which is a comma-delimited list of category entry identifiers or ad copy identifierspublic void setSegments(java.lang.String aSegments1)
This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL.
The following is a description of this column:
A comma-delimited list of customer profile names in which the customer fell into when a recommendation was run.
setSegments
in interface CampaignLogAccessBeanData
aSegments1
- A string which is a comma-delimited list of customer profile names in which the customer fell into when a recommendation was runpublic void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle 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.
aStoreId1
- A store entity identifierpublic void setStoreId(java.lang.String aStoreId1)
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle 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.
setStoreId
in interface CampaignLogAccessBeanData
aStoreId1
- A store entity identifierpublic void setUserTrafficId(java.lang.Long aUserTrafficId1)
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER 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.
aUserTrafficId1
- A user traffic identifierpublic void setUserTrafficId(java.lang.String aUserTrafficId1)
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER 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.
setUserTrafficId
in interface CampaignLogAccessBeanData
aUserTrafficId1
- A user traffic identifier
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |