Package com.ibm.commerce.marketingcenter.events.databeans

Provides the databeans that are used to manage marketing event data.

See:
          Description

Class Summary
CampaignStatisticsBean This class represents an entry of the campaign statistics in the database, with getters and setters to access the fields in the CPGNSTATS table.
CampaignStatisticsListDataBean This class accesses all the entries of the campaign statistics in the database, where each row is represented by a CampaignStatisticsBean.
ProductAdvisorStatisticsBean This class represents an entry of the product advisor statistics in the database, with getters and setters to access the fields in the PASTATS table.
ProductAdvisorStatisticsListDataBean This class accesses all the entries of the product advisor statistics in the database, where each row is represented by a ProductAdvisorStatisticsBean.
ProductComparisonStatisticsBean This class represents an entry of the product comparison statistics in the database, with getters and setters to access the fields in the PCSTATS table.
ProductComparisonStatisticsListDataBean This class accesses all the entries of the product comparison statistics in the database, where each row is represented by a ProductComparisonStatisticsBean.
ProductExplorerStatisticsBean This class represents an entry of the product explorer statistics in the database, with getters and setters to access the fields in the PESTATS table.
ProductExplorerStatisticsListDataBean This class accesses all the entries of the product explorer statistics in the database, where each row is represented by a ProductExplorerStatisticsBean.
SalesAssistantStatisticsBean This class represents an entry of the sales assistant statistics in the database, with getters and setters to access the fields in the SASTATS table.
SalesAssistantStatisticsListDataBean This class accesses all the entries of the sales assistant statistics in the database, where each row is represented by a SalesAssistantStatisticsBean.
 

Package com.ibm.commerce.marketingcenter.events.databeans Description

Provides the databeans that are used to manage marketing event data.