java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.order.commands.ExtOrderCopyCmdImpl
Empty default implementation of the ExtOrderCopyCmd task command interface. This command uses the following AccessBeans:
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.order.commands.ExtOrderCopyCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
ExtOrderCopyCmdImpl() |
Method Summary | |
void | performExecute() Executes the main business logic of the command. |
void | setCopiedOrderItems(java.util.HashMap ahshCopiedOrderItems) Sets the copied OrderItems. |
void | setDeletedOrderItemIds(java.util.Set asetDeletedOrderItemIds) Sets the identfiers of deleted OrderItems. |
void | setNewOrderItems(java.util.HashMap ahshNewOrderItems) Sets the new OrderItems. |
void | setOrderInfoFrom(OrderAccessBean aabOrderInfoFrom) Sets the Order from which the Order level info is copied. |
void | setPayInfoFrom(OrderAccessBean aabPayInfoFrom) Sets the Order from which the payment information is copied. |
void | setRequestProperties(TypedProperty aRequestProperties) Sets the requestProperties object for this command. |
void | setResponseProperties(TypedProperty aResponseProperties) Sets the responseProperties object that the calling command has produced. |
void | setToOrder(OrderAccessBean aabToOrder) Sets the target order. |
void | setUpdatedOrderItems(java.util.HashMap ahshUpdatedOrderItems) Sets the updated OrderItems. |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ExtOrderCopyCmdImpl()
Method Detail |
public void performExecute() throws ECException
public void setOrderInfoFrom(OrderAccessBean aabOrderInfoFrom)
public void setPayInfoFrom(OrderAccessBean aabPayInfoFrom)
public void setRequestProperties(TypedProperty aRequestProperties)
public void setResponseProperties(TypedProperty aResponseProperties)
public void setToOrder(OrderAccessBean aabToOrder)
public void setNewOrderItems(java.util.HashMap ahshNewOrderItems)
public void setCopiedOrderItems(java.util.HashMap ahshCopiedOrderItems)
public void setUpdatedOrderItems(java.util.HashMap ahshUpdatedOrderItems)
public void setDeletedOrderItemIds(java.util.Set asetDeletedOrderItemIds)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.