com.ibm.commerce.usertraffic.objects
Class UserTrafficAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.usertraffic.objects.UserTrafficAccessBean
All Implemented Interfaces:
UserTrafficAccessBeanData

public class UserTrafficAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements UserTrafficAccessBeanData

This table stores data about the visitors to your stores. This access bean corresponds to the database table 'USRTRAFFIC'.

See Also:
Serialized Form

Constructor Summary
UserTrafficAccessBean()
Zero argument constructor used to initialize the access bean.
UserTrafficAccessBean(javax.ejb.EJBObject o)
constructor
UserTrafficAccessBean(long activityId, long user)
Reserved for IBM internal use.
UserTrafficAccessBean(long activityId, long user, java.lang.String aBrowserAgent, java.lang.String aClientAccessMethod, java.lang.String aHttps, java.lang.String aPathInfo, java.lang.String aPreviousURL, java.lang.String aQueryString, java.sql.Timestamp aRecordTime, java.lang.String aRedirection, java.lang.String aReferalURL, java.lang.String aRemoteAddress, java.lang.String aResult, java.lang.String aScript, java.lang.String aServerName, java.sql.Timestamp aShopperLastLoginTime, java.lang.String aViewTask, java.lang.String aSessionId, java.lang.Integer aStoreId, java.lang.Long aCatentryId, java.lang.Long aCatgroupId)
UserTrafficAccessBean
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.lang.String getBrowserAgent()
This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254).
java.lang.Long getCatentryId()
getCatentryId
java.lang.Long getCatgroupId()
getCatgroupId
java.lang.String getClientAccessMethod()
This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8).
java.lang.String getHttps()
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1).
java.lang.String getPathInfo()
This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254).
java.lang.String getPreviousURL()
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type VARCHAR(254).
java.lang.String getQueryString()
This method accesses a non-CMP field
java.lang.String getRecordTime()
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP.
java.sql.Timestamp getRecordTimeInEJBType()
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP.
java.lang.String getRedirection()
This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254).
java.lang.String getReferalURL()
This method provides access to the USRTRAFFIC.REFURL column of DB2 type VARCHAR(254).
java.lang.String getRemoteAddress()
This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254).
java.lang.String getResult()
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1).
java.lang.String getScript()
This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64).
java.lang.String getServerName()
This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64).
java.lang.String getSessionId()
This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64).
java.lang.String getShopperLastLoginTime()
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP.
java.sql.Timestamp getShopperLastLoginTimeInEJBType()
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP.
java.lang.Integer getStoreId()
getStoreId
java.lang.String getUserId()
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT.
long getUserIdInEJBType()
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT.
java.lang.String getUserTrafficId()
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
long getUserTrafficIdInEJBType()
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getViewTask()
This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32).
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setBrowserAgent(java.lang.String newValue)
This method accesses a non-CMP field
void setCatentryId(java.lang.Long newValue)
This method accesses a non-CMP field
void setCatgroupId(java.lang.Long newValue)
This method accesses a non-CMP field
void setClientAccessMethod(java.lang.String newValue)
This method accesses a non-CMP field
void setHttps(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_userTrafficId(java.lang.String newValue)
Set the primary key for this object
void setPathInfo(java.lang.String newValue)
This method accesses a non-CMP field
void setPreviousURL(java.lang.String newValue)
This method accesses a non-CMP field
void setQueryString(java.lang.String newValue)
This method accesses a non-CMP field
void setRecordTime(java.lang.String newValue)
This method accesses a non-CMP field
void setRecordTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setRedirection(java.lang.String newValue)
This method accesses a non-CMP field
void setReferalURL(java.lang.String newValue)
This method accesses a non-CMP field
void setRemoteAddress(java.lang.String newValue)
This method accesses a non-CMP field
void setResult(java.lang.String newValue)
This method accesses a non-CMP field
void setScript(java.lang.String newValue)
This method accesses a non-CMP field
void setServerName(java.lang.String newValue)
This method accesses a non-CMP field
void setSessionId(java.lang.String newValue)
This method accesses a non-CMP field
void setShopperLastLoginTime(java.lang.String newValue)
This method accesses a non-CMP field
void setShopperLastLoginTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setUserId(long newValue)
This method accesses a non-CMP field
void setUserId(java.lang.String newValue)
This method accesses a non-CMP field
void setUserTrafficId(long newValue)
This method accesses a non-CMP field
void setUserTrafficId(java.lang.String newValue)
This method accesses a non-CMP field
void setViewTask(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

UserTrafficAccessBean

public UserTrafficAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.usertraffic.objects.UserTraffic com.ibm.commerce.usertraffic.objimpl.UserTrafficHomeBase.findByPrimaryKey(com.ibm.commerce.usertraffic.objects.UserTrafficKey) 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( long )

UserTrafficAccessBean

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

UserTrafficAccessBean

public UserTrafficAccessBean(long activityId,
                             long user)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException,
                             javax.naming.NamingException
Reserved for IBM internal use. Creates a new User Traffic data object.
Parameters:
activityId - the identity of the activity.
user - the user issuing the request.
Throws:
javax.ejb.CreateException - If there is a problem creating the User Traffic data object.
java.rmi.RemoteException - If there is a problem accessing the remote object.
javax.naming.NamingException

UserTrafficAccessBean

public UserTrafficAccessBean(long activityId,
                             long user,
                             java.lang.String aBrowserAgent,
                             java.lang.String aClientAccessMethod,
                             java.lang.String aHttps,
                             java.lang.String aPathInfo,
                             java.lang.String aPreviousURL,
                             java.lang.String aQueryString,
                             java.sql.Timestamp aRecordTime,
                             java.lang.String aRedirection,
                             java.lang.String aReferalURL,
                             java.lang.String aRemoteAddress,
                             java.lang.String aResult,
                             java.lang.String aScript,
                             java.lang.String aServerName,
                             java.sql.Timestamp aShopperLastLoginTime,
                             java.lang.String aViewTask,
                             java.lang.String aSessionId,
                             java.lang.Integer aStoreId,
                             java.lang.Long aCatentryId,
                             java.lang.Long aCatgroupId)
                      throws javax.naming.NamingException,
                             javax.ejb.CreateException,
                             java.rmi.RemoteException
UserTrafficAccessBean
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

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

getHttps

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

This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1).

The following is a description of this column:

Indicator for whether the site is secure. Valid values are as follows: &l

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

setHttps

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

getShopperLastLoginTime

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

This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP.

The following is a description of this column:

The last time the customer logged in when the request was made.

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

getShopperLastLoginTimeInEJBType

public java.sql.Timestamp getShopperLastLoginTimeInEJBType()
                                                    throws java.rmi.RemoteException,
                                                           javax.ejb.CreateException,
                                                           javax.ejb.FinderException,
                                                           javax.naming.NamingException

This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP.

The following is a description of this column:

The last time the customer logged in when the request was made.

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

setShopperLastLoginTime

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

setShopperLastLoginTime

public void setShopperLastLoginTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getResult

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

This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1).

