com.ibm.commerce.marketingcenter.events.dbobjects

Class ExpCpgnStats

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.dbobjects.ExpCpgnStats
    • Field Summary

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

      Constructors 
      Constructor and Description
      ExpCpgnStats()
      Default constructor for ExpCpgnStats.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addClick()
      This method persists a click record to the EXPSTATS table using the experiment event utilities.
      void addClick(java.util.Hashtable h)
      This method persists a click record to the EXPSTATS table using the experiment event utilities.
      void addClick(com.ibm.commerce.datatype.TypedProperty tp)
      This method persists a click record to the EXPSTATS table using the experiment event utilities.
      void addClick(com.ibm.commerce.datatype.TypedProperty tp, java.lang.Integer storeIdentifier)
      This method persists a click record to the EXPSTATS table using the experiment event utilities.
      java.lang.Integer getExperimentId()
      This method returns the experiment ID recorded in the current event.
      java.lang.Integer getStoreId()
      This method returns the store entity ID recorded in the current event.
      java.lang.Integer getTestElementId()
      This method returns the test element ID recorded in the current event.
      void setExperimentId(java.lang.Integer experimentId)
      This method sets the experiment ID recorded in the current event.
      void setStoreId(java.lang.Integer storeId)
      This method sets the store entity ID recorded in the current event.
      void setTestElementId(java.lang.Integer testElementId)
      This method sets the test element ID recorded in the current event.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

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

      • ExpCpgnStats

        public ExpCpgnStats()
        Default constructor for ExpCpgnStats.
    • Method Detail

      • addClick

        public void addClick()
        This method persists a click record to the EXPSTATS table using the experiment event utilities.
      • addClick

        public void addClick(java.util.Hashtable h)
        This method persists a click record to the EXPSTATS table using the experiment event utilities.
        Specified by:
        addClick in interface MktgClickEventHandler
        Parameters:
        h - The Hashtable that contains all the column=value pairs that are components of the primary key. The Hashtable key names should be the same names as in the database table. The type should also be the same (e.g. Integer).
      • addClick

        public void addClick(com.ibm.commerce.datatype.TypedProperty tp)
        This method persists a click record to the EXPSTATS table using the experiment event utilities.
        Specified by:
        addClick in interface MktgClickEventHandler
        Parameters:
        tp - The TypedProperty that contains all the column=value pairs that are components of the primary key. The TypedProperty key names should be the same names as in the database table. The type should also be the same (e.g. Integer).
      • addClick

        public void addClick(com.ibm.commerce.datatype.TypedProperty tp,
                             java.lang.Integer storeIdentifier)
        This method persists a click record to the EXPSTATS table using the experiment event utilities.
        Specified by:
        addClick in interface MktgClickEventHandler
        Parameters:
        tp - The TypedProperty that contains all the column=value pairs that are components of the primary key. The TypedProperty key names should be the same names as in the database table. The type should also be the same (e.g. Integer).
        storeIdentifier - Not used since this is not a component of the primary key.
      • getExperimentId

        public java.lang.Integer getExperimentId()
        This method returns the experiment ID recorded in the current event.
        Returns:
        Experiment ID.
      • getStoreId

        public java.lang.Integer getStoreId()
        This method returns the store entity ID recorded in the current event.
        Returns:
        Store entity ID.
      • getTestElementId

        public java.lang.Integer getTestElementId()
        This method returns the test element ID recorded in the current event.
        Returns:
        Test element ID.
      • setExperimentId

        public void setExperimentId(java.lang.Integer experimentId)
        This method sets the experiment ID recorded in the current event.
        Parameters:
        experimentId - Experiment ID.
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        This method sets the store entity ID recorded in the current event.
        Parameters:
        storeId - Store entity ID.
      • setTestElementId

        public void setTestElementId(java.lang.Integer testElementId)
        This method sets the test element ID recorded in the current event.
        Parameters:
        testElementId - Test element ID.