com.ibm.commerce.order.commands

Interface PrepareProcurementOrderCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, PrepareOrderCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    PrepareProcurementOrderCmdImpl


    public interface PrepareProcurementOrderCmd
    extends PrepareOrderCmd
    The interface for PrepareProcurementOrderCmd command. It extends the PrepareOrderCmd interface to work with a procurement system. The default implementation class is PrepareProcurementOrderCmdImpl.
    See Also:
    PrepareOrderCmd, PrepareProcurementOrderCmdImpl
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        Default class containing the implementation for the PrepareProcurementOrderCmd command.
        See Also:
        Constant Field Values