com.ibm.commerce.messaging.commands
Interface TransferShopCartPolicyCmd

All Superinterfaces:
BusinessPolicyCommand, TaskCommand
All Known Implementing Classes:
TransferShopcartCmdImpl

public interface TransferShopCartPolicyCmd
extends BusinessPolicyCommand

interface for TransferShopCartCmdImpl


Field Summary
static java.lang.String COPYRIGHT
          The IBM copyright notice field
static java.lang.String defaultCommandClassName
          defaultCommandClassName
static java.lang.String NAME
          The name of this command
 
Method Summary
 void setShoppingCartTransferRequest(ShoppingCartTransferRequest requestObject)
          Sets the ShoppingCartTransferRequest object.
 
Methods inherited from interface com.ibm.commerce.command. BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
The IBM copyright notice field
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
defaultCommandClassName
See Also:
Constant Field Values
Method Detail

setShoppingCartTransferRequest

public void setShoppingCartTransferRequest(ShoppingCartTransferRequest requestObject)
                                    throws ECSystemException
Sets the ShoppingCartTransferRequest object.
Parameters:
requestObject - the data object containing the request information.
Throws:
ECSystemException - if the request data object is not understood.