com.ibm.commerce.usertraffic.beans
Class UserTrafficDataBean

java.lang.Object
  |
  +--com.ibm.commerce.usertraffic.beansrc.UserTrafficDataBeanBase
        |
        +--com.ibm.commerce.usertraffic.beans.UserTrafficDataBean

public class UserTrafficDataBean
extends com.ibm.commerce.usertraffic.beansrc.UserTrafficDataBeanBase

Reserved for IBM internal use.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
protected  CommandContext iCommandContext
           
protected  java.lang.String iDataBeanKeyUserTrafficId
           
protected  TypedProperty iRequestProperties
           
 
Constructor Summary
UserTrafficDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Reserved for IBM internal use.
 java.lang.String getDataBeanKeyUserTrafficId()
          Reserved for IBM internal use.
  TypedProperty getRequestProperties()
          Reserved for IBM internal use.
 void populate()
          Reserved for IBM internal use.
 void setCommandContext( CommandContext aCommandContext)
          Reserved for IBM internal use.
 void setDataBeanKeyUserTrafficId(java.lang.String aUserTrafficId)
          Reserved for IBM internal use.
 void setRequestProperties( TypedProperty aRequestProperty)
          Reserved for IBM internal use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext

iRequestProperties

protected TypedProperty iRequestProperties

iDataBeanKeyUserTrafficId

protected java.lang.String iDataBeanKeyUserTrafficId
Constructor Detail

UserTrafficDataBean

public UserTrafficDataBean()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Reserved for IBM internal use. Gets the request property set within this bean.
Returns:
request property

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Reserved for IBM internal use. Sets the request property within this bean.
Parameters:
aRequestProperty - request properties
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getDataBeanKeyUserTrafficId

public java.lang.String getDataBeanKeyUserTrafficId()
Reserved for IBM internal use. Gets user traffic Id.
Returns:
user traffic Id

getCommandContext

public CommandContext getCommandContext()
Reserved for IBM internal use. Gets the command context set within this bean.
Returns:
command context

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Reserved for IBM internal use. Sets the command context within this bean.
Parameters:
aCommandContext - command context

setDataBeanKeyUserTrafficId

public void setDataBeanKeyUserTrafficId(java.lang.String aUserTrafficId)
Reserved for IBM internal use. Sets the user traffic Id.
Parameters:
aUserTrafficId - user traffic Id

populate

public void populate()
              throws java.lang.Exception
Reserved for IBM internal use. Retrieves data from the database.
Throws:
java.lang.Exception