java.lang.Objectcom.ibm.commerce.marketingcenter.events.databeans.ProductComparisonStatisticsListDataBean
This class accesses all the entries of the product comparison statistics in the database, where each row is represented by a ProductComparisonStatisticsBean.
Field Summary | |
protected java.lang.Long | catGroupId |
protected CommandContext | commandContext |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
protected TypedProperty | requestProperties |
protected ProductComparisonStatisticsAccessBean[] | statsAccessBeanList |
protected ProductComparisonStatisticsBean[] | statsDataBeanList |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ProductComparisonStatisticsListDataBean() Constructor for ProductComparisonStatisticsListDataBean. |
Method Summary | |
java.lang.Long | getCatGroupId() Gets the category ID associated with all the statistics in this bean, in EJB attribute type. |
CommandContext | getCommandContext() Gets the current command context that is used to retrieve the runtime attribute like the store ID and the member ID. |
TypedProperty | getRequestProperties() Gets the requestProperties associated with the data bean. |
ProductComparisonStatisticsAccessBean[] | getStatsAccessBeanList() Gets the array of ProductComparisonStatisticsAccessBean objects that represents all the statistics in the list. |
ProductComparisonStatisticsBean[] | getStatsDataBeanList() Gets the array of ProductComparisonStatisticsBean objects that represents all the statistics in the list. |
void | populate() Populate the databean that includes all the statistics found. |
void | setCatGroupId(java.lang.Long newCatGroupId) Sets the category ID associated with all the statistics in this bean, in EJB attribute type. |
void | setCommandContext(CommandContext newCommandContext) Sets the current command context that is used to retrieve the runtime attribute like the store ID and the member ID. |
void | setRequestProperties(TypedProperty newRequestProperties) Sets the requestProperties associated with the data bean. |
void | setStatsAccessBeanList(ProductComparisonStatisticsAccessBean[] newStatsAccessBeanList) Sets the array of ProductComparisonStatisticsAccessBean objects that represents all the statistics in the list. |
void | setStatsDataBeanList(ProductComparisonStatisticsBean[] newStatsDataBeanList) Sets the array of ProductComparisonStatisticsBean objects that represents all the statistics in the list. |
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 java.lang.Long catGroupId
protected TypedProperty requestProperties
protected CommandContext commandContext
protected ProductComparisonStatisticsBean[] statsDataBeanList
protected ProductComparisonStatisticsAccessBean[] statsAccessBeanList
Constructor Detail |
public ProductComparisonStatisticsListDataBean()
Method Detail |
public java.lang.Long getCatGroupId()
public CommandContext getCommandContext()
public TypedProperty getRequestProperties()
public ProductComparisonStatisticsAccessBean[] getStatsAccessBeanList()
public ProductComparisonStatisticsBean[] getStatsDataBeanList()
public void populate() throws java.lang.Exception
public void setCatGroupId(java.lang.Long newCatGroupId)
public void setCommandContext(CommandContext newCommandContext)
public void setRequestProperties(TypedProperty newRequestProperties)
public void setStatsAccessBeanList(ProductComparisonStatisticsAccessBean[] newStatsAccessBeanList)
public void setStatsDataBeanList(ProductComparisonStatisticsBean[] newStatsDataBeanList)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.