com.ibm.commerce.order.commands

Interface OrderPaymentSynchronizeCmd

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


    public interface OrderPaymentSynchronizeCmd
    extends ControllerCommand
    This command is invoked by the WebSphere Commerce scheduler at store level. The OrderPaymentSynchronizeCmd Controller Command synchronizes the WebSphere Commerce Order status with Payment Rule Engine. It's used to ensure the total amount for the order is authorized.
    • Field Detail

      • COPYRIGHT

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

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