java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.ControllerCommandImpl
com.ibm.commerce.tools.command.ToolsControllerCommandImpl
com.ibm.commerce.tools.optools.order.commands.CSRBaseControllerCommandImpl
com.ibm.commerce.tools.optools.order.commands.CSROrderItemDeleteCmdImpl
This is the default implementation of the CSROrderItemDeleteCmd command.
This command calls the following Command:
This command uses the following AccessBeans:
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | ERRTASK_NAME Error handling viewname for this command. |
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl |
requestProperties, responseProperties, retriable, viewReqProperties |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.tools.optools.order.commands.CSROrderItemDeleteCmd |
defaultCommandClassName, NAME |
Constructor Summary | |
CSROrderItemDeleteCmdImpl() |
Method Summary | |
protected TypedProperty | exceptionUtil(TypedProperty prop, java.lang.Exception ex, java.lang.String methodName, java.lang.String cmdName) This method sets up the response property when an exception occurs. |
protected void | executeOrderItemDelete() Calls OrderItemDeleteCmd to delete the order item from the order with the following parameters: orderItemId shopperId |
java.util.Vector | getDeleteItems() Gets the items to be deleted. |
java.lang.String | getFirstOrderId() Gets the first order ID. |
java.util.Vector | getItems() Gets the items in the order. |
java.util.Hashtable | getNLS() Returns NLS properties. |
java.lang.String | getOrderId() Gets the order ID for which the items are to be deleted. |
CommandContext | getOrgCmdContext() Gets the original command context. |
TypedProperty | getOrgReqProperties() Gets the original request properties. |
java.lang.String | getRedirectURL() Gets the redirect URL |
AccessVector | getResources() Gets the access vector accessed by this command. |
java.lang.String | getSecondOrderId() Gets the second order ID. |
java.lang.String | getShopperId() Gets the shopper ID for which the order is to be added. |
void | performExecute() This method deletes items from the order. |
void | setDeleteItems(java.util.Vector newDeleteItems) Sets the items to be deleted from the order. |
void | setFirstOrderId(java.lang.String newFirstOrderId) Sets the first order ID. |
void | setItems(java.util.Vector newItems) Sets the items of the order. |
protected void | setNLS(java.util.Hashtable newNLS) Sets NLS properties. |
void | setOrderId(java.lang.String newOrderId) Sets the order ID into which the items are added. |
void | setOrgCmdContext(CommandContext newOrgCmdContext) Sets the original command context. |
void | setOrgReqProperties(TypedProperty newOrgReqProperties) Sets the original request properties. |
void | setRedirectURL(java.lang.String newRedirectURL) Sets the redirect URL. |
void | setSecondOrderId(java.lang.String newSecondOrderId) Sets the second order ID. |
void | setShopperId(java.lang.String newShopperId) Sets the shopper ID for which the items are deleted. |
void | validateParameters() Gets XMLObject from the GUI Notebook or Wizard and get ready to parse it. |
Methods inherited from class com.ibm.commerce.tools.optools.order.commands.CSRBaseControllerCommandImpl |
callPreCommands, findCmdInterfaceName, getIfExePreCmdChains, getPreCmdChain, setIfExePreCmdChains, setPreCmdChain |
Methods inherited from class com.ibm.commerce.tools.command.ToolsControllerCommandImpl |
getViewInputProperties, setRequestProperties |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.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, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static java.lang.String ERRTASK_NAME
Constructor Detail |
public CSROrderItemDeleteCmdImpl()
Method Detail |
protected TypedProperty exceptionUtil(TypedProperty prop, java.lang.Exception ex, java.lang.String methodName, java.lang.String cmdName)
protected void executeOrderItemDelete() throws ECException
public java.util.Vector getDeleteItems()
public java.lang.String getFirstOrderId()
public java.util.Vector getItems()
public java.util.Hashtable getNLS()
public java.lang.String getOrderId()
public CommandContext getOrgCmdContext()
public TypedProperty getOrgReqProperties()
public java.lang.String getRedirectURL()
public AccessVector getResources() throws ECException
public java.lang.String getSecondOrderId()
public java.lang.String getShopperId()
public void performExecute() throws ECException
It first calls the callPreCommands method in the super class to execute all pre-commands and then calls the executeOrderItemDelete method to delete items from the orders.
public void setDeleteItems(java.util.Vector newDeleteItems)
public void setFirstOrderId(java.lang.String newFirstOrderId)
public void setItems(java.util.Vector newItems)
protected void setNLS(java.util.Hashtable newNLS)
public void setOrderId(java.lang.String newOrderId)
public void setOrgCmdContext(CommandContext newOrgCmdContext)
public void setOrgReqProperties(TypedProperty newOrgReqProperties)
public void setRedirectURL(java.lang.String newRedirectURL)
public void setSecondOrderId(java.lang.String newSecondOrderId)
public void setShopperId(java.lang.String newShopperId)
public void validateParameters() throws ECApplicationException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.