Perform custom processing just prior to the completion of the OrderCopyCmd controller command. This task command may be overridden to perform custom processing associated with the execution of the OrderCopyCmd controller command. It is called by the default implementation of the OrderCopyCmd controller command just before it completes execution.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
static java.lang.String | defaultCommandClassName The name of the default implementation class for this command interface. |
static java.lang.String | NAME The name of this command interface. |
Method Summary | |
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setOrderInfoFrom(OrderAccessBean aabOrderInfoFrom)
public void setPayInfoFrom(OrderAccessBean aabPayInfoFrom)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
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.