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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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.