com.ibm.commerce.order.commands
Interface PreProcessOrderCmd

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

public interface PreProcessOrderCmd
extends ProcessOrderCmd


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.order.commands.ProcessOrderCmd
VAL_NOTIFY_NO, VAL_NOTIFY_YES
 
Method Summary
 void setRequestProperties(TypedProperty reqParms)
           
 
Methods inherited from interface com.ibm.commerce.order.commands.ProcessOrderCmd
getResponseProperties, setAvailabilityChangeURL, setBillToRn, setField1, setField2, setField3, setMaxAvailabilityChange, setNoInventoryURL, setNotifyMerchant, setNotifyOrderSubmitted, setNotifyShopper, setOrderRn, setQuoteExpiredURL, setQuoteExpiryPolicy
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty reqParms)
                          throws ECApplicationException