public interface OrderItemDisplayCmd extends ControllerCommand
OrderItemDisplayCmdImpl
.
Behavior
If the addressId is set, the command only displays order items with this shipping address.
For each order item in the list, the command does the following:
View Task
If the addressId is set, it calls OrderItemDisplayViewShiptoDsp view task, otherwise it calls OrderItemDisplayViewShiptoAssoc view task.
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 the Command Interface class.
|
Modifier and Type | Method and Description |
---|---|
void |
setAddressId(java.lang.Long addressId)
This method sets the id of the address book entry for the items to display (optional).
|
void |
setOrderId(java.lang.String[] orderId)
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.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAddressId(java.lang.Long addressId)
addressId
- address id.void setOrderId(java.lang.String[] orderId)
orderId
- an array of order ids.void setOutOrderName(java.lang.String[] names)
names
- an array of out order names.