public interface ExternalInventoryBaseTaskCmd extends TaskCommand
Name | Description |
---|---|
CallerCommandName |
the command that invokes the DoInventoryAction |
action |
the action that indicates how to deal with inventory |
orderId |
the Id of the order that need perform inventory action |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.commands.ExternalInventoryBaseTaskCmdImpl".
|
static java.lang.String |
NAME
interface name
|
Modifier and Type | Method and Description |
---|---|
int |
getAction()
This method gets the action
|
java.lang.String |
getCallerCommandName()
This method gets the CallerCommandName
|
ExpectedInventoryRecordsAccessBean |
getExternalOMSRA()
This method gets the expected inventory records found by the checkLocalExpectedInventory() method
|
java.lang.String[] |
getOrderIds()
This method gets the OrderIds
|
void |
setAction(int argAction)
This method sets the action
|
void |
setCallerCommandName(java.lang.String callerCommandName)
This method sets the callerCommandName
|
void |
setOrderIds(java.lang.String[] istrOrderIds)
This method sets OrderIds
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
ExpectedInventoryRecordsAccessBean getExternalOMSRA()
java.lang.String[] getOrderIds()
void setOrderIds(java.lang.String[] istrOrderIds)
istrOrderIds
- The OrderIds to set.void setCallerCommandName(java.lang.String callerCommandName)
callerCommandName
- The callerCommandName to set.java.lang.String getCallerCommandName()
int getAction()
void setAction(int argAction)
argAction
- action to set