public class OrderItemDisplayCmdImpl extends ControllerCommandImpl implements OrderItemDisplayCmd
OrderItemDisplayCmd
controller command used to Display a list of order items with pending order status.
| Name | Description |
|---|---|
addressId |
The address Id. Optional |
orderId |
The order Id abbreviations. Optional |
outOrderName |
Names of the name-value pairs for Order Id to be added to the response object. Optional |
| Name | Description |
|---|---|
addressId |
If addressId is passed in, the usable address related
to it will be put in. |
The value for outOrderName[i] |
The array of order Ids. |
errorOrderItemId |
The array of orderItem Id there are not enough inventory when checking inventory. |
OrderItemDisplayViewShiptoDsp
view taskOrderItemDisplayViewShiptoAssoc view task.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
OrderItemDisplayCmdImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
ATPParameters |
getATPParms()
This method gets the input ATP parameters.
|
AccessVector |
getResources()
This method gets the resources.
|
void |
performExecute()
The main entry point of the command.
|
void |
reset()
This method resets all instance variables.
|
void |
setAddressId(java.lang.Long addressId)
This method sets the id of the address book entry for the items to display (optional).
|
void |
setATPParms(ATPParameters newATPParms)
This method sets the ATP parameters.
|
void |
setOrderId(java.lang.String[] numbers)
This method sets zero or more order ids (optional).
|
void |
setOutOrderName(java.lang.String[] names)
This method sets the names of the name-value pairs to be added to the
response object passed to the command's view task.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
This method sets the request properties.
|
void |
validateParameters()
This method verifies the input parameters.
|
checkPermission, 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, waitcheckPermission, 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, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public ATPParameters getATPParms()
public AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandECExceptionpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAddressId(java.lang.Long addressId)
setAddressId in interface OrderItemDisplayCmdaddressId - address id.public void setATPParms(ATPParameters newATPParms)
newATPParms - ATPParameterspublic void setOrderId(java.lang.String[] numbers)
setOrderId in interface OrderItemDisplayCmdnumbers - an array of order ids.public void setOutOrderName(java.lang.String[] names)
setOutOrderName in interface OrderItemDisplayCmdnames - an array of out order names.public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplaRequestProperties - request properties.ECApplicationExceptionpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException