java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.usertraffic.objects.UserTrafficAccessBean
This table stores data about the visitors to your stores. This access bean corresponds to the database table 'USRTRAFFIC'.
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 |
public UserTrafficAccessBean()
public UserTrafficAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public UserTrafficAccessBean(long activityId, long user) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
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
Method Detail |
public void setInitKey_userTrafficId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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
public void setHttps(java.lang.String newValue)
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.
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.
public void setShopperLastLoginTime(java.lang.String newValue)
public void setShopperLastLoginTime(java.sql.Timestamp newValue)
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
public void setResult(java.lang.String newValue)
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.
public void setReferalURL(java.lang.String newValue)
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
public void setClientAccessMethod(java.lang.String newValue)
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.
public void setBrowserAgent(java.lang.String newValue)
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.
public void setServerName(java.lang.String newValue)
public java.lang.String getQueryString() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQueryString(java.lang.String newValue)
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.
public void setRemoteAddress(java.lang.String newValue)
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.
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.
public void setUserId(java.lang.String newValue)
public void setUserId(long newValue)
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.
public void setPreviousURL(java.lang.String newValue)
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.
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.
public void setUserTrafficId(java.lang.String newValue)
public void setUserTrafficId(long newValue)
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
public void setScript(java.lang.String newValue)
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.
public void setSessionId(java.lang.String newValue)
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.
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.
public void setRecordTime(java.lang.String newValue)
public void setRecordTime(java.sql.Timestamp newValue)
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.
public void setRedirection(java.lang.String newValue)
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.
public void setViewTask(java.lang.String newValue)
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.
public void setPathInfo(java.lang.String newValue)
public java.lang.Long getCatentryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getCatgroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreId(java.lang.Integer newValue)
public java.lang.Integer getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCatentryId(java.lang.Long newValue)
public void setCatgroupId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.