The following is a description of this column:

Indicator of whether or not this is a secure interaction. Valid values are as follows: &l

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

setResult

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

getReferalURL

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

This method provides access to the USRTRAFFIC.REFURL column of DB2 type VARCHAR(254).

The following is a description of this column:

Referral URL from another site.

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

setReferalURL

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

getClientAccessMethod

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

This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8).

The following is a description of this column:

The HTTP method to be performed on the resource obtained from the Http Servlet Request. It is the name of HTTP method with which this request was made. Valid values include are as follows:&l

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

setClientAccessMethod

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

getBrowserAgent

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

This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254).

The following is a description of this column:

Contains information about the user agent originating the URL request.

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

setBrowserAgent

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

getServerName

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

This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64).

The following is a description of this column:

The host name of the server that received the request.

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

setServerName

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

getQueryString

public java.lang.String getQueryString()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getQueryString in interface UserTrafficAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQueryString

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

getRemoteAddress

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

This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254).

The following is a description of this column:

The Internet Protocol (IP) address of the client that sent the request.

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

setRemoteAddress

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

getUserId

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

This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT.

The following is a description of this column:

The identifier of the user that issued the HTTP interaction.

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

getUserIdInEJBType

public long getUserIdInEJBType()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT.

The following is a description of this column:

The identifier of the user that issued the HTTP interaction.

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

setUserId

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

setUserId

public void setUserId(long newValue)
This method accesses a non-CMP field

getPreviousURL

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

This method provides access to the USRTRAFFIC.PREVURL column of DB2 type VARCHAR(254).

The following is a description of this column:

The previous URL, if used.

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

setPreviousURL

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

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 USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Internal generated reference ID.

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

getUserTrafficIdInEJBType

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

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

The following is a description of this column:

Internal generated reference ID.

Returns:
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 UserTrafficAccessBeanData

setUserTrafficId

public void setUserTrafficId(long newValue)
This method accesses a non-CMP field

getScript

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

This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64).

The following is a description of this column:

The part of this request&apo

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

setScript

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

getSessionId

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

This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64).

The following is a description of this column:

The unique identifier of the session.

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

setSessionId

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

getRecordTime

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

This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP.

The following is a description of this column:

The time when the current user traffic record is created.

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

getRecordTimeInEJBType

public java.sql.Timestamp getRecordTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP.

The following is a description of this column:

The time when the current user traffic record is created.

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

setRecordTime

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

setRecordTime

public void setRecordTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getRedirection

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

This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254).

The following is a description of this column:

The URL of the Web page that the user was redirected to, if the command resulted in a redirection. In order to complete the current interaction, the user-agent has to fulfill the request described by redirection URL.

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

setRedirection

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

getViewTask

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

This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32).

The following is a description of this column:

The error or view command name that is used to display the result page to the user, if any.

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

setViewTask

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

getPathInfo

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

This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254).

The following is a description of this column:

Any extra path information associated with the URL the client sent when it made the URL request.

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

setPathInfo

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

getCatentryId

public java.lang.Long getCatentryId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getCatentryId
Specified by:
getCatentryId in interface UserTrafficAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCatgroupId

public java.lang.Long getCatgroupId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getCatgroupId
Specified by:
getCatgroupId in interface UserTrafficAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

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

getStoreId

public java.lang.Integer getStoreId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getStoreId
Specified by:
getStoreId in interface UserTrafficAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCatentryId

public void setCatentryId(java.lang.Long newValue)
This method accesses a non-CMP field
Specified by:
setCatentryId in interface UserTrafficAccessBeanData

setCatgroupId

public void setCatgroupId(java.lang.Long newValue)
This method accesses a non-CMP field
Specified by:
setCatgroupId in interface UserTrafficAccessBeanData

Feedback