com.ibm.commerce.orderitems.commands
Interface OrderConfigurationUpdateCmd
-
- All Superinterfaces:
- AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
- All Known Subinterfaces:
- RequisitionListConfigurationUpdateCmd
- All Known Implementing Classes:
- OrderConfigurationAddCmdImpl, OrderConfigurationBaseCmdImpl, OrderConfigurationUpdateCmdImpl, RequisitionListConfigurationAddCmdImpl, RequisitionListConfigurationUpdateCmdImpl
public interface OrderConfigurationUpdateCmd extends ControllerCommand
This command updates configurations for dynamic kit items in a shopping cart. The default implementation of this command isOrderConfigurationUpdateCmdImpl
.
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setConfiguration(java.util.Hashtable configuration)
This method sets the configurations of the dynamic kits.void
setOrderItemId(java.util.Hashtable orderItemId)
This method sets the order item Ids.-
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The name of the Command Interface class.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class.- See Also:
- Constant Field Values
-
-
Method Detail
-
setConfiguration
void setConfiguration(java.util.Hashtable configuration)
This method sets the configurations of the dynamic kits.- Parameters:
configuration
- A Hashtable that specifies the configurations of the dynamic kits.
-
setOrderItemId
void setOrderItemId(java.util.Hashtable orderItemId)
This method sets the order item Ids.- Parameters:
orderItemId
- A Hashtable that specifies the order item Ids.
-
-