public interface CSROrderAdjustmentUpdateCmd extends ToolsControllerCommand
Behavior
Parameters
Example xml_string:
<?xml version="1.0" encoding "UTF-8">
<order>
<customerId>10002</customerId>
<firstOrder>
<id>10001</id>
<totalShipping>
<value>90.0</value>
</totalShipping>
<totalAdjustment>
<value>20.0</value>
</totalAdjustment>
<couponIds>
<value>20.0</value>
</couponIds>
<dirtyBit>true</dirtyBit>
</firstOrder>
<secondOrder>
<id>10002</id>
<totalShipping>
<value>11.0</value>
</totalShipping>
<totalAdjustment>
<value>60.0</value>
</totalAdjustment>
<couponIds>
<value>20.0</value>
</couponIds>
<dirtyBit>true</dirtyBit>
</secondOrder>
</order>
<origFirstOrder>
<totalShipping>
<value>0.0</value>
</totalShipping>
<totalAdjustment>
<value>1.0</value>
</totalAdjustment>
</origFirstOrder>
<origSecondOrder>
<totalShipping>
<value>10.0</value>
</totalShipping>
<totalAdjustment>
<value>10.0</value>
</totalAdjustment>
</origSecondOrder>
</xml>
Exception Conditions
Throws all exceptions that thrown byUseCouponIdTaskCmd, SetOrderLevelParameterCmd
and CSROrderPrepareCmd.
Error View:
| Modifier and Type | Field and Description |
|---|---|
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 this command.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName