com.ibm.commerce.me.commands

Interface SendShoppingCartCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    SendShoppingCartCmdImpl


    public interface SendShoppingCartCmd
    extends ControllerCommand
    The interface of SendShoppingCart command. This SendShoppingCart command prepares the quote (order and order item details) to be sent back to the procurement system as a message. Actual message composition is done by the view task this command forwards to.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation of SendShoppingCartCmd.
        See Also:
        Constant Field Values
      • messageName

        static final java.lang.String messageName
        The message name
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long orderRn)
        Sets orderId.
        Parameters:
        orderRn - The order Id.