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 |
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)
astrHost
- java.lang.String - host namepublic void setInterval(java.lang.Integer anInterval)
anInterval
- java.lang.Integer - interval in
secondspublic void setOrderId(java.lang.Long orderNumber)
orderNumber
- java.lang.Long - order
identifierpublic void setOutOrderName(java.lang.String[] aarrOutOrderName)
aarrOutOrderName
- out order namepublic void setRecoveryAttempts(java.lang.Integer anRecAttempts)
anRecAttempts
- java.lang.Integer - number of recovery
attemptspublic void setRecoveryDelay(java.lang.Integer anRecDelay)
anRecDelay
- java.lang.Integer - number of seconds to delay
between retrying to recover from order processing failurepublic void setStartTime(java.lang.String astrStartTime)
astrStartTime
- java.lang.String - start time for order
processing