com.ibm.commerce.order.event

Class OrderSubmitEventFactory

  • All Implemented Interfaces:
    EventFactory


    public class OrderSubmitEventFactory
    extends AbstractEventFactory
    The OrderSubmitEventFactory is used to convert the event data to the ExtendedDataElement, and add the ExtendedDataElement to the CommonBaseEvent object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASS_NAME
      Class name
      static java.lang.String COPYRIGHT
      IBM Copyright field.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void serializeRequestData(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent cbe, OrderSubmitEventData eventData)
      This method serializes the Event data, and add ExtendedDataElement which is serialized from EventData to CommonBaseEvent instance.
      • 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 field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderSubmitEventFactory

        public OrderSubmitEventFactory()
    • Method Detail

      • serializeRequestData

        public static void serializeRequestData(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent cbe,
                                                OrderSubmitEventData eventData)
        This method serializes the Event data, and add ExtendedDataElement which is serialized from EventData to CommonBaseEvent instance.
        Parameters:
        cbe - The Common Base Event.
        eventData - The event data.