com.ibm.commerce.order.event

Class OrderSubmitEventContainer

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.commerce.event.WCSEvent
        • com.ibm.commerce.order.event.OrderSubmitEventContainer
  • All Implemented Interfaces:
    java.io.Serializable


    public class OrderSubmitEventContainer
    extends com.ibm.commerce.event.WCSEvent
    The OrderSubmitEventContainer is a container used to initialize the event
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor and Description
      OrderSubmitEventContainer(java.lang.Object commonBaseEvent)
      This method creates an instance of the EC Container to pass to the event listeners.
    • 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
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderSubmitEventContainer

        public OrderSubmitEventContainer(java.lang.Object commonBaseEvent)
                                  throws ECException
        This method creates an instance of the EC Container to pass to the event listeners. This event will be a synchronous event and there will be a check to ensure the event object is a Common Base Event.
        Parameters:
        commonBaseEvent - The common base event to process.
        Throws:
        ECException - An exception when processing the event.