com.ibm.commerce.order.commands
Interface ExtOrderCopyCmd

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

public interface ExtOrderCopyCmd
extends TaskCommand

This task command is called by OrderCopy before its execution is completed.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setOrderInfoFrom(OrderAccessBean aabOrderInfoFrom)
          The order which the order level info is copied from.
 void setPayInfoFrom(OrderAccessBean aabPayInfoFrom)
          The order which the payment info is copied from.
 void setRequestProperties(TypedProperty aRequestProperties)
          The requestProperties object of OrderCopy.
 void setResponseProperties(TypedProperty aResponseProperties)
          The responseProperties object of OrderCopy.
 void setToOrder(OrderAccessBean aabToOrder)
          The target order.
 
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

setOrderInfoFrom

public void setOrderInfoFrom(OrderAccessBean aabOrderInfoFrom)
The order which the order level info is copied from.

setPayInfoFrom

public void setPayInfoFrom(OrderAccessBean aabPayInfoFrom)
The order which the payment info is copied from.

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws ECApplicationException
The requestProperties object of OrderCopy.

setResponseProperties

public void setResponseProperties(TypedProperty aResponseProperties)
The responseProperties object of OrderCopy.

setToOrder

public void setToOrder(OrderAccessBean aabToOrder)
The target order.