com.ibm.commerce.order.commands

Interface RaiseOrderEventCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • getRequestProperties

        TypedProperty getRequestProperties()
        This method gets the request properties set by the setRequestProperties() method.
        Returns:
        This method returns the request properties.
      • getEventType

        java.lang.Integer getEventType()
        This method gets the event type.
        Returns:
        Returns the event type.
      • getEventData

        java.util.HashMap getEventData()
        This method gets the event data.
        Returns:
        Returns the event data.
      • setRequestProperties

        void setRequestProperties(TypedProperty requestProperties)
                           throws ECException
        This method sets the request properties.
        Parameters:
        requestProperties - This is an object that represents the request properties.
        Throws:
        ECException
      • setEventData

        void setEventData(java.util.HashMap ahsEventData)
        This method sets the event data.
        Parameters:
        ahsEventData - the event data to set.
      • setEventType

        void setEventType(java.lang.Integer anEventType)
        This method sets the event type.
        Parameters:
        anEventType - the event type.