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

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

See: Description

  • Class Summary 
    Class Description
    CampaignLoggingDataBean
    The campaign logging data to be passed in a Campaign Logging common base event and then persisted to the database.
    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.
    ExperimentCustomResultDataBean
    This data bean returns all the custom statistics associated with an experiment test element.
    ExperimentLoggingDataBean
    The experiment logging data to be passed in an Experiment Logging common base event and then persisted to the database.
    ExperimentResultDataBean
    This data bean returns all the statistics associated with an experiment test element.
    ExperimentResultsListDataBean
    This data bean gets the statistics for an experiment.
    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.