public interface CreateSimulatedOrderTaskCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
Default implementation class for this command.
|
Modifier and Type | Method and Description |
---|---|
Order |
getOrder()
Gets the created Order object.
|
void |
setCatalogEntryMap(java.util.Map<java.lang.String,java.math.BigDecimal> aCatalogEntryMap)
Sets the Map object that contains the CatalogEntry ID as the key and its
quantity as the value.
|
void |
setOrderId(long orderId)
Sets the order ID for the simulated order.
|
void |
setOwnerKey(CustomerKey aCustomerKey)
Sets the CustomerKey object of the owner of the simulated order.
|
void |
setStoreKey(StoreKey storeKey)
Sets the StoreKey object.
|
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 defaultCommandClassName
void setOrderId(long orderId)
orderId
- The order ID.void setCatalogEntryMap(java.util.Map<java.lang.String,java.math.BigDecimal> aCatalogEntryMap)
aCatalogEntryMap
- The Map object.void setStoreKey(StoreKey storeKey)
storeKey
- The StoreKey object to set.void setOwnerKey(CustomerKey aCustomerKey)
aCustomerKey
- The CustomerKey object to set.Order getOrder()