Submits a recurring order, which will be processed by the job scheduler.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | NAME The name of the Command Interface class. |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Method Summary | |
void | setHost(java.lang.String astrHost) Sets the hostname responsible for processing an order. |
void | setInterval(java.lang.Integer anInterval) Sets the number of seconds between successive executions of this order. |
void | setOrderId(java.lang.Long orderNumber) Sets the order which needs to be processed as a recurring order. |
void | setOutOrderName(java.lang.String[] aarrOutOrderName) Sets the names of the name-value pairs to be added to the redirection URL. |
void | setRecoveryAttempts(java.lang.Integer anRecAttempts) Sets the number of times the job scheduler will retry processing the order should order processing failure occur. |
void | setRecoveryDelay(java.lang.Integer anRecDelay) Sets the amount of time (in seconds) before order processing is retried in case of order processing failure. |
void | setStartTime(java.lang.String astrStartTime) The time at which the first execution of this order should occur in the format YYYY:MM:DD:hh:mm:ss. |
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
Method Detail |
public void setHost(java.lang.String astrHost)
public void setInterval(java.lang.Integer anInterval)
public void setOrderId(java.lang.Long orderNumber)
public void setOutOrderName(java.lang.String[] aarrOutOrderName)
public void setRecoveryAttempts(java.lang.Integer anRecAttempts)
public void setRecoveryDelay(java.lang.Integer anRecDelay)
public void setStartTime(java.lang.String astrStartTime)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.