public interface CreateOrderItemFromRequisitionListCmd extends TaskCommand
| 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 |
|---|---|
java.lang.String[] |
getOrderIds()
This method returns IDs of the orders in which the new order items are created.
|
void |
setRequestProperties(TypedProperty requestProperties)
This method sets request properties.
|
void |
setRequisitionListItems(OrderItemAccessBean[] fromOrderItems)
This method sets the requisition list items.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.String[] getOrderIds()
void setRequestProperties(TypedProperty requestProperties)
requestProperties - The request properties.void setRequisitionListItems(OrderItemAccessBean[] fromOrderItems)
fromOrderItems - The requisition list items.