Package com.ibm.commerce.marketingcenter.events.dbobjects

Provides the java beans that are used to communicate with the event components.

See:
          Description

Class Summary
CpgnLog This is the object that will persist the event into the CPGNLOG table.
CpgnLogConstants Constants that represent column names for the CPGNLOG table.
CpgnLogRecommendationEvent Event object for the CPGNLOG table.
CpgnLogRecommendationEventListener Event listener for the CpgnLogRecommendationEvent event.
CpgnLogUnitTest This class is used to unit test the campaign logging event listener component.
CpgnStats This is the object that will persist (create / update) the event into the CPGNSTATS table.
CpgnStatsConstants Constants that represent column names for the CPGNSTATS table.
CpgnStatsRecommendationEvent Event object for CPGNSTATS table.
CpgnStatsRecommendationEventListener Event listener for the CpgnStatsRecommendationEvent event.
CpgnStatsUnitTest This class is used to unit test the campaign statistics event listener component.
EventComponent Base event object class for merchant events feature.
OrdersMgp This is the object that will persist the event into the OrdersMgp table.
OrdersMgpConstants Constants that represent column names for the ORDERMGP table.
OrdersMgpPersistEvent Event object for the ORDERSMGP table.
OrdersMgpPersistEventListener Event listener for the OrdersMgpPersistEvent event.
PAStats This is the object that will persist (create / update) the event into the PASTATS table.
PAStatsConstants Constants that represent column names for the PASTATS table.
PAStatsInvocationEvent Event object for the PASTATS table.
PAStatsInvocationEventListener Event listener for the PAStatsInvocationEvent event.
PAStatsUnitTest This class is used to unit test the product advisor statistics listener component.
PCStats This is the object that will persist (create / update) the event into the PCSTATS table.
PCStatsConstants Constants that represent column names for the PCSTATS table.
PCStatsInvocationEvent Event object for the PCSTATS table.
PCStatsInvocationEventListener Event listener for the PCStatsInvocationEvent event.
PCStatsUnitTest This class is used to unit test the product comparison statistics listener component.
PEStats This is the object that will persist (create / update) the event into the PESTATS table.
PEStatsConstants Constants that represent column names for the PESTATS table.
PEStatsInvocationEvent Event object for the PESTATS table.
PEStatsInvocationEventListener Event listener for the PEStatsInvocationEvent event.
PEStatsUnitTest This class is used to unit test the product explorer statistics listener component.
SAStats This is the object that will persist (create / update) the event into the SASTATS table.
SAStatsConstants Constants that represent column names for the SASTATS table.
SAStatsInvocationEvent Event object for the SASTATS table.
SAStatsInvocationEventListener Event listener for the SAStatsInvocationEvent event.
SAStatsUnitTest This class is used to unit test the sales assistant statistics listener component.
StringManipulationHelper This helper class provides various methods to manipulate strings.
 

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

Provides the java beans that are used to communicate with the event components.