Perform any additional processing required for each product or item, just prior to the completion of the calling command. If unsuccessful, it throws an exception. Usage Examples: Keep track of the total number of products and items that the shopper associates with each shipping address and send a catalog to those recipients who exceed a threshold. For foreign shipments, determine whether or not there are any restrictions on exporting the product or item.
Field Summary | |
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 | |
void | setDeletedOrderItemIds(java.util.Set asetDeletedOrderItemIds) Sets the identfiers of deleted OrderItems. |
void | setNewOrderItems(java.util.Map amapNewOrderItems) Sets the newly created OrderItems. |
void | setRequestProperties(TypedProperty aRequestProperties) Pass the parameters from the caller to the task command. |
void | setResponseProperties(TypedProperty aResponseProperties) Sets the responseProperties object that the calling command has produced. |
void | setUpdatedOrderItems(java.util.Map amapUpdatedOrderItems) 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 setRequestProperties(TypedProperty aRequestProperties) throws ECException
public void setResponseProperties(TypedProperty aResponseProperties)
public void setNewOrderItems(java.util.Map amapNewOrderItems)
public void setUpdatedOrderItems(java.util.Map amapUpdatedOrderItems)
public void setDeletedOrderItemIds(java.util.Set asetDeletedOrderItemIds)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.