com.ibm.commerce.order.commands

Class ExternalOrderCreateQuoteCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, OrderCreateQuoteCmd, Protectable, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ExternalOrderCreateQuoteCmdImpl
    extends OrderCreateQuoteCmdImpl
    implements OrderCreateQuoteCmd
    This command is the implementation of the OrderCreateQuote Command. It is used to call outbound service to create a quote against an order.

    Behaviour:

    For each order specified:
    • get the order noun by calling inbound service - get order detail by id
    • call outbound service - ProcessQuote (actionCode = SubmitQuote) to generate the quote in backend system.
      See Also:
      Serialized Form