public interface OrderConfigurationAddCmd extends ControllerCommand
OrderConfigurationAddCmdImpl
.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.util.Vector |
getNonBuyableCatentryIds()
This method returns a vector contains the identifiers of CatalogEntries that are not buyable.
|
java.lang.String[] |
getOrderIds()
This method returns a list of order ids which are touched or created by the command.
|
java.lang.String[] |
getOrderItemIds()
This method returns a list of orderitem ids which are touched or created by the command.
|
void |
setCatEntryId(java.util.Hashtable catEntryId)
This method sets the Catalog Entry IDs of the dynamic kits.
|
void |
setConfiguration(java.util.Hashtable configuration)
This method sets the configurations of the dynamic kits.
|
void |
setQuantity(java.util.Hashtable quantity)
This method sets the quantities of the dynamic kits.
|
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
void setCatEntryId(java.util.Hashtable catEntryId)
catEntryId
- A Hashtable that specifies the IDs of the dynamic kits.void setConfiguration(java.util.Hashtable configuration)
configuration
- A Hashtable that specifies the configurations of the dynamic kits.void setQuantity(java.util.Hashtable quantity)
quantity
- A Hashtable that specifies the quantities of dynamic kits.java.lang.String[] getOrderIds()
java.lang.String[] getOrderItemIds()
java.util.Vector getNonBuyableCatentryIds()