Package com.ibm.commerce.marketingcenter.events.util

Provides the utilities to import and export marketing event statistics between staging and production servers.

See: Description

  • Class Summary 
    Class Description
    CampaignEventUtilities
    Utility methods to send a campaign logging event, serialize the logging data into the common base event, and retrieve the data from the common base event.
    DBConnection
    This class is used to establish a connection with a database.
    DBSql
    This class is used to transfer data from the database to an XML file and vice versa.
    DBXMLFileReader
    This class is used by ImportStats to connect to the database, read the data from an XML file (created by ExportStats) and insert the data in a table.
    DBXMLFileWriter
    This class is used by ExportStats to connect to the database, create an XML file on the file system containing the content of a specified table.
    ExperimentEventUtilities
    Utility methods to send an experiment logging event, serialize the logging data into the common base event, and retrieve the data from the common base event.
    ExportStats
    This class is used to connect to the database and export a table to an XML file.
    ImportStats
    This class is used to connect to the database and import the content of an XML file (created by ExportStats) into the database.

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

Provides the utilities to import and export marketing event statistics between staging and production servers.