com.ibm.commerce.couponredemption.commands

Interface UseCouponIdCmd

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

    Deprecated. 
    The WC54 coupon feature will be replaced by the WC56 promotion engine coupon feature.

    public interface UseCouponIdCmd
    extends ControllerCommand

    This command is invoked when the customer specifies a set of eCoupon codes explicitly while checking out.

    The input to this command is :

    • couponIds:Long
          The IDs of ecoupons that were selected for use with order.
    • orderId:Integer
          The order under consideration.
    • SUCCESS_URL:String
          Optional : The URL to redirect to if the selection was correct.
    • FAILURE_URL:String
          Optional : The URL to redirect to if the selection was incorrect.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        Deprecated. 
        defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.template.commands.TaskCmdTemplate is not defined in the CMDREG table
        See Also:
        Constant Field Values