com.ibm.commerce.catalog.beans
Class CurrentInterestItemListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.catalog.beansrc.CurrentInterestItemListDataBeanBase
        |
        +--com.ibm.commerce.catalog.beans.CurrentInterestItemListDataBean

public class CurrentInterestItemListDataBean
extends com.ibm.commerce.catalog.beansrc.CurrentInterestItemListDataBeanBase

Represents the current interest item list for a user. This bean maps to the table CIITEMLIST.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
protected  CommandContext iCommandContext
           
protected  java.lang.String iDataBeanKeyInterestListNumber
           
protected  java.lang.String iDataBeanKeyUserReferenceNumber
           
protected  TypedProperty iRequestProperties
           
 
Constructor Summary
CurrentInterestItemListDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context.
 java.lang.String getDataBeanKeyInterestListNumber()
          Gets the primary key of the interest list.
 java.lang.String getDataBeanKeyUserReferenceNumber()
          Gets the reference number of the owner of the interest list.
  TypedProperty getRequestProperties()
          Gets the request properties.
 void populate()
          Populates the bean with data.
 void setCommandContext( CommandContext aCommandContext)
          Sets the command context.
 void setDataBeanKeyInterestListNumber(java.lang.String aInterestListNumber)
          Sets the primary key of the interest list.
 void setDataBeanKeyUserReferenceNumber(java.lang.String aUserReferenceNumber)
          Sets the primary key of the user.
 void setRequestProperties( TypedProperty aRequestProperty)
          Sets the request properties.
 
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
The internal copyright field.
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext

iRequestProperties

protected TypedProperty iRequestProperties

iDataBeanKeyUserReferenceNumber

protected java.lang.String iDataBeanKeyUserReferenceNumber

iDataBeanKeyInterestListNumber

protected java.lang.String iDataBeanKeyInterestListNumber
Constructor Detail

CurrentInterestItemListDataBean

public CurrentInterestItemListDataBean()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request properties.
Returns:
the request properties

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request properties.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getDataBeanKeyUserReferenceNumber

public java.lang.String getDataBeanKeyUserReferenceNumber()
Gets the reference number of the owner of the interest list.
Returns:
the primary key of the user

getDataBeanKeyInterestListNumber

public java.lang.String getDataBeanKeyInterestListNumber()
Gets the primary key of the interest list.
Returns:
the primary key of the interest list

getCommandContext

public CommandContext getCommandContext()
Gets the command context.
Returns:
the command context

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context.

setDataBeanKeyUserReferenceNumber

public void setDataBeanKeyUserReferenceNumber(java.lang.String aUserReferenceNumber)
Sets the primary key of the user.
Parameters:
aUserReferenceNumber - the primary key of the user

setDataBeanKeyInterestListNumber

public void setDataBeanKeyInterestListNumber(java.lang.String aInterestListNumber)
Sets the primary key of the interest list.
Parameters:
aInterestListNumber - the primary key of the interst list

populate

public void populate()
              throws java.lang.Exception
Populates the bean with data.
Throws:
java.lang.Exception