com.ibm.commerce.order.commands

Interface ScheduledOrderCancelCmd

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


    public interface ScheduledOrderCancelCmd
    extends ControllerCommand
    This controller command is used to cancel execution of a recurring order submitted by the OrderSchedule command. There is no default implementation of this command.
    • 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
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long newOrderId)
        This method sets order identifier
        Parameters:
        newOrderId - An Integer that specifies the order identifier.
      • setUrl

        void setUrl(java.lang.String astrUrl)
        This method sets the redirection url to be called when the command completes successfully.
        Parameters:
        astrUrl - A String That specifies the redirection url string.