com.ibm.commerce.order.commands

Interface OrderRetransferCmd

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


    public interface OrderRetransferCmd
    extends ControllerCommand
    This controller command is invoked by the WebSphere Commerce scheduler and attempts to re-transfer the orders in "H" and "F" status to back-end Order Management System for the given store. For the orders which have been in "F" status for a period, this command will first check whether they have already been created in back-end Order Management System and will only re-transfer those not created yet. The scheduler can be enabled when the feature of Sterling OMS Down is enabled. The default implementation of this command is OrderRetransferCmdImpl. The OrderRetransfer URL is mapped to this command by default.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values