com.ibm.commerce.me.commands

Interface SubmitShoppingCartCmd

  • 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:
    SubmitShoppingCartCmdImpl


    public interface SubmitShoppingCartCmd
    extends ControllerCommand
    This is the interface of the SubmitShoppingCart command. The SubmitShoppingCart command is invoked when the procurement buyer submits or checks out their order during catalog browsing. This command changes the status of the order and order items to W (awaiting approval) from P (pending). Together with the SendShoppingCart command, the SubmitShoppingCart command can alter the shopping flow by sending the order of the procurement buyer to the procurement system.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The name of the default implementation of this command
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long orderRn)
        This method sets the order ID.
        Parameters:
        orderRn - The order ID.