Check to see if confirmation has been received for the specified order transferred to an external system, and re-direct to one of three specified URLs depending on the result of the check.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
static java.lang.String | defaultCommandClassName The default implementation class is "com.ibm.commerce.order.commands.OrderTransferCheckCmdImpl". |
static java.lang.String | NAME The name of this interface is "com.ibm.commerce.order.commands.OrderTransferCheckCmd". |
Method Summary | |
void | setErrorUrl(java.lang.String astrErrorUrl) Sets the error url |
void | setOkUrl(java.lang.String url) Sets the okURL property of the command. |
void | setOrderIds(java.lang.Long[] orderIds) Sets the orderIds property of the command. |
void | setOutOkOrderIdNames(java.lang.String[] outOkOrderIdNames) Sets the outOkOrderIdNames property of the command. |
void | setOutTimeoutOrderIdNames(java.lang.String[] outTimeoutOrderIdNames) Sets the outTimeoutOrderIdNames property of the command. |
void | setOutWaitOrderIdNames(java.lang.String[] outWaitOrderIdNames) Sets the outWaitOrderIdNames property of the command. |
void | setTimeoutUrl(java.lang.String url) Sets the timeoutURL property of the command. |
void | setTransferMode(java.lang.String transferMode) Sets the transferMode property of the command. |
void | setWaitUrl(java.lang.String url) Sets the waitURL property of the command. |
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 |
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 setOrderIds(java.lang.Long[] orderIds)
public void setTransferMode(java.lang.String transferMode)
public void setOkUrl(java.lang.String url)
public void setTimeoutUrl(java.lang.String url)
public void setWaitUrl(java.lang.String url)
public void setOutOkOrderIdNames(java.lang.String[] outOkOrderIdNames)
public void setOutWaitOrderIdNames(java.lang.String[] outWaitOrderIdNames)
public void setOutTimeoutOrderIdNames(java.lang.String[] outTimeoutOrderIdNames)
public void setErrorUrl(java.lang.String astrErrorUrl)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.