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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setShoppingCartTransferRequest(ShoppingCartTransferRequest requestObject) throws ECSystemException
requestObject
- the data object containing the request
information.
ECSystemException
- if the request data object is not
understood.