public class ExternalOrderCalculateCmdImpl extends PromotionEngineOrderCalculateCmdImpl implements OrderCalculateCmd
OrderCalculateCmd controller command. | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
ExternalOrderCalculateCmdImpl()
Constructor for ExternalOrderCalculateCmdImpl.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.order.facade.server.external.ExternalOrderFacadeClient |
getExOrderFacadeClient()
This method returns
ExternalOrderFacadeClient |
java.util.Hashtable |
getOrdersMap()
This method returns the map of the orders.
|
void |
performExecute()
Executes the main business logic of the command implementation.
|
void |
reset()
This method resets instance variables to their initial values.
|
void |
setExOrderFacadeClient(com.ibm.commerce.order.facade.server.external.ExternalOrderFacadeClient exOrderFacadeClient)
This method sets the
ExternalOrderFacadeClient |
void |
setOrders(OrderAccessBean[] aabOrders)
This method sets the order specified to be processed by this command.
|
void |
setOrdersMap(java.util.Hashtable hshOrders)
This method sets the map of the orders
Sets the ihshOrders.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
This method sets the request properties of this command.
|
void |
validateParameters()
This method resolves the orders to be processed from the request.
|
getCustomProperties, getOutOfInventoryCatalogEntryIds, getResources, setCustomProperties, setUsageIdscheckPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, 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, waitgetCustomProperties, getOutOfInventoryCatalogEntryIds, setCustomProperties, setUsageIdscheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public ExternalOrderCalculateCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class PromotionEngineOrderCalculateCmdImplECExceptionECCommand#performExecute()public void setOrders(OrderAccessBean[] aabOrders)
setOrders in interface OrderCalculateCmdsetOrders in class PromotionEngineOrderCalculateCmdImplaabOrders - the Orders.
OrderCalculateCmd.setOrders(OrderAccessBean[])public java.util.Hashtable getOrdersMap()
public void setOrdersMap(java.util.Hashtable hshOrders)
hshOrders - The ihshOrders to set.public void setRequestProperties(TypedProperty aRequestProperties) throws ECException
setRequestProperties in interface ControllerCommandsetRequestProperties in class PromotionEngineOrderCalculateCmdImplaRequestProperties - the request properties.
ECException - ControllerCommand#setRequestProperties(TypedProperty)public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class PromotionEngineOrderCalculateCmdImplpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class PromotionEngineOrderCalculateCmdImplECExceptionECCommand#validateParameters()public com.ibm.commerce.order.facade.server.external.ExternalOrderFacadeClient getExOrderFacadeClient()
ExternalOrderFacadeClientpublic void setExOrderFacadeClient(com.ibm.commerce.order.facade.server.external.ExternalOrderFacadeClient exOrderFacadeClient)
ExternalOrderFacadeClientexOrderFacadeClient - The ExternalOrderFacadeClient