com.ibm.commerce.order.commands

Interface SalesOrderPreprocessCmd

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


    public interface SalesOrderPreprocessCmd
    extends ControllerCommand
    This command is to be exposed as an inbound service to the external OMS through the inbound service infrastructure. The default implementation of this command is SalesOrderPreprocessCmdImpl. The SalesOrderPreprocess is mapped to this command.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright string.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values