public class AdjustShippingChargesCmdImpl extends TaskCommandImpl implements AdjustShippingChargesCmd
AdjustShippingChargesCmd task command.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
the class name.
|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
AdjustShippingChargesCmdImpl()
default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Executes the business logic of this command implementation.
|
void |
setOrderId(java.lang.Long aOrderId)
This method sets the orderId.
|
void |
setParameterAmount(java.math.BigDecimal aParameterAmount)
This method sets the parameterAmount.
|
void |
setProcessFlag(java.lang.Integer aProcessFlag)
This method sets the processFlag.
|
void |
setShipModeId(java.lang.Integer aShipModeId)
This method sets the shipModeId.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public AdjustShippingChargesCmdImpl()
public void setProcessFlag(java.lang.Integer aProcessFlag)
setProcessFlag in interface AdjustShippingChargesCmdaProcessFlag - The process flag, 1: create, 2: update, 3: delete.public void setOrderId(java.lang.Long aOrderId)
setOrderId in interface AdjustShippingChargesCmdaOrderId - public void setShipModeId(java.lang.Integer aShipModeId)
setShipModeId in interface AdjustShippingChargesCmdaShipModeId - public void setParameterAmount(java.math.BigDecimal aParameterAmount)
setParameterAmount in interface AdjustShippingChargesCmdaParameterAmount - public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException