public class ShippingAdjustmentBeanCmdImpl extends DataBeanCommandImpl implements ShippingAdjustmentBeanCmd
ShippingAdjustmentBeanCmd
databean command.Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
CALCODE_CONTRACT_SHIP_ADJUST
This is the
calcode_id for contract defined shipping charge adjustment. |
static java.lang.Integer |
CALCODE_CSR_DIRECT_SHIP_ADJUST
This is the
calcode_id for CSR direct shipping charge adjustment |
static java.lang.Integer |
CALCODE_TSR_SHIPMODE_SHIP_ADJUST
This is the
calcode_id for TSR ship mode level shipping charge adjustment. |
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
emptyString, EURO_CODE
defaultCommandClassName, NAME
Constructor and Description |
---|
ShippingAdjustmentBeanCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
Main business logic execution starts here.
|
getDataBean, populateDataBeanCommand, setDataBean, setRequestProperties
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, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataBean, setDataBean, setRequestProperties
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public static final java.lang.Integer CALCODE_CSR_DIRECT_SHIP_ADJUST
calcode_id
for CSR direct shipping charge adjustmentpublic static final java.lang.Integer CALCODE_TSR_SHIPMODE_SHIP_ADJUST
calcode_id
for TSR ship mode level shipping charge adjustment.public static final java.lang.Integer CALCODE_CONTRACT_SHIP_ADJUST
calcode_id
for contract defined shipping charge adjustment.public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException