public interface OrderPrepareCmd extends ControllerCommand
OrderPrepareCmdImpl.
The OrderPrepareCmd URL is mapped to this controller command.| 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 |
setCommit(boolean ibCommit)
Sets the commit flag to control whether each order is processed in a separate
database transaction
|
void |
setOrderId(java.util.Vector avOrderId)
Sets ids of the orders to be prepared.
|
void |
setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
Sets the names of the name-value pairs to be passed to a JSP.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrderId(java.util.Vector avOrderId)
avOrderId - java.util.Vector order identifiersvoid setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
aarrstrOutOrderIds - String - the names of the name-value pairsvoid setCommit(boolean ibCommit)
ibCommit - The ibCommit to set