com.ibm.commerce.order.commands
Interface PrepareProcurementOrderCmd

All Superinterfaces:
PrepareOrderCmd, TaskCommand
All Known Implementing Classes:
PrepareProcurementOrderCmdImpl

public interface PrepareProcurementOrderCmd
extends PrepareOrderCmd

The interface for PrepareProcurementOrderCmd command. It extends PrepareOrderCmd inteface to work with a procurement system. The default implementation class is PrepareProcurementOrderCmdImpl.

See Also:
PrepareOrderCmd, PrepareProcurementOrderCmdImpl

Field Summary
static java.lang.String COPYRIGHT
          The IBM copyright notice field.
static java.lang.String defaultCommandClassName
          Default class containing the implementation for the PrepareProcurementOrderCmd command.
static java.lang.String NAME
          The name of the class.
 
Methods inherited from interface com.ibm.commerce.order.commands. PrepareOrderCmd
setOrder, setOrders
 

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

NAME

public static final java.lang.String NAME
The name of the class.
See Also:
Constant Field Values

defaultCommandClassName

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