com.ibm.commerce.order.commands

Class ServiceProviderRecurringOrderCancelCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceProviderRecurringOrderCancelCmdImpl

        public ServiceProviderRecurringOrderCancelCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method executes the business logic of this command implementation.

        Cancels the specified order by changing its order status to X state. This command does not remove the order from the database. Behaviour:
      • The Order is unlocked.
      • Its status attribute value is set to X.
      • The status attribute values of its OrderItems are set to X.

Specified by:
performExecute in interface ECCommand
Specified by:
performExecute in interface com.ibm.websphere.command.TargetableCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException