public class SalesAssistantStatisticsListDataBean extends java.lang.Object implements SmartDataBean
Modifier and Type | Field and Description |
---|---|
protected CommandContext | commandContext |
protected java.lang.Integer | conceptId |
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
protected TypedProperty | requestProperties |
protected SalesAssistantStatisticsAccessBean[] | statsAccessBeanList |
protected SalesAssistantStatisticsBean[] | statsDataBeanList |
protected java.lang.Integer | treeId |
Constructor and Description |
---|
SalesAssistantStatisticsListDataBean()
Constructor for SalesAssistantStatisticsListDataBean.
|
Modifier and Type | Method and Description |
---|---|
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 | getConceptId()
Gets the concept ID associated with all the statistics in this bean, in EJB attribute type.
|
TypedProperty | getRequestProperties()
Gets the requestProperties associated with the data bean.
|
SalesAssistantStatisticsAccessBean[] | getStatsAccessBeanList()
Gets the array of SalesAssistantStatisticsAccessBean objects that represents all the statistics in the list.
|
SalesAssistantStatisticsBean[] | getStatsDataBeanList()
Gets the array of SalesAssistantStatisticsBean objects that represents all the statistics in the list.
|
java.lang.Integer | getTreeId()
Gets the tree ID associated with all the statistics in this bean, in EJB attribute type.
|
void | populate()
Populate the databean that includes all the statistics found.
|
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 | setConceptId(java.lang.Integer newConceptId)
Sets the concept 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(SalesAssistantStatisticsAccessBean[] newStatsAccessBeanList)
Sets the array of SalesAssistantStatisticsAccessBean objects that represents all the statistics in the list.
|
void | setStatsDataBeanList(SalesAssistantStatisticsBean[] newStatsDataBeanList)
Sets the array of SalesAssistantStatisticsBean objects that represents all the statistics in the list.
|
void | setTreeId(java.lang.Integer newTreeId)
Sets the tree ID associated with all the statistics in this bean, in EJB attribute type.
|
public static final java.lang.String COPYRIGHT
protected java.lang.Integer treeId
protected java.lang.Integer conceptId
protected TypedProperty requestProperties
protected CommandContext commandContext
protected SalesAssistantStatisticsBean[] statsDataBeanList
protected SalesAssistantStatisticsAccessBean[] statsAccessBeanList
public SalesAssistantStatisticsListDataBean()
public CommandContext getCommandContext()
public java.lang.Integer getConceptId()
public TypedProperty getRequestProperties()
public SalesAssistantStatisticsAccessBean[] getStatsAccessBeanList()
public SalesAssistantStatisticsBean[] getStatsDataBeanList()
public java.lang.Integer getTreeId()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setConceptId(java.lang.Integer newConceptId)
public void setRequestProperties(TypedProperty newRequestProperties)
public void setStatsAccessBeanList(SalesAssistantStatisticsAccessBean[] newStatsAccessBeanList)
public void setStatsDataBeanList(SalesAssistantStatisticsBean[] newStatsDataBeanList)
public void setTreeId(java.lang.Integer newTreeId)