com.ibm.commerce.tools.optools.order.commands
Interface CSROrderCopyCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable, ToolsControllerCommand
All Known Implementing Classes:
CSROrderCopyCmdImpl

public interface CSROrderCopyCmd
extends ToolsControllerCommand

Creates a copy of an order.

Behavior

Parameters

orderId
The order id that needs to be copied.
shopperId
The customer id that owns the order.

Exception Conditions

It will re-throw all the exceptions that the OrderCopyCmd command will throw.

Error View:


Field Summary
static java.lang.String COPYRIGHT
The IBM Copyright statement.
static java.lang.String defaultCommandClassName
The default implementation class name.
static java.lang.String NAME
The name of this class.
Method Summary
java.lang.String getBackupOrderId()
Gets the id of the copied order.
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The IBM Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this class.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name.
See Also:
Constant Field Values
Method Detail

getBackupOrderId

public java.lang.String getBackupOrderId()
Gets the id of the copied order.
Returns:
The copied order id.

Feedback