com.ibm.commerce.me.commands
Interface SendShoppingCartCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
SendShoppingCartCmdImpl

public interface SendShoppingCartCmd
extends ControllerCommand

The interface of SendShoppingCart command. This SendShoppingCart command prepares the quote (order and order item details) to be sent back to the procurement system as a message. Actual message composition is done by the view task this command forwards to.


Field Summary
static java.lang.String COPYRIGHT
          Copyright field.
static java.lang.String defaultCommandClassName
          The name of the default implementation of SendShoppingCartCmd.
static java.lang.String messageName
          The message name
static java.lang.String NAME
          The name of the interface.
 
Method Summary
 void setOrderId(java.lang.Long orderRn)
          Sets orderId.
 
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
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright field.
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation of SendShoppingCartCmd.
See Also:
Constant Field Values

messageName

public static final java.lang.String messageName
The message name
See Also:
Constant Field Values
Method Detail

setOrderId

public void setOrderId(java.lang.Long orderRn)
Sets orderId.
Parameters:
orderRn - The order Id.