com.ibm.commerce.usertraffic.objects
Interface UserTrafficAccessBeanData

All Known Implementing Classes:
UserTrafficAccessBean

public interface UserTrafficAccessBeanData

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


Method Summary
 java.lang.String getBrowserAgent()
           
 java.lang.Long getCatentryId()
          getCatentryId
 java.lang.Long getCatgroupId()
          getCatgroupId
 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.Integer getStoreId()
          getStoreId
 java.lang.String getUserId()
           
 java.lang.String getUserTrafficId()
           
 java.lang.String getViewTask()
           
 void setBrowserAgent(java.lang.String newValue)
           
 void setCatentryId(java.lang.Long newValue)
          setCatentryId
 void setCatgroupId(java.lang.Long newValue)
          setCatgroupId
 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 setStoreId(java.lang.Integer newValue)
          setStoreId
 void setUserId(java.lang.String newValue)
           
 void setUserTrafficId(java.lang.String newValue)
           
 void setViewTask(java.lang.String newValue)            
 

Method Detail

getHttps

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

setHttps

public void setHttps(java.lang.String newValue)

getShopperLastLoginTime

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

setShopperLastLoginTime

public void setShopperLastLoginTime(java.lang.String newValue)

getResult

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

setResult

public void setResult(java.lang.String newValue)

getReferalURL

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

setReferalURL

public void setReferalURL(java.lang.String newValue)

getClientAccessMethod

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

setClientAccessMethod

public void setClientAccessMethod(java.lang.String newValue)

getBrowserAgent

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

setBrowserAgent

public void setBrowserAgent(java.lang.String newValue)

getServerName

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

setServerName

public void setServerName(java.lang.String newValue)

getQueryString

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

setQueryString

public void setQueryString(java.lang.String newValue)

getRemoteAddress

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

setRemoteAddress

public void setRemoteAddress(java.lang.String newValue)

getUserId

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

setUserId

public void setUserId(java.lang.String newValue)

getPreviousURL

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

setPreviousURL

public void setPreviousURL(java.lang.String newValue)

getUserTrafficId

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

setUserTrafficId

public void setUserTrafficId(java.lang.String newValue)

getScript

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

setScript

public void setScript(java.lang.String newValue)

getSessionId

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

setSessionId

public void setSessionId(java.lang.String newValue)

getRecordTime

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

setRecordTime

public void setRecordTime(java.lang.String newValue)

getRedirection

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

setRedirection

public void setRedirection(java.lang.String newValue)

getViewTask

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

setViewTask

public void setViewTask(java.lang.String newValue)

getPathInfo

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

setPathInfo

public void setPathInfo(java.lang.String newValue)

getCatentryId

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

getCatgroupId

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

setStoreId

public void setStoreId(java.lang.Integer newValue)
setStoreId

getStoreId

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

setCatentryId

public void setCatentryId(java.lang.Long newValue)
setCatentryId

setCatgroupId

public void setCatgroupId(java.lang.Long newValue)
setCatgroupId