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

User Traffic table stores data about the visitors of your stores.

See Also:
Serialized Form

Constructor Summary
UserTrafficAccessBean()
          constructor
UserTrafficAccessBean(javax.ejb.EJBObject o)
          constructor
UserTrafficAccessBean(long arg0, long arg1)
          constructor
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 provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254).
 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 provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8).
 void setHttps(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1).
 void setInitKey_userTrafficId(java.lang.String newValue)
          Set the primary key for this object
 void setPathInfo(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254).
 void setPreviousURL(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.PREVURL column of DB2 type VARCHAR(254).
 void setQueryString(java.lang.String newValue)
          This method accesses a non-CMP field
 void setRecordTime(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP.
 void setRecordTime(java.sql.Timestamp newValue)
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP.
 void setRedirection(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254).
 void setReferalURL(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.REFURL column of DB2 type VARCHAR(254).
 void setRemoteAddress(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254).
 void setResult(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1).
 void setScript(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64).
 void setServerName(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64).
 void setSessionId(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64).
 void setShopperLastLoginTime(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP.
 void setShopperLastLoginTime(java.sql.Timestamp newValue)
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP.
 void setStoreId(java.lang.Integer newValue)
          This method accesses a non-CMP field
 void setUserId(long newValue)
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT.
 void setUserId(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT.
 void setUserTrafficId(long newValue)
          This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
 void setUserTrafficId(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
 void setViewTask(java.lang.String newValue)
          This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrafficAccessBean

public UserTrafficAccessBean()
constructor

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 arg0,
                             long arg1)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException,
                             javax.naming.NamingException
constructor
Parameters:
arg0 - long
arg1 - long
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
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:

&quo

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 provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1).

The following is a description of this column:

&quo

Specified by:
setHttps in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setShopperLastLoginTime in interface UserTrafficAccessBeanData
Parameters:
newValue - String
Returns:
void

setShopperLastLoginTime

public void setShopperLastLoginTime(java.sql.Timestamp newValue)

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.

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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:

&quo

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 provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1).

The following is a description of this column:

&quo

Specified by:
setResult in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setReferalURL in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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:&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 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:&l

Specified by:
setClientAccessMethod in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setBrowserAgent in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setServerName in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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
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 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:
setRemoteAddress in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setUserId in interface UserTrafficAccessBeanData
Parameters:
newValue - String
Returns:
void

setUserId

public void setUserId(long newValue)

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.

Parameters:
newValue - long
Returns:
void

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:

Previous URL.

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 provides access to the USRTRAFFIC.PREVURL column of DB2 type VARCHAR(254).

The following is a description of this column:

Previous URL.

Specified by:
setPreviousURL in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setUserTrafficId in interface UserTrafficAccessBeanData
Parameters:
newValue - String
Returns:
void

setUserTrafficId

public void setUserTrafficId(long newValue)

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.

Parameters:
newValue - long
Returns:
void

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 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:
setScript in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setSessionId in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setRecordTime in interface UserTrafficAccessBeanData
Parameters:
newValue - String
Returns:
void

setRecordTime

public void setRecordTime(java.sql.Timestamp newValue)

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.

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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 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:
setRedirection in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setViewTask in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 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:
setPathInfo in interface UserTrafficAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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