Interface to buffer parameters in HTTP request into database table.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field |
static java.lang.String |
defaultCommandClassName The default implementation of this command. |
static java.lang.String |
NAME The name of this command. |
Method Summary | |
---|---|
void |
setB_exec(java.lang.String newB_exec) Set the value of the b_exec parameter. |
void |
setB_new(java.lang.String newB_new) Set the value of the b_new parameter. |
void |
setB_update(java.lang.String newB_update) Set the value of the b_update paramter. |
void |
setErrUrl(java.lang.String newErrUrl) Set the redirect view name. |
void |
setParameters(java.lang.String newParameters) Set the parameters string. |
void |
setTimeout(long newTimeout) Set the buffer timeout value. |
void |
setUrl(java.lang.String newUrl) Set the URL of the target command. |
void |
setUserId(java.lang.Long newUserId) Set the user ID. |
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
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setB_exec(java.lang.String newB_exec)
newB_exec
- The value value of the b_exec
parameter.public void setB_new(java.lang.String newB_new)
newB_new
- The value of the b_new
parameter.public void setB_update(java.lang.String newB_update)
newB_update
- The value of the b_update
paramter.public void setErrUrl(java.lang.String newErrUrl)
newErrUrl
- The redirect view name.public void setParameters(java.lang.String newParameters)
newParameters
- The parameters string.public void setTimeout(long newTimeout)
newTimeout
- The buffer timeout value.public void setUrl(java.lang.String newUrl)
public void setUserId(java.lang.Long newUserId)
newUserId
- The user ID.