java.lang.Object | +--com.ibm.commerce.marketingcenter.events.databeans.ProductAdvisorStatisticsListDataBean
This class accesses all the entries of the product advisor statistics in the
database, where each row is represented by a
ProductAdvisorStatisticsBean
.
Field Summary | |
---|---|
protected
java.lang.Long |
catGroupId |
protected
CommandContext |
commandContext |
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
protected
java.lang.Integer |
metaphorTypeId |
protected
TypedProperty |
requestProperties |
protected
ProductAdvisorStatisticsAccessBean[] |
statsAccessBeanList |
protected
ProductAdvisorStatisticsBean[] |
statsDataBeanList |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
ProductAdvisorStatisticsListDataBean() Constructor for ProductAdvisorStatisticsListDataBean. |
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. |
java.lang.Integer |
getMetaphorTypeId() Gets the metaphor type ID associated with all the statistics in this bean, in EJB attribute type. |
TypedProperty |
getRequestProperties() Gets the requestProperties associated with the data bean. |
ProductAdvisorStatisticsAccessBean[] |
getStatsAccessBeanList() Gets the array of ProductAdvisorStatisticsAccessBean
objects that represents all the statistics in the list. |
ProductAdvisorStatisticsBean[] |
getStatsDataBeanList() Gets the array of ProductAdvisorStatisticsBean 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 |
setMetaphorTypeId(java.lang.Integer newMetaphorTypeId) Sets the metaphor type ID associated with all the statistics in this bean, in EJB attribute type. |
void |
setRequestProperties(
TypedProperty newRequestProperties) Sets the requestProperties associated with the data bean. |
void |
setStatsAccessBeanList(
ProductAdvisorStatisticsAccessBean[] newStatsAccessBeanList) Sets the array of ProductAdvisorStatisticsAccessBean
objects that represents all the statistics in the list. |
void |
setStatsDataBeanList(
ProductAdvisorStatisticsBean[] newStatsDataBeanList) Sets the array of ProductAdvisorStatisticsBean 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 java.lang.Integer metaphorTypeId
protected TypedProperty requestProperties
protected CommandContext commandContext
protected ProductAdvisorStatisticsBean[] statsDataBeanList
protected ProductAdvisorStatisticsAccessBean[] statsAccessBeanList
Constructor Detail |
---|
public ProductAdvisorStatisticsListDataBean()
Method Detail |
---|
public java.lang.Long getCatGroupId()
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public java.lang.Integer getMetaphorTypeId()
public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
public ProductAdvisorStatisticsAccessBean[] getStatsAccessBeanList()
ProductAdvisorStatisticsAccessBean
objects
that represents all the statistics in the list.
ProductAdvisorStatisticsAccessBean
objectspublic ProductAdvisorStatisticsBean[] getStatsDataBeanList()
ProductAdvisorStatisticsBean
objects that
represents all the statistics in the list.
ProductAdvisorStatisticsBean
objectspublic void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
java.lang.Exception
- Thrown whenever an exception is
encountered.public void setCatGroupId(java.lang.Long newCatGroupId)
newCatGroupId
- category IDpublic void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface
SmartDataBean
newCommandContext
- the current command
contextpublic void setMetaphorTypeId(java.lang.Integer newMetaphorTypeId)
newMetaphorTypeId
- metaphor type IDpublic void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface
InputDataBean
newRequestProperties
- The set of properties passed to the JSP
page that invokes this data bean.public void setStatsAccessBeanList(ProductAdvisorStatisticsAccessBean[] newStatsAccessBeanList)
ProductAdvisorStatisticsAccessBean
objects
that represents all the statistics in the list.
newStatsAccessBeanList
- an array of
ProductAdvisorStatisticsAccessBean
objectspublic void setStatsDataBeanList(ProductAdvisorStatisticsBean[] newStatsDataBeanList)
ProductAdvisorStatisticsBean
objects that
represents all the statistics in the list.
newStatsDataBeanList
- an array of
ProductAdvisorStatisticsBean
objects