com.ibm.commerce.usertraffic.objects
Interface UserTrafficAccessBeanData

All Known Implementing Classes:
UserTrafficAccessBean

public interface UserTrafficAccessBeanData


Method Summary
 java.lang.String getBrowserAgent()
           
 java.lang.String getClientAccessMethod()
           
 java.lang.String getHttps()
           
 java.lang.String getPathInfo()
           
 java.lang.String getPreviousURL()
           
 java.lang.String getQueryString()
           
 java.lang.String getRecordTime()
           
 java.lang.String getRedirection()
           
 java.lang.String getReferalURL()
           
 java.lang.String getRemoteAddress()
           
 java.lang.String getResult()
           
 java.lang.String getScript()
           
 java.lang.String getServerName()
           
 java.lang.String getSessionId()
           
 java.lang.String getShopperLastLoginTime()
           
 java.lang.String getUserId()
           
 java.lang.String getUserTrafficId()
           
 java.lang.String getViewTask()
           
 void setBrowserAgent(java.lang.String newValue)
           
 void setClientAccessMethod(java.lang.String newValue)
           
 void setHttps(java.lang.String newValue)
           
 void setPathInfo(java.lang.String newValue)
           
 void setPreviousURL(java.lang.String newValue)
           
 void setQueryString(java.lang.String newValue)
           
 void setRecordTime(java.lang.String newValue)
           
 void setRedirection(java.lang.String newValue)
           
 void setReferalURL(java.lang.String newValue)
           
 void setRemoteAddress(java.lang.String newValue)
           
 void setResult(java.lang.String newValue)
           
 void setScript(java.lang.String newValue)
           
 void setServerName(java.lang.String newValue)
           
 void setSessionId(java.lang.String newValue)
           
 void setShopperLastLoginTime(java.lang.String newValue)
           
 void setUserId(java.lang.String newValue)
           
 void setUserTrafficId(java.lang.String newValue)
           
 void setViewTask(java.lang.String newValue)
           
 

Method Detail

getBrowserAgent

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

getClientAccessMethod

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

getHttps

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

getPathInfo

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

getPreviousURL

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

getQueryString

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

getRecordTime

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

getRedirection

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

getReferalURL

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

getRemoteAddress

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

getResult

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

getScript

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

getServerName

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

getSessionId

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

getShopperLastLoginTime

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

getUserId

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

getUserTrafficId

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

getViewTask

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

setBrowserAgent

public void setBrowserAgent(java.lang.String newValue)

setClientAccessMethod

public void setClientAccessMethod(java.lang.String newValue)

setHttps

public void setHttps(java.lang.String newValue)

setPathInfo

public void setPathInfo(java.lang.String newValue)

setPreviousURL

public void setPreviousURL(java.lang.String newValue)

setQueryString

public void setQueryString(java.lang.String newValue)

setRecordTime

public void setRecordTime(java.lang.String newValue)

setRedirection

public void setRedirection(java.lang.String newValue)

setReferalURL

public void setReferalURL(java.lang.String newValue)

setRemoteAddress

public void setRemoteAddress(java.lang.String newValue)

setResult

public void setResult(java.lang.String newValue)

setScript

public void setScript(java.lang.String newValue)

setServerName

public void setServerName(java.lang.String newValue)

setSessionId

public void setSessionId(java.lang.String newValue)

setShopperLastLoginTime

public void setShopperLastLoginTime(java.lang.String newValue)

setUserId

public void setUserId(java.lang.String newValue)

setUserTrafficId

public void setUserTrafficId(java.lang.String newValue)

setViewTask

public void setViewTask(java.lang.String newValue)