public interface OrderItemMoveCmd extends ControllerCommand
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 |
---|---|
OrderItemAccessBean[] |
getOutOrderItems()
Gets the output order items.
|
OrderAccessBean[] |
getOutOrders()
Gets the output orders where input order items are moved to.
|
void |
setFromOrderItems(java.lang.String[] newFromOrderItems)
Sets the input order items.
|
void |
setFromOrders(java.lang.String[] newFromOrders)
Sets the orders from which order items will be moved.
|
void |
setInOrderNames(java.lang.String[] newInOrderNames)
Sets the names of name-value pairs to be added to the redirection URL.
|
void |
setOrdersToDeleteIfEmpty(java.lang.String[] newOrdersToDeleteIfEmpty)
Sets orders to delete if no order items remain in them after this command completes processing.
|
void |
setOrderToCreateIfEmpty(boolean abOrderToCreateIfEmpty)
Sets the boolean flag to control the creation of an empty output order
when there are not order items to move into it.
|
void |
setOutOrderItemNames(java.lang.String[] newOutOrderItemNames)
Sets the names of name-value pairs to be added to the redirection URL.
|
void |
setOutOrderNames(java.lang.String[] newOutOrderNames)
Sets the names of name-value pairs to be added to the redirection URL.
|
void |
setToOrders(java.lang.String[] newToOrders)
Sets a destination order for the output order items.
|
void |
setUrl(java.lang.String newUrl)
Sets the URL to be redirected to when the command completes successfully.
|
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
OrderItemAccessBean[] getOutOrderItems()
OrderAccessBean[] getOutOrders()
void setFromOrderItems(java.lang.String[] newFromOrderItems)
newFromOrderItems
- String[]void setFromOrders(java.lang.String[] newFromOrders)
newFromOrders
- String[]void setInOrderNames(java.lang.String[] newInOrderNames)
newInOrderNames
- String[]void setOrdersToDeleteIfEmpty(java.lang.String[] newOrdersToDeleteIfEmpty)
newOrdersToDeleteIfEmpty
- String[]void setOrderToCreateIfEmpty(boolean abOrderToCreateIfEmpty)
abOrderToCreateIfEmpty
- booleanvoid setOutOrderItemNames(java.lang.String[] newOutOrderItemNames)
newOutOrderItemNames
- String[]void setOutOrderNames(java.lang.String[] newOutOrderNames)
newOutOrderNames
- String[]void setToOrders(java.lang.String[] newToOrders)
newToOrders
- String[]void setUrl(java.lang.String newUrl)
newUrl
- URL.