com.ibm.commerce.quote.commands

Interface QuoteCancelCmd

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


    public interface QuoteCancelCmd
    extends ControllerCommand
    This Order controller command is used to cancel a quote.

    The default implementation of this command is QuoteCancelCmdImpl. The QuoteCancel URL is mapped to this command by default.

    Parameters

    Quote (required)
    The quote to be saved and adds it to the list of quotes to be processed.
    URL (required)
    The URL to be called when the command completes successfully.
    The default implementation of this command is QuoteCancelCmdImpl. The QuoteCancel URL is mapped to this command by default.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        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
    • Method Detail

      • setUrl

        void setUrl(java.lang.String url)
        Sets the redirection url after the command completes successfully.
        Parameters:
        url -
      • setQuote

        void setQuote(OrderAccessBean abQuote)
        Sets the quote to cancel.
        Parameters:
        abQuote - Quote access bean