com.ibm.commerce.orderitems.commands
Interface ExtendOrderItemProcessCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ExtendOrderItemProcessCmdImpl

public interface ExtendOrderItemProcessCmd
extends TaskCommand

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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setRequestProperties(TypedProperty aRequestProperties)
          Pass the parameters from the caller to the task command.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws ECApplicationException
Pass the parameters from the caller to the task command.