com.ibm.commerce.marketingcenter.events.dbobjects

Class CpgnLogRecommendationEvent

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.commerce.event.WCSEvent
        • com.ibm.commerce.marketingcenter.events.dbobjects.CpgnLogRecommendationEvent
  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    This class is used when campaign recommendation data is logged using the marketing event infrastructure. This support has been replaced by the business event infrastructure in the current release, there will not be a replacement for this class. Please refer to the instruction documented in com.ibm.commerce.marketingcenter.events.databeans.CampaignLoggingDataBean for more details. Event object for the CPGNLOG table.

    public class CpgnLogRecommendationEvent
    extends com.ibm.commerce.event.WCSEvent
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Deprecated. 
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CpgnLogRecommendationEvent(java.lang.Object userData)
      Deprecated. 
      Constructor for CpgnLogRecommendationEvent.
    • Method Summary

      • Methods inherited from class com.ibm.commerce.event.WCSEvent

        getContextSerializationMap, getEventData, isSynchronous, setSynchronous
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CpgnLogRecommendationEvent

        public CpgnLogRecommendationEvent(java.lang.Object userData)
        Deprecated. 
        Constructor for CpgnLogRecommendationEvent.
        Parameters:
        userData - The object that contains all the user data.