com.ibm.commerce.usertraffic.objects
Class UserTrafficAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.usertraffic.objects.UserTrafficAccessBean
All Implemented Interfaces:
java.io.Serializable, UserTrafficAccessBeanData

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

This bean provides access to the USRTRAFFIC table.

The following is a description of this table:

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

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
UserTrafficAccessBean()
          Default constructor.
UserTrafficAccessBean(javax.ejb.EJBObject Object)
          Creates an access bean for the specified EJB
UserTrafficAccessBean(long activityId, long user)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
UserTrafficAccessBean(com.ibm.commerce.usertraffic.objimpl.UserTrafficInputData aUserTrafficInputData)
          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 getBrowserAgent()
          This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.
 java.lang.String getClientAccessMethod()
          This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.
 java.lang.String getHttps()
          This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL.
 java.lang.String getPathInfo()
          This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.
 java.lang.String getPreviousURL()
          This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
 java.lang.String getQueryString()
          This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL.
 java.lang.String getRecordTime()
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getRecordTimeInEJBType()
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
 java.lang.String getRedirection()
          This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.
 java.lang.String getReferalURL()
          This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.
 java.lang.String getRemoteAddress()
          This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.
 java.lang.String getResult()
          This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL.
 java.lang.String getScript()
          This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.
 java.lang.String getServerName()
          This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.
 java.lang.String getSessionId()
          The unique identifier of the session.
 java.lang.String getShopperLastLoginTime()
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getShopperLastLoginTimeInEJBType()
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
 java.lang.String getUserId()
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
 long getUserIdInEJBType()
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
 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) NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setBrowserAgent(java.lang.String aBrowserAgent1)
          This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL.
 void setClientAccessMethod(java.lang.String aClientAccessMethod1)
          This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL.
 void setHttps(java.lang.String aHttps1)
          This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL.
 void setInitKey_userTrafficId(java.lang.String aInitKey_userTrafficId1)
          Set the primary key for this object
 void setPathInfo(java.lang.String aPathInfo1)
          This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL.
 void setPreviousURL(java.lang.String aPreviousURL1)
          This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
 void setQueryString(java.lang.String aQueryString1)
          This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL.
 void setRecordTime(java.lang.String aRecordTime1)
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
 void setRecordTime(java.sql.Timestamp aRecordTime1)
          This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL.
 void setRedirection(java.lang.String aRedirection1)
          This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL.
 void setReferalURL(java.lang.String aReferalURL1)
          This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.
 void setRemoteAddress(java.lang.String aRemoteAddress1)
          This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL.
 void setResult(java.lang.String aResult1)
          This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL.
 void setScript(java.lang.String aScript1)
          This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL.
 void setServerName(java.lang.String aServerName1)
          This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL.
 void setSessionId(java.lang.String aSessionId1)
          Set the unique identifier of the session.
 void setShopperLastLoginTime(java.lang.String aShopperLastLoginTime1)
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
 void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime1)
          This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
 void setUserId(long aUserId1)
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
 void setUserId(java.lang.String aUserId1)
          This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL.
 void setUserTrafficId(long aUserTrafficId1)
          This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
 void setUserTrafficId(java.lang.String aUserTrafficId1)
          This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
 void setViewTask(java.lang.String aViewTask1)
          This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) 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

UserTrafficAccessBean

public UserTrafficAccessBean()

Default constructor. Maps to findByPrimaryKey.


UserTrafficAccessBean

public UserTrafficAccessBean(javax.ejb.EJBObject Object)
                      throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

UserTrafficAccessBean

public UserTrafficAccessBean(long activityId,
                             long user)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException,
                             javax.naming.NamingException

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

Parameters:
activityId - long
user - long
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

UserTrafficAccessBean

public UserTrafficAccessBean(com.ibm.commerce.usertraffic.objimpl.UserTrafficInputData aUserTrafficInputData)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException,
                             javax.naming.NamingException

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

Parameters:
aUserTrafficInputData - com.ibm.commerce.usertraffic.objimpl.UserTrafficInputData
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
Method Detail

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).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

The following is a description of this column:

The HTTP method to be performed on the resource identified by the Request-URI.

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

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 NULL.

The following is a description of this column:

"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 LONG NULL.

The following is a description of this column:

Previous URL

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

getQueryString

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

This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL.

The following is a description of this column:

The query string that is contained in the request URL after the path.

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

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 NULL.

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 LONG NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 NULL.

The following is a description of this column:

"1" if the HTTP interaction was successful, "0" otherwise.

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

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) NULL.

The following is a description of this column:

The part of this request's URL that calls the servlet.

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSessionId

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

The unique identifier of the session.

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

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 NULL.

The following is a description of this column:

Shopper last logging time.

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

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 NULL.

The following is a description of this column:

Shopper last logging time.

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

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 NULL.

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 NULL.

The following is a description of this column:

The identifier of the user that issued the HTTP interaction.

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setBrowserAgent

public void setBrowserAgent(java.lang.String aBrowserAgent1)

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

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:
aBrowserAgent1 - java.lang.String
Returns:
void

setClientAccessMethod

public void setClientAccessMethod(java.lang.String aClientAccessMethod1)

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

The following is a description of this column:

The HTTP method to be performed on the resource identified by the Request-URI.

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

setHttps

public void setHttps(java.lang.String aHttps1)

This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR NULL.

The following is a description of this column:

"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.

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

setInitKey_userTrafficId

public void setInitKey_userTrafficId(java.lang.String aInitKey_userTrafficId1)

Set the primary key for this object

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

setPathInfo

public void setPathInfo(java.lang.String aPathInfo1)

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

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:
aPathInfo1 - java.lang.String
Returns:
void

setPreviousURL

public void setPreviousURL(java.lang.String aPreviousURL1)

This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.

The following is a description of this column:

Previous URL

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

setQueryString

public void setQueryString(java.lang.String aQueryString1)

This method provides access to the USRTRAFFIC.QUERYSTRING column of DB2 type LONG NULL.

The following is a description of this column:

The query string that is contained in the request URL after the path.

Specified by:
setQueryString in interface UserTrafficAccessBeanData
Parameters:
aQueryString1 - java.lang.String
Returns:
void

setRecordTime

public void setRecordTime(java.lang.String aRecordTime1)

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

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:
aRecordTime1 - java.lang.String
Returns:
void

setRecordTime

public void setRecordTime(java.sql.Timestamp aRecordTime1)

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

The following is a description of this column:

The time when the current user traffic record is created.

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

setRedirection

public void setRedirection(java.lang.String aRedirection1)

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

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:
aRedirection1 - java.lang.String
Returns:
void

setReferalURL

public void setReferalURL(java.lang.String aReferalURL1)

This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL.

The following is a description of this column:

Referral URL from another site

Specified by:
setReferalURL in interface UserTrafficAccessBeanData
Parameters:
aReferalURL1 - java.lang.String
Returns:
void

setRemoteAddress

public void setRemoteAddress(java.lang.String aRemoteAddress1)

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

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:
aRemoteAddress1 - java.lang.String
Returns:
void

setResult

public void setResult(java.lang.String aResult1)

This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR NULL.

The following is a description of this column:

"1" if the HTTP interaction was successful, "0" otherwise.

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

setScript

public void setScript(java.lang.String aScript1)

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

The following is a description of this column:

The part of this request's URL that calls the servlet.

Specified by:
setScript in interface UserTrafficAccessBeanData
Parameters:
aScript1 - java.lang.String
Returns:
void

setServerName

public void setServerName(java.lang.String aServerName1)

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

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:
aServerName1 - java.lang.String
Returns:
void

setSessionId

public void setSessionId(java.lang.String aSessionId1)

Set the unique identifier of the session.

Specified by:
setSessionId in interface UserTrafficAccessBeanData
Parameters:
aSessionId1 - java.lang.String
Returns:
void

setShopperLastLoginTime

public void setShopperLastLoginTime(java.lang.String aShopperLastLoginTime1)

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

The following is a description of this column:

Shopper last logging time.

Specified by:
setShopperLastLoginTime in interface UserTrafficAccessBeanData
Parameters:
aShopperLastLoginTime1 - java.lang.String
Returns:
void

setShopperLastLoginTime

public void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime1)

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

The following is a description of this column:

Shopper last logging time.

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

setUserId

public void setUserId(long aUserId1)

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

The following is a description of this column:

The identifier of the user that issued the HTTP interaction.

Parameters:
aUserId1 - long
Returns:
void

setUserId

public void setUserId(java.lang.String aUserId1)

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

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:
aUserId1 - java.lang.String
Returns:
void

setUserTrafficId

public void setUserTrafficId(long aUserTrafficId1)

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:
aUserTrafficId1 - long
Returns:
void

setUserTrafficId

public void setUserTrafficId(java.lang.String aUserTrafficId1)

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:
aUserTrafficId1 - java.lang.String
Returns:
void

setViewTask

public void setViewTask(java.lang.String aViewTask1)

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

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:
aViewTask1 - java.lang.String
Returns:
void