com.ibm.commerce.usertraffic.beans
Class UserTrafficDataBean

com.ibm.commerce.usertraffic.beans.UserTrafficDataBean
All Implemented Interfaces:
Delegator

public class UserTrafficDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
UserTrafficDataBean()
           
 
Method Summary
 java.lang.String getBrowserAgent()
          IBM internal use only.
 java.lang.String getClientAccessMethod()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyUserTrafficId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getHttps()
          IBM internal use only.
 java.lang.String getPathInfo()
          IBM internal use only.
 java.lang.String getPreviousURL()
          IBM internal use only.
 java.lang.String getQueryString()
          IBM internal use only.
 java.lang.String getRecordTime()
          IBM internal use only.
 java.sql.Timestamp getRecordTimeInEJBType()
          IBM internal use only.
 java.lang.String getRedirection()
          IBM internal use only.
 java.lang.String getReferalURL()
          IBM internal use only.
 java.lang.String getRemoteAddress()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getResult()
          IBM internal use only.
 java.lang.String getScript()
          IBM internal use only.
 java.lang.String getServerName()
          IBM internal use only.
 java.lang.String getSessionId()
          IBM internal use only.
 java.lang.String getShopperLastLoginTime()
          IBM internal use only.
 java.sql.Timestamp getShopperLastLoginTimeInEJBType()
          IBM internal use only.
 java.lang.String getUserId()
          IBM internal use only.
 long getUserIdInEJBType()
          IBM internal use only.
 java.lang.String getUserTrafficId()
          IBM internal use only.
 long getUserTrafficIdInEJBType()
          IBM internal use only.
 java.lang.String getViewTask()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setBrowserAgent(java.lang.String aBrowserAgent)
          IBM internal use only.
 void setClientAccessMethod(java.lang.String aClientAccessMethod)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyUserTrafficId(java.lang.String aDataBeanKeyUserTrafficId)
          Set its primary key for fetching.
 void setHttps(java.lang.String aHttps)
          IBM internal use only.
 void setPathInfo(java.lang.String aPathInfo)
          IBM internal use only.
 void setPreviousURL(java.lang.String aPreviousURL)
          IBM internal use only.
 void setQueryString(java.lang.String aQueryString)
          IBM internal use only.
 void setRecordTime(java.sql.Timestamp aRecordTime)
          IBM internal use only.
 void setRedirection(java.lang.String aRedirection)
          IBM internal use only.
 void setReferalURL(java.lang.String aReferalURL)
          IBM internal use only.
 void setRemoteAddress(java.lang.String aRemoteAddress)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setResult(java.lang.String aResult)
          IBM internal use only.
 void setScript(java.lang.String aScript)
          IBM internal use only.
 void setServerName(java.lang.String aServerName)
          IBM internal use only.
 void setSessionId(java.lang.String aSessionId)
          IBM internal use only.
 void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime)
          IBM internal use only.
 void setUserId(long aUserId)
          IBM internal use only.
 void setUserTrafficId(long aUserTrafficId)
          IBM internal use only.
 void setViewTask(java.lang.String aViewTask)
          IBM internal use only.
 

Constructor Detail

UserTrafficDataBean

public UserTrafficDataBean()
Method Detail

getBrowserAgent

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

IBM internal use only.

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

IBM internal use only.

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

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyUserTrafficId

public java.lang.String getDataBeanKeyUserTrafficId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getHttps

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getResult

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

IBM internal use only.

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

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setBrowserAgent

public void setBrowserAgent(java.lang.String aBrowserAgent)

IBM internal use only.

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

setClientAccessMethod

public void setClientAccessMethod(java.lang.String aClientAccessMethod)

IBM internal use only.

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

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyUserTrafficId

public void setDataBeanKeyUserTrafficId(java.lang.String aDataBeanKeyUserTrafficId)

Set its primary key for fetching.

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

setHttps

public void setHttps(java.lang.String aHttps)

IBM internal use only.

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

setPathInfo

public void setPathInfo(java.lang.String aPathInfo)

IBM internal use only.

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

setPreviousURL

public void setPreviousURL(java.lang.String aPreviousURL)

IBM internal use only.

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

setQueryString

public void setQueryString(java.lang.String aQueryString)

IBM internal use only.

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

setRecordTime

public void setRecordTime(java.sql.Timestamp aRecordTime)

IBM internal use only.

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

setRedirection

public void setRedirection(java.lang.String aRedirection)

IBM internal use only.

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

setReferalURL

public void setReferalURL(java.lang.String aReferalURL)

IBM internal use only.

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

setRemoteAddress

public void setRemoteAddress(java.lang.String aRemoteAddress)

IBM internal use only.

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

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
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
javax.ejb.FinderException - The javax.ejb.FinderException exception

setResult

public void setResult(java.lang.String aResult)

IBM internal use only.

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

setScript

public void setScript(java.lang.String aScript)

IBM internal use only.

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

setServerName

public void setServerName(java.lang.String aServerName)

IBM internal use only.

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

setSessionId

public void setSessionId(java.lang.String aSessionId)

IBM internal use only.

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

setShopperLastLoginTime

public void setShopperLastLoginTime(java.sql.Timestamp aShopperLastLoginTime)

IBM internal use only.

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

setUserId

public void setUserId(long aUserId)

IBM internal use only.

Parameters:
aUserId - long
Returns:
void

setUserTrafficId

public void setUserTrafficId(long aUserTrafficId)

IBM internal use only.

Parameters:
aUserTrafficId - long
Returns:
void

setViewTask

public void setViewTask(java.lang.String aViewTask)

IBM internal use only.

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