com.ibm.commerce.marketingcenter.externalevent

Class WCSExternalEventInfo

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.externalevent.WCSExternalEventInfo


  • public class WCSExternalEventInfo
    extends java.lang.Object
    This class captures detailed information about the current event.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WCSExternalEventInfo(java.lang.String eventName, java.lang.Integer eventValue)
      Creates a WCSExternalEventInfo object with the specified eventName and eventValue.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getEventName()
      Returns the name of the event.
      java.lang.Integer getEventValue()
      Returns the value associated with the event.
      java.lang.String getRatingEngineType()
      Gets rating engine type
      void setRatingEngineType(java.lang.String engType)
      Set rating engine type
      • Methods inherited from class java.lang.Object

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

      • ADD_INTEREST_ITEM

        public static final java.lang.String ADD_INTEREST_ITEM
        The ADD_INTEREST_ITEM event.
        See Also:
        Constant Field Values
      • ADD_ORDER_ITEM

        public static final java.lang.String ADD_ORDER_ITEM
        The ADD_ORDER_ITEM event.
        See Also:
        Constant Field Values
      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The Copyright field
        See Also:
        Constant Field Values
      • DELETE_INTEREST_ITEM

        public static final java.lang.String DELETE_INTEREST_ITEM
        The DELETE_INTEREST_ITEM event.
        See Also:
        Constant Field Values
      • DELETE_ORDER_ITEM

        public static final java.lang.String DELETE_ORDER_ITEM
        The DELETE_ORDER_ITEM event.
        See Also:
        Constant Field Values
      • DISPLAY_PRODUCT

        public static final java.lang.String DISPLAY_PRODUCT
        The DISPLAY_PRODUCT event
        See Also:
        Constant Field Values
      • PURCHASE_ITEM

        public static final java.lang.String PURCHASE_ITEM
        The PURCHASE_ITEM event.
        See Also:
        Constant Field Values
      • RATING_ALL_ENGINE

        public static final java.lang.String RATING_ALL_ENGINE
        Rating for all LikeMinds engine type
        See Also:
        Constant Field Values
      • RATING_IITEAFFINITY_ENGINE_ONLY

        public static final java.lang.String RATING_IITEAFFINITY_ENGINE_ONLY
        Rating for LikeMinds ItemAffinity engine type
        See Also:
        Constant Field Values
      • RATING_ITEM

        public static final java.lang.String RATING_ITEM
        The RATING event.
        See Also:
        Constant Field Values
      • RATING_PREFERENCE_ENGINE_ONLY

        public static final java.lang.String RATING_PREFERENCE_ENGINE_ONLY
        Rating for LikeMinds Preference engine type
        See Also:
        Constant Field Values
      • UPDATE_ORDER_ITEM

        public static final java.lang.String UPDATE_ORDER_ITEM
        The UPDATE_ORDER_ITEM event.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WCSExternalEventInfo

        public WCSExternalEventInfo(java.lang.String eventName,
                                    java.lang.Integer eventValue)
        Creates a WCSExternalEventInfo object with the specified eventName and eventValue.
        Parameters:
        eventName - java.lang.String The name of the event.
        eventValue - java.lang.Integer The value associated with this event.
    • Method Detail

      • getEventName

        public java.lang.String getEventName()
        Returns the name of the event.
        Returns:
        java.lang.String The name of the event.
      • getEventValue

        public java.lang.Integer getEventValue()
        Returns the value associated with the event.
        Returns:
        java.lang.Integer The value associated with the event.
      • getRatingEngineType

        public java.lang.String getRatingEngineType()
        Gets rating engine type
        Returns:
        rating engine type
      • setRatingEngineType

        public void setRatingEngineType(java.lang.String engType)
        Set rating engine type
        Parameters:
        engType - rating engine type