|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.usertraffic.objects.UserTrafficBean
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.
Constructor Summary | |
UserTrafficBean()
|
Method Summary | |
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(1) 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.sql.Timestamp |
getRecordTime()
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(1) 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()
This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL. |
java.sql.Timestamp |
getShopperLastLoginTime()
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL. |
long |
getUserId()
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL. |
long |
getUserTrafficId()
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 |
setBrowserAgent(java.lang.String aBrowserAgent)
This method provides access to the USRTRAFFIC.BRAGENT column of DB2 type VARCHAR(254) NULL. |
void |
setClientAccessMethod(java.lang.String aClientAccessMethod)
This method provides access to the USRTRAFFIC.CLIMETH column of DB2 type CHAR(8) NULL. |
void |
setHttps(java.lang.String aHttps)
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL. |
void |
setPathInfo(java.lang.String aPathInfo)
This method provides access to the USRTRAFFIC.PATHINFO column of DB2 type VARCHAR(254) NULL. |
void |
setPreviousURL(java.lang.String aPreviousURL)
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL. |
void |
setRecordTime(java.sql.Timestamp aRecordTime)
This method provides access to the USRTRAFFIC.STMP column of DB2 type TIMESTAMP NULL. |
void |
setRedirection(java.lang.String aRedirection)
This method provides access to the USRTRAFFIC.REDIR column of DB2 type VARCHAR(254) NULL. |
void |
setReferalURL(java.lang.String aReferalURL)
This method provides access to the USRTRAFFIC.REFURL column of DB2 type LONG NULL. |
void |
setRemoteAddress(java.lang.String aRemoteAddress)
This method provides access to the USRTRAFFIC.REMADDR column of DB2 type VARCHAR(254) NULL. |
void |
setResult(java.lang.String aResult)
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL. |
void |
setScript(java.lang.String aScript)
This method provides access to the USRTRAFFIC.SCRIPT column of DB2 type VARCHAR(64) NULL. |
void |
setServerName(java.lang.String aServerName)
This method provides access to the USRTRAFFIC.SERVNAME column of DB2 type VARCHAR(64) NULL. |
void |
setSessionId(java.lang.String aSessionId)
This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL. |
void |
setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime)
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL. |
void |
setUserId(long aUserId)
This method provides access to the USRTRAFFIC.USERS_ID column of DB2 type BIGINT NULL. |
void |
setUserTrafficId(long aUserTrafficId)
This method provides access to the USRTRAFFIC.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
void |
setViewTask(java.lang.String aViewTask)
This method provides access to the USRTRAFFIC.VIEWTASK column of DB2 type VARCHAR(32) NULL. |
Constructor Detail |
public UserTrafficBean()
Method Detail |
public java.lang.String getBrowserAgent()
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.
public java.lang.String getClientAccessMethod()
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 obtained from the Http Servlet Request. It is the name of HTTP method with which this request was made. Valid values include:
GET, POST, or PUT.
public java.lang.String getHttps()
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL.
The following is a description of this column:
"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.
public java.lang.String getPathInfo()
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.
public java.lang.String getPreviousURL()
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
The following is a description of this column:
Previous URL
public java.sql.Timestamp getRecordTime()
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.
public java.lang.String getRedirection()
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.
public java.lang.String getReferalURL()
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.
public java.lang.String getRemoteAddress()
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.
public java.lang.String getResult()
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL.
The following is a description of this column:
"1" if the HTTP interaction was successful, "0" otherwise.
public java.lang.String getScript()
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.
public java.lang.String getServerName()
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.
public java.lang.String getSessionId()
This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL.
The following is a description of this column:
The unique identifier of the session.
public java.sql.Timestamp getShopperLastLoginTime()
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Customer last logging time.
public long getUserId()
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.
public long getUserTrafficId()
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 java.lang.String getViewTask()
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.
public void setBrowserAgent(java.lang.String aBrowserAgent)
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.
aBrowserAgent
- java.lang.Stringpublic void setClientAccessMethod(java.lang.String aClientAccessMethod)
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 obtained from the Http Servlet Request. It is the name of HTTP method with which this request was made. Valid values include:
GET, POST, or PUT.
aClientAccessMethod
- java.lang.Stringpublic void setHttps(java.lang.String aHttps)
This method provides access to the USRTRAFFIC.HTTPS column of DB2 type CHAR(1) NULL.
The following is a description of this column:
"1" Indicates whether HTTPS is used; "0" indicates that HTTP is used.
aHttps
- java.lang.Stringpublic void setPathInfo(java.lang.String aPathInfo)
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.
aPathInfo
- java.lang.Stringpublic void setPreviousURL(java.lang.String aPreviousURL)
This method provides access to the USRTRAFFIC.PREVURL column of DB2 type LONG NULL.
The following is a description of this column:
Previous URL
aPreviousURL
- java.lang.Stringpublic void setRecordTime(java.sql.Timestamp aRecordTime)
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.
aRecordTime
- java.sql.Timestamppublic void setRedirection(java.lang.String aRedirection)
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.
aRedirection
- java.lang.Stringpublic void setReferalURL(java.lang.String aReferalURL)
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.
aReferalURL
- java.lang.Stringpublic void setRemoteAddress(java.lang.String aRemoteAddress)
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.
aRemoteAddress
- java.lang.Stringpublic void setResult(java.lang.String aResult)
This method provides access to the USRTRAFFIC.RESULT column of DB2 type CHAR(1) NULL.
The following is a description of this column:
"1" if the HTTP interaction was successful, "0" otherwise.
aResult
- java.lang.Stringpublic void setScript(java.lang.String aScript)
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.
aScript
- java.lang.Stringpublic void setServerName(java.lang.String aServerName)
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.
aServerName
- java.lang.Stringpublic void setSessionId(java.lang.String aSessionId)
This method provides access to the USRTRAFFIC.SESSIONID column of DB2 type CHAR(64) NULL.
The following is a description of this column:
The unique identifier of the session.
aSessionId
- java.lang.Stringpublic void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime)
This method provides access to the USRTRAFFIC.SHLUSTMP column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Customer last logging time.
aShopperLastLoginTime
- java.sql.Timestamppublic void setUserId(long aUserId)
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.
aUserId
- longpublic void setUserTrafficId(long aUserTrafficId)
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.
aUserTrafficId
- longpublic void setViewTask(java.lang.String aViewTask)
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.
aViewTask
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |