com.ibm.commerce.order.commands
Interface PreProcessOrderCmd

All Superinterfaces:
ProcessOrderCmd, TaskCommand
All Known Implementing Classes:
PreProcessOrderCmdImpl

public interface PreProcessOrderCmd
extends ProcessOrderCmd

Pre process order


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of the Command Interface class.
 
Fields inherited from interface com.ibm.commerce.order.commands. ProcessOrderCmd
VAL_NOTIFY_NO, VAL_NOTIFY_YES
 
Methods inherited from interface com.ibm.commerce.order.commands. ProcessOrderCmd
getResponseProperties, setAvailabilityChangeURL, setBillToRn, setExternalPassword, setExternalUserId, setField1, setField2, setField3, setMaxAvailabilityChange, setNoInventoryURL, setNotificationAttributes, setNotifyMerchant, setNotifyOrderSubmitted, setNotifyShopper, setOrderRn, setQuotationSubmission, setQuoteExpiredURL, setQuoteExpiryPolicy, setReduceParentQuantities, setRequestProperties, setTransferMode
 

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

NAME

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values