com.ibm.commerce.orderquotation.commands

Interface OrderQuotationCheckCmd

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


    public interface OrderQuotationCheckCmd
    extends ControllerCommand
    This Order controller command is used to check if child orders exist for the specified OrderQuotationRel objects.

    The default implementation of this command is OrderQuotationCheckCmdImpl. The OrderQuotationCheck URL is mapped to this command by default.

    • 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.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.