public interface ExtendOrderItemProcessCmd 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 |
|---|---|
void |
setDeletedOrderItemIds(java.util.Set asetDeletedOrderItemIds)
Sets the identifiers of deleted OrderItems.
|
void |
setNewOrderItems(java.util.Map amapNewOrderItems)
Sets the newly created OrderItems.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Pass the parameters from the caller to the task command.
|
void |
setResponseProperties(TypedProperty aResponseProperties)
Sets the responseProperties object that the calling command has produced.
|
void |
setUpdatedOrderItems(java.util.Map amapUpdatedOrderItems)
Sets the updated OrderItems.
|
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
void setRequestProperties(TypedProperty aRequestProperties) throws ECException
aRequestProperties - request properties.ECException.ECExceptionvoid setResponseProperties(TypedProperty aResponseProperties)
aResponseProperties - the responseProperties object that the calling command has produced.void setNewOrderItems(java.util.Map amapNewOrderItems)
amapNewOrderItems - the new OrderItems.
void setUpdatedOrderItems(java.util.Map amapUpdatedOrderItems)
amapUpdatedOrderItems - the updated OrderItems.
void setDeletedOrderItemIds(java.util.Set asetDeletedOrderItemIds)
asetDeletedOrderItemIds - the elements are the (String) identifiers of the deleted OrderItems.