java.lang.Object | +--com.ibm.commerce.catalog.beansrc.CurrentInterestItemListDataBeanBase | +--com.ibm.commerce.catalog.beans.CurrentInterestItemListDataBean
Represents the current interest item list for a user. This bean maps to the table CIITEMLIST.
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
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyUserReferenceNumber
protected java.lang.String iDataBeanKeyInterestListNumber
Constructor Detail |
---|
public CurrentInterestItemListDataBean()
Method Detail |
---|
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public java.lang.String getDataBeanKeyUserReferenceNumber()
public java.lang.String getDataBeanKeyInterestListNumber()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyUserReferenceNumber(java.lang.String aUserReferenceNumber)
aUserReferenceNumber
- the primary key of the
userpublic void setDataBeanKeyInterestListNumber(java.lang.String aInterestListNumber)
aInterestListNumber
- the primary key of the interst
listpublic void populate() throws java.lang.Exception
java.lang.Exception